about summary refs log tree commit diff
path: root/modules/workstation/mail/default.nix
Commit message (Collapse)AuthorAge
* modules/rss2email: initAlyssa Ross2020-04-15
|
* modules/mail: make isync depend on network-onlineAlyssa Ross2020-04-07
|
* modules/mail: replace msmtp with postfixAlyssa Ross2019-10-15
| | | | | | | | | | | | Using a full MTA might seem like overkill, but it fixes my biggest annoyance with msmtp -- not only can I now read mail while offline, I can send it too, and postfix will just keep trying every so often until it sends (or five days have passed, but at that point the message is probably irrelevant anyway). Postfix's defaults are surprisingly good for this use case. The longest it will wait between attempts is 4000 seconds, and it'll keep trying for five days before giving up and bouncing.
* modules/mail: run notmuch after mbsyncAlyssa Ross2019-10-15
| | | | | Doesn't really make sense to call this service "mbsync" any more. It might be better to run notmuch on inotify, though...
* modules/notmuch: initAlyssa Ross2019-10-15
|
* config: give up on this experimentAlyssa Ross2019-02-10
| | | | | This ended up being way more trouble than it was worth, and the approach just flat out didn't work for stuff like OpenSSH.
* Add configAlyssa Ross2019-01-27