2022-12-16 12:22:11 +01:00
|
|
|
# vim: syntax=muttrc
|
|
|
|
|
2021-02-16 15:41:04 +01:00
|
|
|
set from = "Sanchayan Maity <sanchayan@asymptotic.io>"
|
2020-07-23 16:50:48 +02:00
|
|
|
set sendmail = "/usr/bin/msmtp -a asymptotic"
|
|
|
|
set mbox = "+asymptotic/Archive"
|
|
|
|
set postponed = "+asymptotic/drafts"
|
|
|
|
set record = "+asymptotic/Sent"
|
2022-12-16 12:22:11 +01:00
|
|
|
set signature = "~/.mutt/signature"
|
2020-07-23 16:50:48 +02:00
|
|
|
|
|
|
|
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"
|
2021-03-18 06:14:26 +01:00
|
|
|
|
|
|
|
macro index gi "<change-folder>=asymptotic/Inbox<enter>" "Go to Inbox"
|
|
|
|
macro index gs "<change-folder>=asymptotic/Sent<enter>" "Go to Sent"
|