2022-12-16 12:22:11 +01:00
|
|
|
# vim: syntax=muttrc
|
|
|
|
|
2021-02-16 15:41:04 +01:00
|
|
|
set from = "Sanchayan Maity <sanchayan@sanchayanmaity.net>"
|
2021-02-11 09:46:19 +01:00
|
|
|
set sendmail = "/usr/bin/msmtp -a fastmail"
|
|
|
|
set mbox = "+fastmail/Archive"
|
|
|
|
set postponed = "+fastmail/drafts"
|
|
|
|
set record = "+fastmail/Sent"
|
2023-02-17 05:24:10 +01:00
|
|
|
set signature = "~/.mutt/signature"
|
2021-02-11 09:46:19 +01:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2022-02-13 13:27:28 +01:00
|
|
|
# Binding 'gi' will alias 'g'
|
|
|
|
bind index g noop
|
|
|
|
|
2021-02-11 09:46:19 +01:00
|
|
|
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"
|
2022-12-16 12:22:11 +01:00
|
|
|
|
|
|
|
# See send-hook and patterns here http://www.mutt.org/doc/manual/#patterns
|
2023-02-17 05:24:10 +01:00
|
|
|
#send-hook . 'reset crypt_autoencrypt'
|
|
|
|
#send-hook '~f sanchayan@sanchayanmaity\\.net' 'set crypt_autosign'
|