18 lines
577 B
Text
18 lines
577 B
Text
set from = "Sanchayan Maity <sanchayan@asymptotic.io>"
|
|
set sendmail = "/usr/bin/msmtp -a asymptotic"
|
|
set mbox = "+asymptotic/Archive"
|
|
set postponed = "+asymptotic/drafts"
|
|
set record = "+asymptotic/Sent"
|
|
|
|
color status green default
|
|
|
|
macro index D \
|
|
"<save-message>+asymptotic/Trash<enter>" \
|
|
"move message to the trash"
|
|
|
|
macro index S \
|
|
"<save-message>+asymptotic/Spam<enter>" \
|
|
"mark message as spam"
|
|
|
|
macro index gi "<change-folder>=asymptotic/Inbox<enter>" "Go to Inbox"
|
|
macro index gs "<change-folder>=asymptotic/Sent<enter>" "Go to Sent"
|