Neomutt add msmtp config
This commit is contained in:
parent
40078dd529
commit
533868ff0e
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user