# Identify meself set from = "pham@topo.tw" set realname = "謝晉凡 Hsieh Chin Fan" set signature = "~/.config/mutt/.signature" set pgp_use_gpg_agent = yes set crypt_use_gpgme = yes set pgp_timeout = 300 set pgp_sign_as = 6DD8C14A # replace 6DD8C14A with your gpg key id set autocrypt = yes # For contacts set display_filter = ~/.config/mutt/message_filter.sh source ~/.config/mutt/alias.topo source ~/.config/mutt/hooks.topo ## Basic Mailbox set spoolfile = "+" #set mbox= "+mbox" #set move = yes set record = "+Sent" set trash = "+Trash" set postponed = "+Drafts" set mask="!(tmp|new|cur|dovecot.*|\\..*|maildirfolder)" # Sidebar mailboxes -label 'INBOX' -poll + \ -poll +act\ -poll +box \ -poll +continue \ -poll -label '[r]' +river \ -poll -label '[h]ome' +home \ -poll -label '[R]ecall' +recall \ "+-- Permanent ---" \ -poll -label '[n]ews 📰' +news \ -poll -label '[p]ay 💲' +pay \ -poll -label '[t]alk 🍺' +talk \ -poll -label '[d]ev' +zd \ -poll -label '[u]pdate' +update \ -poll -label '[l]ogin' +login \ -poll -label '[P]romote' +promote \ -poll -label '[C]omment' +comment \ # Keybinding macro index,pager 'source ~/.config/mutt/muttrc.topo!' macro index,pager 'source ~/.config/mutt/muttrc.gmail!' macro index,pager 'source ~/.config/mutt/muttrc.b97602041!' # Hooks for accounts #folder-hook imaps://imap.gmail.com/ 'source ~/.config/mutt/muttrc.gmail' #folder-hook ~/Maildir 'source ~/.config/mutt/muttrc.b97602041' # Change mailboxes macro index,pager gi "+" "Switch to INBOX folder" macro index,pager ga "+act" macro index,pager gb "+box" macro index,pager gc "+continue" macro index,pager gD "+done" macro index,pager gt "+talk" macro index,pager gk "+keep" macro index,pager gn "+news" macro index,pager gH "+hiking" macro index,pager gp "+pay" macro index,pager gs "+Sent" macro index,pager gr "+river" macro index,pager gR "+recall" macro index,pager gd "+zd" macro index,pager gu "+update" macro index,pager gh "+home" macro index,pager gP "+promote" macro index,pager gT "+Trash" macro index,pager gl "+login" macro index,pager gf "+feedback" macro index,pager gC "+comment"