aboutsummaryrefslogtreecommitdiff
path: root/mutt
Commit message (Collapse)AuthorAgeFilesLines
* Refine preferred header display in MuttTom Ryder2020-09-121-2/+10
|
* Show "List-Archive:" and "X-List-Archive:" headersTom Ryder2020-09-121-0/+5
|
* Add "I have attached" to match Mutt drop attachTom Ryder2020-09-121-1/+1
|
* Add "attached are" to Mutt's drop-attach matchesTom Ryder2020-09-121-1/+1
|
* Allow wider wraps for HTML mail translationTom Ryder2020-08-221-1/+1
|
* Remove margins for HTML mail translationTom Ryder2020-08-221-1/+1
|
* Turn on reverse_alias in muttrcTom Ryder2020-07-291-0/+5
|
* Use "unset" rather than "set ... = no" in muttrcTom Ryder2020-07-291-1/+1
|
* Sort threads in Mutt by last message date receivedTom Ryder2020-07-151-0/+5
|
* Sort messages in Mutt by date received, not sentTom Ryder2020-07-151-1/+1
|
* Don't set use_envelope_from by defaultTom Ryder2020-07-041-6/+0
| | | | Will offload this to the mailserver in the most general case.
* Switch default Mutt sort to threadsTom Ryder2020-07-011-3/+4
|
* Filter pandoc dashes in Mutt alternative partsTom Ryder2020-06-301-1/+2
| | | | | | | | | | If there are two consecutive em- or en-dashes on a line, change all the en dashes back to -- and the em dashes back to ---, so that we don't hack up e.g. "----- Forwarded message -----" in silly ways. This is gross, and firmly suggests I need to learn enough Lua to make Pandoc do this the way I actually want with a custom filter, but It'll Do For Now™.
* Adjust a couple more muttrc linebreaksTom Ryder2020-06-291-2/+4
|
* Fix a comment block in muttrcTom Ryder2020-06-291-3/+3
|
* Break a couple of long linesTom Ryder2020-06-291-3/+6
|
* Correct a few typosTom Ryder2020-06-291-3/+3
|
* Expand/refine Mutt thread display switching a bitTom Ryder2020-06-291-3/+11
|
* Use tabs in Mutt mailcapTom Ryder2020-06-231-6/+6
|
* Remove pgp_self_encrypt Mutt settingTom Ryder2020-06-211-1/+0
| | | | It's the default since v1.10.1, as long as $pgp_default_key is set.
* Convert some spaces to tabsTom Ryder2020-06-211-1/+1
|
* Add notmuch-mutt macroTom Ryder2020-06-211-0/+12
|
* Adopt pared-down custom mailcap for MuttTom Ryder2020-06-202-7/+34
|
* Use \a not \A for address-book addTom Ryder2020-06-171-1/+1
|
* Add maps to move messagesTom Ryder2020-06-171-0/+11
|
* Remove useless \s Mutt mapTom Ryder2020-06-171-5/+0
|
* Don't show OpenPGP header anymoreTom Ryder2020-06-151-1/+0
| | | | Seems to be working well enough.
* Set use_envelope_from in muttrcTom Ryder2020-06-151-0/+6
|
* 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
|