Germany
Software Engineer. Mainly working with Rust. Interested in a lot of things but don't talk to me about Cryptocurrencies, Blockchain, and AI.
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.
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
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
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
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]
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
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
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
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]
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