dotfiles/mutt/.mutt/accounts/asymptotic

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
482 B
Text
Raw Normal View History

# vim: syntax=muttrc
set from = "Sanchayan Maity <sanchayan@asymptotic.io>"
set sendmail = "msmtp -a asymptotic"
set mbox = "+asymptotic/Archive"
set postponed = "+asymptotic/Drafts"
set record = "+asymptotic/Sent"
set signature = "~/.mutt/signature"
macro index S <save-message>+asymptotic/Spam<enter>
macro index D <save-message>+asymptotic/Trash<enter>
macro index gi <change-folder>=asymptotic/Inbox<enter>
macro index gs <change-folder>=asymptotic/Sent<enter>