aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc.m4
Commit message (Collapse)AuthorAgeFilesLines
* More generic Mutt configurationTom Ryder2017-01-281-153/+0
| | | | | 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-0/+127
Include it in the sendemail section of the Git config, too