chezmoi/dot_muttrc
2025-09-22 09:19:34 +02:00

30 lines
908 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 sidebar_visible
set sidebar_format = "%B%<F? [%F]>%* %<N?%N/>%S"
set mail_check_stats
set virtual_spoolfile=yes
source ~/.mailboxes
#### 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)"