# vim: syntax=muttrc set from = "Sanchayan Maity " 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 \ "+asymptotic/Trash" \ "move message to the trash" macro index S \ "+asymptotic/Spam" \ "mark message as spam" macro index gi "=asymptotic/Inbox" "Go to Inbox" macro index gs "=asymptotic/Sent" "Go to Sent"