16 lines
690 B
Text
16 lines
690 B
Text
# vim: filetype=neomuttrc
|
|
|
|
source /home/dominic/.config/mutt/colors
|
|
source /home/dominic/.config/mutt/settings
|
|
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
|
|
source /home/dominic/.config/mutt/accounts/me@domdit.com.muttrc
|
|
|
|
macro index,pager i1 '<sync-mailbox><enter-command>source /home/dominic/.config/mutt/accounts/me@domdit.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to me@domdit.com"
|
|
|
|
macro index,pager,attach A "<pipe-message>sed -e /^From/d -e s/To:/From:/ | abook --add-email<return>" "add the to: address to abook"
|
|
macro index,pager a "|abook --add-email\n" 'add sender to abook'
|
|
|
|
set header_cache_backend = "lmdb"
|
|
|
|
set editor = "nvim"
|
|
set recall=no
|