# vim: syntax=muttrc set from = "Sanchayan Maity " set sendmail = "/usr/bin/msmtp -a fastmail" set mbox = "+fastmail/Archive" set postponed = "+fastmail/drafts" set record = "+fastmail/Sent" set signature = "~/.mutt/signed-signature" color status green default macro index D \ "+fastmail/Trash" \ "move message to the trash" macro index S \ "+fastmail/Spam" \ "mark message as spam" # Binding 'gi' will alias 'g' bind index g noop macro index gi "=fastmail/Inbox" "Go to Inbox" macro index gf "=fastmail/FreedesktopGitlab" "Go to freedesktop gitlab" macro index gg "=fastmail/gstreamer" "Go to gstreamer" macro index gp "=fastmail/pulseaudio" "Go to pulseaudio" macro index gs "=fastmail/Sent" "Go to Sent" # See send-hook and patterns here http://www.mutt.org/doc/manual/#patterns send-hook . 'reset crypt_autoencrypt' send-hook '~f sanchayan@sanchayanmaity\\.net' 'set crypt_autosign'