Changes to mutt config

This commit is contained in:
Jonathan Hodgson 2020-03-25 10:32:13 +00:00
parent 5384929706
commit eafd1477f6
3 changed files with 22 additions and 1 deletions

View file

@ -3,6 +3,20 @@
set header_cache = ~/.cache/mutt set header_cache = ~/.cache/mutt
# This file should include
# imap_user, imap_pass, realname and from
source ~/.config/mutt/work-email.secret
set folder = "imap://127.0.0.1:1143/"
set spoolfile = +INBOX
mailboxes = +INBOX
set use_from = yes
set smtp_url="smtp://$imap_user:$imap_pass@127.0.0.1:1025"
set ssl_force_tls = no
set ssl_starttls = no
set sort = threads set sort = threads
set sort_aux = reverse-last-date-received set sort_aux = reverse-last-date-received
@ -14,7 +28,7 @@ set include # include message in replies
set editor = "vim +':set textwidth=0'" set editor = "vim +':set textwidth=0'"
set include = yes set include = yes
set new_mail_command = "notify-send 'New Email'" set new_mail_command = "notify-send 'New Email'"
set sendmail = "/home/jonathan/.bin/emails/send-from-mutt" #set sendmail = "/home/jonathan/.bin/emails/send-from-mutt"
set edit_headers=yes set edit_headers=yes
@ -25,6 +39,13 @@ alternative_order text/plain text/enriched text/html
macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && qutebrowser ~/.cache/mutt/mail.html && rm ~/.cache/mutt/mail.html<enter>" macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && qutebrowser ~/.cache/mutt/mail.html && rm ~/.cache/mutt/mail.html<enter>"
bind index R imap-fetch-mail
set query_command = "/home/jonathan/Contacts/lookup | grep '%s'"
# Formatting # Formatting
# Default index colors: # Default index colors:

Binary file not shown.