Changes to mutt config

Jonathan Hodgson 4 years ago
parent 5384929706
commit eafd1477f6
  1. 0
      mutt/.config/mutt/mailcap
  2. 23
      mutt/.config/mutt/muttrc
  3. BIN
      mutt/.config/mutt/work-email.secret

@ -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:
Loading…
Cancel
Save