Neomutt add msmtp config

This commit is contained in:
Nicolas Duhamel 2018-04-28 18:28:24 +02:00
parent 40078dd529
commit 533868ff0e
3 changed files with 8 additions and 1 deletions

View File

@ -16,3 +16,8 @@ mailboxes +INBOX \
set mbox = "+Archive" set mbox = "+Archive"
set postponed = "+Drafts" set postponed = "+Drafts"
set from = "nicolas@jombi.fr"
set sendmail = "/usr/bin/msmtp -C $XDG_CONFIG_HOME/msmtp/msmtprc -a jombi"
set sendmail_wait = 0
# unset record

View File

@ -82,6 +82,7 @@ bind index Sf clear-flag
bind index sl edit-label bind index sl edit-label
bind index sn toggle-new bind index sn toggle-new
bind index sr read-thread #set entire thread read bind index sr read-thread #set entire thread read
macro index sR <tag-pattern>~N<Enter><tag-prefix><clear-flag>N<untag-pattern>.<Enter> #Mark all as Read
bind index st tag-entry bind index st tag-entry
bind index r reply bind index r reply
@ -120,6 +121,7 @@ bind pager h exit
bind pager za view-attachments bind pager za view-attachments
macro pager zu "<pipe-entry> urlscan<Enter>" macro pager zu "<pipe-entry> urlscan<Enter>"
bind pager zh display-toggle-weed
################## ##################
# Attach # Attach

View File

@ -3,4 +3,4 @@ text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; name
audio/*; /usr/bin/xdg-open %s audio/*; /usr/bin/xdg-open %s
image/*; /usr/bin/xdg-open %s image/*; /usr/bin/xdg-open %s
application/pdf; /usr/bin/xdg-open %s application/*; /usr/bin/xdg-open %s