diff options
Diffstat (limited to '')
-rw-r--r-- | muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -198,8 +198,8 @@ set sendmail = "/usr/bin/msmtp -a matthewlemon" set sendmail_wait = 0 set record = "+matt-matthewlemon.com/Sent" -bind compose p postpone-message -bind index p recall-message +#bind compose p postpone-message +#bind index p recall-message # Get mutt to understand the contacts command line prog which reads Contacts #set query_command = "contacts -Sf '%eTOKEN%n' '%s' | sed -e 's/TOKEN/\t/g'" @@ -258,7 +258,7 @@ macro index <F6> \ #macro index <F8> "<enter-command>unset wait_key<enter><shell-escape>/usr/bin/notmuch-mutt --prompt search<enter><change-folder-readonly>~/.cache/mutt_results<enter>" "search mail (using notmuch)" #macro index <F9> "<enter-command>unset wait_key<enter><pipe-message>/usr/bin/notmuch-mutt thread<enter><change-folder-readonly>~/.cache/mutt_results<enter><enter-command>set wait_key<enter>" "search and reconstruct owning thread (using notmuch)" # -#source ~/.mutt/gpg.rc # Use GPG +source ~/.mutt/gpg.rc # Use GPG #source ~/.mutt/auto_views # Define auto_views. source ~/.mutt/aliases # Load in my aliases. source ~/.mutt/subscriptions # Define the list of subscribed mailing lists. |