aboutsummaryrefslogtreecommitdiff
path: root/mutt
Commit message (Collapse)AuthorAgeFilesLines
* Correct double-up in Mutt bindingsTom Ryder2020-06-021-1/+1
|
* Reorder some maps in muttrcTom Ryder2020-05-311-3/+3
|
* Use leader for 's' map in MuttTom Ryder2020-05-311-1/+1
|
* Use \ instead of g for leader in MuttrcTom Ryder2020-05-311-3/+3
| | | | Avoids masking "group reply", which I should be using.
* Revert "Use an em-dask for HTML-ized mail signa...Tom Ryder2020-05-251-1/+1
| | | | | | This reverts commit a5af1a7fd84d5610b47e9de9c54f1c49b87dacb5. Pandoc decided to make that into an entire horizontal line!
* Use an em-dask for HTML-ized mail signatureTom Ryder2020-05-251-1/+1
|
* Merge branch 'hotfix/v9.9.1' into developTom Ryder2020-05-211-9/+4
|\ | | | | | | | | * hotfix/v9.9.1: My forward format switching hook doesn't work
| * My forward format switching hook doesn't workTom Ryder2020-05-211-9/+4
| |
* | Correct a muttrc commentTom Ryder2020-05-211-2/+2
|/
* Rearrange a couple of commandsTom Ryder2020-05-201-1/+1
|
* Switch to openpgp.org for key linksTom Ryder2020-05-201-1/+1
|
* Set $mbox_type in Mutt configTom Ryder2020-05-201-0/+6
|
* Add a few missing periodsTom Ryder2020-05-201-3/+3
|
* Separate local muttrc from aliases fileTom Ryder2020-05-201-2/+12
|
* Make Mutt allow me to send unmodified messagesTom Ryder2020-05-201-0/+6
|
* Set recall in Mutt to stop nagging me about draftsTom Ryder2020-05-201-0/+5
|
* Put Mutt "quit" backTom Ryder2020-05-201-0/+5
|
* Break path options in muttrc consistentlyTom Ryder2020-05-201-3/+6
|
* Fix some spacing in MakefileTom Ryder2020-05-202-0/+19
|
* Show OpenPGP headersTom Ryder2020-05-201-0/+1
| | | | | They're short enough, and it's interesting to see them when they do pop up. Autocrypt headers tend to be a bit too long, though.
* Add autocrypt settings to main muttrcTom Ryder2020-05-191-0/+6
|
* Work around a double-up word in a commentTom Ryder2020-05-191-1/+1
|
* Use consistent quoting for paths in muttrcTom Ryder2020-05-191-1/+1
|
* Move PGP config down a bitTom Ryder2020-05-191-45/+45
|
* Update Mutt config; self and opportunistic encryptTom Ryder2020-05-191-2/+40
| | | | | Install the GPG_KEYID export, built using whatever the value of the GPG_KEYID macro is (renamed from KEY)
* 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
|