aboutsummaryrefslogtreecommitdiff
path: root/mutt
Commit message (Collapse)AuthorAgeFilesLines
* Restore layout of status bars in MuttTom Ryder2020-05-181-7/+0
| | | | I missed them too much!
* Correct attachment hints in MuttTom Ryder2020-05-181-2/+3
|
* Show text/enriched mail in Mutt for completenessTom Ryder2020-05-181-4/+4
|
* Set pager_index_lines in Mutt for index contextTom Ryder2020-05-181-0/+5
|
* Restore stricter Mutt quote matching patternTom Ryder2020-05-181-0/+6
|
* Move Mutt status bar to topTom Ryder2020-05-181-2/+3
|
* Completely rewrite muttrcTom Ryder2020-05-181-130/+126
|
* Use :set/:unset commands in Mutt more terselyTom Ryder2020-05-182-30/+30
|
* Swap j/k and J/K in MuttTom Ryder2020-05-171-0/+6
| | | | | The former's default bindings don't allow selecting deleted messages, which seems less intuitive to me.
* Remove erroneous commentTom Ryder2020-05-171-1/+1
|
* Overhaul Mutt macrosTom Ryder2020-05-171-45/+26
|
* Port some common personal macros into muttrcTom Ryder2020-05-171-0/+41
|
* Use less misleading suffix for group listsTom Ryder2020-05-171-2/+2
|
* Don't use protected PGP headers anymoreTom Ryder2020-05-171-1/+0
| | | | Not really worth it
* Switch Mutt to XDG basedirsTom Ryder2020-05-122-5/+5
|
* Add groups generation to Mutt configTom Ryder2020-05-121-1/+14
|
* Include spam tag prefix in MuttTom Ryder2020-05-101-1/+1
|
* Use tabs for muttrcTom Ryder2020-05-091-4/+4
|
* Add Bcc and terminating columns to Mutt pager hdrsTom Ryder2020-05-041-2/+2
|
* Remove gms Mutt bindingTom Ryder2020-04-211-3/+0
| | | | | Mail retrieval methods differ between systems for me now--some use gms(1df), others use systemd units.
* Add map to reload ~/.muttrcTom Ryder2020-04-201-0/+5
|
* Enable forward_attachments in MuttTom Ryder2019-05-261-0/+1
| | | | | | | | | | | | | | | From v1.12's release notes <http://www.mutt.org/relnotes/1.12/>: > Previously, if you wanted to include attachments in a forwarded email, > you had to either use $mime_forward, which forwarded the entire email > as an attachment, or else open the attachment menu, manually tag all > the attachments and then hit forward from the attachment menu. > > $forward_attachments is a quadoption that now allows forwarding > attachments from an email when inline-forwarding (that is, > $mime_forward unset, and $forward_decode set). Note that > text-decodable attachments will still be decoded and included in the > message body. Non-decodable attachments will be added as separate > attachments.
* Enable crypt_protected_headers_write in MuttTom Ryder2019-05-261-0/+1
| | | | | | | | From v1.12's release notes <http://www.mutt.org/relnotes/1.12/>: > When $crypt_protected_headers_write is set, a protected subject header > will be generated for signed or encrypted emails. For encrypted > emails, the value in $crypt_protected_headers_subject will replace the > real subject in the unencrypted headers.
* Don't edit message headers using EmacsTom Ryder2019-01-021-0/+7
| | | | | Until such time as I can figure out how to make format=flowed work sanely with these.
* Break up some long linesTom Ryder2018-12-261-1/+3
|
* Remove a lot of alignment spacingTom Ryder2018-11-231-35/+35
|
* Prompt for message deletion in MuttTom Ryder2018-03-071-1/+1
| | | | | I've fat-fingered just enough deletions that I don't want this setting anymore.
* Make traditional PGP decoding work againTom Ryder2017-02-251-0/+3
|
* Use abook --add-email-quietTom Ryder2017-02-051-1/+1
|
* More generic Mutt configurationTom Ryder2017-01-283-27/+12
| | | | | Remove some person and system specific stuff, including my signature; nothing complex about that, after all.
* Source local Mutt config at the end not the startTom Ryder2017-01-261-4/+3
|
* Allow specifying MAILDIR for make(1)Tom Ryder2017-01-261-1/+1
|
* Enable PKA for Mutt crypt, disable autodecodeTom Ryder2016-09-091-3/+1
| | | | The latter is for traditional PGP messages which I never get anyway
* Restore named coloursTom Ryder2016-09-091-10/+10
| | | | Actually, I should just configure my terminal not to bold the text
* More color tweaks to MuttTom Ryder2016-09-091-10/+10
|
* Unbold tilde color in muttrcTom Ryder2016-09-091-1/+1
|
* Change colors of tildes in MuttTom Ryder2016-09-091-1/+1
| | | | "brightblack" seems a funny way to say "gray"
* Add abort-unmodified=no to .muttrcTom Ryder2016-09-081-3/+4
| | | | I need this for a hook to add a BCC to outgoing PGP to work
* "From" and "From:" are two differnet headersTom Ryder2016-09-031-2/+2
|
* Simplify Mutt quoting patternTom Ryder2016-09-021-0/+3
| | | | | | | I don't see too many messages using e.g. | as a quote character, but I can always add it back in if I do. I also don't want to flag anything with leading spaces as a quote because it's more likely to be a section of code or something.
* Add an unbind to MuttTom Ryder2016-09-021-0/+3
| | | | | I really dislike the "lock mailbox" feature, and never use it; it's right next to $ for "refresh mailbox" too.
* Merge in remaining /etc/Muttrc settingsTom Ryder2016-09-021-1/+17
| | | | | Most of them I don't care about, but these are or at least seem important. This makes my configuration more system-independent.
* Merge Debian stock Mutt colors properly under mineTom Ryder2016-09-021-4/+10
| | | | | | Edited appropriately to use "default" instead of foreground white and background black, so that my wash-out effect for Tmux panes works correctly.
* Make sendmail(1) implementation configurableTom Ryder2016-07-041-1/+1
| | | | Include it in the sendemail section of the Git config, too
* Rename binscripts more terselyTom Ryder2016-06-221-2/+2
|
* Mutt getmails quietly in backgroundTom Ryder2016-06-191-1/+1
|
* No longer signing by defaultTom Ryder2016-06-171-1/+0
|
* Use default ~/.signature locationTom Ryder2016-03-291-3/+0
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Add mail signatureTom Ryder2016-03-271-0/+2
|