~witcher

Germany

https://wiredspace.de

Software Engineer. Mainly working with Rust. Interested in a lot of things but don't talk to me about Cryptocurrencies, Blockchain, and AI.

~witcher/public-inbox

Last active 3 months ago

~witcher/rss-email-announce

Last active 6 months ago

~witcher/rss-email-devel

Last active 1 year, 28 days ago

~witcher/todotxt-discuss

Last active 1 year, 8 months ago

~witcher/todotxt-devel

Last active 1 year, 8 months ago

~witcher/todotxt-announce

Last active 1 year, 8 months ago
View more

Recent activity

Re: Thoughts on running my own homeserver 3 months ago

From Thomas Böhler to ~witcher/public-inbox

Hi!

On Mon Jun 10, 2024 at 2:20 PM CEST, Filip Jamuljak wrote:
> First off, I'd like to say congratulations on setting up your own 
> homeserver! It's quite honorable in my opinion to seek independence from 
> service based web.

Thank you! It's a small server but it's been a bit of a journey. I
learned a lot again :)

> Given that you electricity costs are rather high, you might consider 
> taking some power saving steps on your system. Seeing that you are 
> running 4 full hard drives, I'd focus on that first: I'd recommend you 
> look into the `hdparm` command, namely its' `-y`, `-M`, and `-S` flags.

Re: Best email providers these days? 6 months ago

From Thomas Böhler to ~rjarry/aerc-discuss

On Wed Mar 6, 2024 at 5:44 PM CET, Kenneth Flak wrote:
> Hi list,
>
> Getting very tired of protonmail... What are folks using these days to
> host their emails? Looking for something that allows me to use my own 
> domain name, as well as easy sync via mbsync. Also very happy if it
> doesn't cost me the farm.
>
> Best,
> Kenneth

Hi Kenneth,

I'm using Migadu and am a very happy customer. No problems, everything

Re: [PATCH aerc v2] ipc: wait for app to be ready before accepting commands 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

Tested-by: Thomas Böhler <witcher@wiredspace.de>
Reviewed-by: Thomas Böhler <witcher@wiredspace.de>

-- 
Thomas Böhler
https://wiredspace.de

Re: [PATCH aerc v2] commands: implement scrolloff 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

On Sun Jan 28, 2024 at 2:29 PM CET, Koni Marti wrote:
> Implement the :scrolloff command to mimic vim's scrolloff feature.
> Scrolloff sets a scroll offset for the scrollable widget of the message
> list. Define an alias :so for :scrolloff.
>
> A scroll offset for 5 lines can be enabled with
> 	:scrolloff 5
>
> and disabled by setting the scroll offset back to zero with
> 	:scrolloff 0

I like this, thanks for the patch!

> Add a 'zz' keybind that works as a toggle switch. If pressed once, the

[PATCH aerc] compose: don't attach key when removing signature 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

If pgp-attach-key is set in accounts.conf, the key is detached with
:detach and the signature removed with :sign, the key will be attached
again. When :sign is called again two keys will be attached instead of
one.

Fix this by not attaching a key if it cannot be detached.

Fixes: 9d90b70b4edf ("compose: refactor attachment handling")
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
---
 app/compose.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/compose.go b/app/compose.go
[message trimmed]

Re: [PATCH aerc] tabs: optimize switching by offsets 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

Reviewed-by: Thomas Böhler <witcher@wiredspace.de>
Tested-by: Thomas Böhler <witcher@wiredspace.de>

-- 
Thomas Böhler
https://wiredspace.de

Re: [PATCH aerc v3] compose: allow automatic attachment of signing key 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

Reviewed-by: Thomas Böhler <witcher@wiredspace.de>
Tested-by: Thomas Böhler <witcher@wiredspace.de>

-- 
Thomas Böhler
https://wiredspace.de

Re: [PATCH aerc v2] compose: allow automatic attachment of signing key 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

Looks like the problem is that c.crypto isn't initialized yet when
calling the c.SetAttachKey function.
A check for nil in c.SetAttachKey and subsequent call to c.updateCrypto
fixes this :)

-- 
Thomas Böhler
https://wiredspace.de

Re: [PATCH aerc v2] compose: allow automatic attachment of signing key 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

Getting a crash when composing with :compose

    [thomas@navi aerc]$ ./aerc
    
    aerc has encountered a critical error and has terminated. Please help us fix
    this by sending this log and the steps to reproduce the crash to:
    ~rjarry/aerc-devel@lists.sr.ht
    
    Thank you
    
    Version: 0.16.0-145-g617928a739cc +notmuch (go1.21.5 amd64 linux)
    
    This error was also written to: /tmp/aerc-crash-20240120-114614.log
    panic: runtime error: invalid memory address or nil pointer dereference [recovered]

Re: [PATCH aerc v3] aerc: add cli arguments for alternate config files 7 months ago

From Thomas Böhler to ~rjarry/aerc-devel

Looks like your v3 was a minute faster than my v2 review!

Reviewed-by: Thomas Böhler <witcher@wiredspace.de>

-- 
Thomas Böhler
https://wiredspace.de