about summary refs log tree commit diff
path: root/mail.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-07-13 fix(mail): Filter NixOS Discourse into nix-devel tagVincent Ambo1-2/+2
2018-06-10 feat(mail): Tag nix-devel mailing listVincent Ambo1-0/+3
2018-06-10 fix(mail): Always mark drafts as readVincent Ambo1-0/+3
2018-06-07 feat(mail): Tag development mailing listVincent Ambo1-0/+3
2018-06-06 fix(mail): Let timer unit be wanted by timers.targetVincent Ambo1-1/+1
2018-06-06 fix(mail): Move wantedBy setting to timer unitVincent Ambo1-1/+2
It's not the (oneshot) service, it's the timer that needs to be "enableable".
2018-06-06 feat(mail): Import email configuration into NixVincent Ambo1-0/+73
This moves my email configuration into NixOS, including the following features: 1. Replaced the NixOS-builtin offlineimap user service with a custom one that runs notmuch-indexing as part of the systemd unit instead of a postsynchook, which is significantly more reliable. 2. Adds configuration for notmuch and its tagging. 3. Adds configuration for OfflineIMAP & MSMTP. Relevant emacs configuration has also been added to my emacs.d repository.