Markus Ebner
Markus Ebner
In what part of idlemail exactly would you want to use regular expressions and for what? Are you talking about mapping between sources and destinations? So, something like: Forward All...
At the moment, the process looks something like this: ``` [find unread mail in mailbox] -> [download unread mail] -> [mark mail as read] -> [(optionally) delete mail from server]...
After I've had some time of thinking about this - and possible implementations for it - I came to the conclusion that this would sacrifice a lot of the simplicity...
Screensaver was probably not the exactly correct description. I meant KDE turning the screens off after 5 minutes of idle. ("Screen Energy Saving") As far as I know, that and...
Sure! I went to ``` ~/.var/app/org.phoenicis.playonlinux/.Phoenicis/cache/git-... ``` and noticed, that everything seems to have been correctly cloned (`git pull` did nothing) the Batman folder indeed does not show the `™`...
Yes, and the encoding is destroyed again.
I just found something interesting: I have ``` LANG=de_DE.UTF-8 ``` But when I run phoenicis like follows (cache folder deleted again): ``` LANG=en_US.UTF-8 flatpak run org.phoenicis.playonlinux ``` checkout succeeds and...
Wouldn't it be easiest, to make the `wait*()` methods of [imap::extensions::idle::Handle](https://docs.rs/imap/2.0.0/imap/extensions/idle/struct.Handle.html) non-consuming? This would allow something like this: ```rust let mut idle_handle = session.idle().unwrap(); loop { idle_handle.wait_timeout(Duration::from_millis(500)); if should_exit {...
I tried running `ktlint`, but got 1400 code-format warnings on code that's not mine, so I'm not sure what to do here...
> Say I connect my earbuds to my phone. Will this cause it to play exactly at the moment that the audio stream starts routing to my Earbuds? If this...