dotfiles/mutt/.mutt/accounts/asymptotic

22 lines
635 B
Plaintext

# vim: syntax=muttrc
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"
set signature = "~/.mutt/signature"
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"