21 lines
823 B
Text
21 lines
823 B
Text
set from = "Sanchayan Maity <maitysanchayan@gmail.com>"
|
|
set sendmail = "/usr/bin/msmtp -a Sanchayan"
|
|
set mbox = "+sanchayan/Archive"
|
|
set postponed = "+sanchayan/drafts"
|
|
set record = "+sanchayan/Sent"
|
|
|
|
color status green default
|
|
|
|
macro index D \
|
|
"<save-message>+sanchayan/Trash<enter>" \
|
|
"move message to the trash"
|
|
|
|
macro index S \
|
|
"<save-message>+sanchayan/Spam<enter>" \
|
|
"mark message as spam"
|
|
|
|
macro index gi "<change-folder>=sanchayan/Inbox<enter>" "Go to Inbox"
|
|
macro index gf "<change-folder>=sanchayan/FreedesktopGitlab<enter>" "Go to freedesktop gitlab"
|
|
macro index gg "<change-folder>=sanchayan/gstreamer<enter>" "Go to gstreamer"
|
|
macro index gp "<change-folder>=sanchayan/pulseaudio<enter>" "Go to pulseaudio"
|
|
macro index gs "<change-folder>=sanchayan/Sent<enter>" "Go to Sent"
|