chezmoi/dot_muttrc
2025-09-21 21:18:16 +02:00

25 lines
883 B
Text

### save and sync my sent messages
set record=~/Maildir/Sent
## GMAIL USERS USE Sent Mail below instead:
## set record="~/Maildir/Sent Mail"
set spoolfile=~/Maildir/INBOX
# set header cache
set header_cache=~/Localmail/hcache
# needed for maildir format
set mbox_type=Maildir
set folder=~/Maildir/
# IMAP and INBOX (this should map to any existing IMAP folders)
mailboxes =INBOX \
=Sent \
=Drafts \
=Trash
set nm_default_url = "notmuch:///home/ccowley/Maildir"
virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
#### BEGIN NOTMUCH-MUTT SETTINGS
# macro index \
# "unset wait_key~/.mutt/mutt-notmuch.pl --prompt search~/.cache/mutt_results" \
# "search mail (using notmuch)"
# macro index \
# "unset wait_key~/.mutt/mutt-notmuch.pl thread~/.cache/mutt_resultsset wait_key" \
# "search and reconstruct owning thread (using notmuch)"