dotfiles/mutt/.mutt/accounts/fastmail
Sanchayan Maity ed7ac360a0
mutt: accounts/fastmail: Disable GPG signing
Would love to keep this enabled but let us face it, no one cares.
And if we want to use this account for sending to mailing lists
best to not enable this.
2023-02-25 18:00:07 +05:30

32 lines
1.1 KiB
Plaintext

# vim: syntax=muttrc
set from = "Sanchayan Maity <sanchayan@sanchayanmaity.net>"
set sendmail = "/usr/bin/msmtp -a fastmail"
set mbox = "+fastmail/Archive"
set postponed = "+fastmail/drafts"
set record = "+fastmail/Sent"
set signature = "~/.mutt/signature"
color status green default
macro index D \
"<save-message>+fastmail/Trash<enter>" \
"move message to the trash"
macro index S \
"<save-message>+fastmail/Spam<enter>" \
"mark message as spam"
# Binding 'gi' will alias 'g'
bind index g noop
macro index gi "<change-folder>=fastmail/Inbox<enter>" "Go to Inbox"
macro index gf "<change-folder>=fastmail/FreedesktopGitlab<enter>" "Go to freedesktop gitlab"
macro index gg "<change-folder>=fastmail/gstreamer<enter>" "Go to gstreamer"
macro index gp "<change-folder>=fastmail/pulseaudio<enter>" "Go to pulseaudio"
macro index gs "<change-folder>=fastmail/Sent<enter>" "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'