aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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-281-0/+134
| | | | | Remove some person and system specific stuff, including my signature; nothing complex about that, after all.
* Make sendmail(1) implementation configurableTom Ryder2016-07-041-127/+0
| | | | 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
|
* Fix consistent spacing in muttrcTom Ryder2015-10-171-1/+1
|
* Try edit_headers in mutt for a whileTom Ryder2015-10-021-0/+1
|
* Add abook shortcutTom Ryder2015-10-021-0/+3
|
* Add macro to speedily save a messageTom Ryder2014-01-131-0/+3
|
* Define macro to retrieve mail with getmails(1)Tom Ryder2014-01-131-0/+3
|
* Add comment to custom macrosTom Ryder2014-01-131-2/+2
|
* Remove person-specific details from my muttrcTom Ryder2013-12-061-8/+7
|
* Remove stray spaceTom Ryder2013-12-061-1/+1
|
* Avoid top-posting emailsTom Ryder2013-12-021-1/+0
|
* Turned out reverse-thread sucks for mailing listsTom Ryder2013-11-161-1/+1
|
* Automatically attempt to decrypt inline PGPTom Ryder2013-07-111-0/+3
|
* Macros to quickly jump between mailboxesTom Ryder2013-06-131-0/+4
|
* Sign everything, include PGP key with hooksTom Ryder2013-05-301-5/+7
|
* Use gpgme instead of the PGP command definitionsTom Ryder2013-05-301-16/+1
| | | | Which is about fifty million times easier
* Fix index dates and signatureTom Ryder2013-05-191-1/+5
|
* Color changesTom Ryder2013-05-131-2/+3
|
* Create mailboxes if they don't existTom Ryder2013-05-071-0/+3
|
* Still tweaking Mutt config, nearly happyTom Ryder2013-05-061-14/+22
|
* Changed layout of mail directoriesTom Ryder2013-05-061-21/+35
| | | | | The Maildir extensions are unwieldy, just using subdirectories of ~/Mail for each mailbox now, much tidier
* Settings to make flowed plaintext work wellTom Ryder2013-05-031-4/+5
| | | | | Thanks very much to W. Caleb McDaniel for his awesome Mutt page: <http://wcm1.web.rice.edu/mutt-tips.html>
* Unexpected defaultTom Ryder2013-04-301-0/+1
|
* Actually I do want to be prompted on quitTom Ryder2013-04-301-1/+0
|
* Include tildes on empty linesTom Ryder2013-04-301-0/+1
|
* Manual says not to quote the %s at allTom Ryder2013-04-301-1/+1
|
* Turns out quote nesting choice is importantTom Ryder2013-04-301-1/+1
|
* Remove unnecessary trailing slashTom Ryder2013-04-301-1/+1
|
* man 5 muttrc says not to specify encodingTom Ryder2013-04-301-4/+0
| | | | | My terminals are all correctly set up as UTF-8 so this shouldn't be necessary
* Don't beep on error, just new mailTom Ryder2013-04-301-1/+0
|
* Fix alignmentTom Ryder2013-04-301-1/+1
|
* Remove unneeded charset definitionTom Ryder2013-04-301-3/+2
|
* Reorganise muttrcTom Ryder2013-04-301-43/+69
|
* Include link to PGP public key in headersTom Ryder2013-04-251-0/+1
|
* Pager format includes local timeTom Ryder2013-04-251-0/+1
|
* Don't hide any files in browserTom Ryder2013-04-211-0/+1
|
* Stop Google IMAP and start using local MaildirTom Ryder2013-04-201-45/+37
| | | | | | | Downloaded all my mail from Gmail with POP3 and am using the mutt/procmail/fetchmail/msmtp setup from now on. I'd share the configuration files for that latter three files but I can't see a good way to keep my passwords out of them.
* Mutt config looking much saner nowTom Ryder2013-03-161-23/+33
|