Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-10 | fix(mail): Exclude drafts from search results | Vincent Ambo | 1 | -1/+1 | |
2018-06-10 | chore(notmuch-config): Set work email as default | Vincent Ambo | 1 | -2/+2 | |
Office365 groups don't add required metadata to automatically determine which sender should be used when replying to a mail. | |||||
2018-06-06 | feat(mail): Import email configuration into Nix | Vincent Ambo | 1 | -0/+21 | |
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. |