about summary refs log tree commit diff
path: root/modules/workstation/mail/mutt
Commit message (Collapse)AuthorAge
* modules/mutt: sort threads by last date receivedAlyssa Ross2022-02-21
| | | | | Previously, threads were sorted by first date received, which made it very difficult to see new threads.
* modules/mutt: set nntp_context to maximumAlyssa Ross2021-09-27
| | | | | Most of my NNTP use with mutt is when I want to search an entire gmane archive, so it makes sense to search as many messages as possible.
* modules/mutt: show Message-IdAlyssa Ross2021-03-21
|
* modules/mutt: add missing quoteAlyssa Ross2021-03-15
| | | | | | Surprisingly, this omission didn't seem to break anything, and pgp_good_sign and pgp_decryption_okay were both set to the correct value. But probably still for the best to fix it. ;)
* modules/home: removeAlyssa Ross2021-01-13
| | | | | | | | | | I think when I implemented this I didn't know about tmpfiles.d(5). Now I do, so let's use that instead. I don't think the imperativeNix option is necessary any more since the home directory is created read-only, but if it turns out that .nix-defexpr and .nix-profile are coming back, I can look into the best way to solve that then.
* modules/mutt: don't group threads by subjectAlyssa Ross2020-11-27
| | | | | I have a lot of messages with subject "Encrypted Message", so this is not a good time.
* modules/muttrc: send mail with postfixAlyssa Ross2020-11-25
| | | | I don't use msmtp any more.
* modules/mutt: use internal pagerAlyssa Ross2020-05-09
| | | | | Being able to use Mutt keybindings in the pager is just too convenient.
* modules/mutt: keep newsrc in XDG_DATA_HOMEAlyssa Ross2020-04-13
|
* modules/mutt: dynamically generate mailbox listAlyssa Ross2019-12-24
|
* modules/xdg: keep per-user options under the users hierarchyedef2019-12-16
|
* modules/mutt: add Lists/cgit folderAlyssa Ross2019-04-13
|
* modules/mutt: show List-Id header of mailAlyssa Ross2019-04-13
|
* modules/mutt: don't display User-Agent of mailAlyssa Ross2019-04-13
|
* modules/mutt: allow headers to be editedAlyssa Ross2019-04-13
|
* modules/mutt: optionally forward as attachmentAlyssa Ross2019-04-13
|
* modules/mutt: disable auto_tagAlyssa Ross2019-03-17
| | | | Now that I'm used to Mutt, I think this is more trouble than it's worth.
* modules/mutt: enable header_cacheAlyssa Ross2019-03-17
|
* modules/mail: set default msmtp accountAlyssa Ross2019-03-15
|
* modules: don't symlink out of the Nix storeAlyssa Ross2019-02-23
|
* 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