mutt: Fix msmtp account settings inside mutt
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
d8778f264b
commit
e37c512c77
3 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
set from = "sanchayan@nilenso.systems"
|
||||
set sendmail = "/usr/bin/msmtp -a nilenso"
|
||||
set mbox = "+Archive"
|
||||
set postponed = "+drafts"
|
||||
set record = "+Sent"
|
||||
set mbox = "+nilenso/Archive"
|
||||
set postponed = "+nilenso/drafts"
|
||||
set record = "+nilenso/Sent"
|
||||
|
||||
color status green default
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
set from = "maitysanchayan@gmail.com"
|
||||
set sendmail = "/usr/bin/msmtp -a Sanchayan"
|
||||
set mbox = "+Archive"
|
||||
set postponed = "+drafts"
|
||||
set record = "+Sent"
|
||||
set mbox = "+sanchayan/Archive"
|
||||
set postponed = "+sanchayan/drafts"
|
||||
set record = "+sanchayan/Sent"
|
||||
|
||||
color status green default
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
set from = "victorascroft@gmail.com"
|
||||
set sendmail = "/usr/bin/msmtp -a Victor"
|
||||
set mbox = "+Victor/Archive"
|
||||
set postponed = "+Victor/Drafts"
|
||||
set record = "+Victor/Sent"
|
||||
set mbox = "+victor/Archive"
|
||||
set postponed = "+victor/Drafts"
|
||||
set record = "+victor/Sent"
|
||||
|
||||
color status cyan default
|
||||
|
||||
macro index D \
|
||||
"<save-message>+Victor/Trash<enter>" \
|
||||
"<save-message>+victor/Trash<enter>" \
|
||||
"move message to the trash"
|
||||
|
||||
macro index S \
|
||||
"<save-message>+Victor/Spam<enter>" \
|
||||
"<save-message>+victor/Spam<enter>" \
|
||||
"mark message as spam"
|
||||
|
|
Loading…
Reference in a new issue