chezmoi/dot_muttrc
2025-09-22 09:42:07 +02:00

51 lines
1.6 KiB
Text

# vim: ft=muttrc fdm=marker foldcolumn=2
#
#
set from = chris@cowley.tech
set real_name = "Chris Cowley"
set pager_index_lines = 6 # show this many lines of the Index when
# reading email
set pager_context = 3 # lines of context between pages
set pager_stop = yes # don't scroll of the end of one message onto
# the next
set edit_headers = yes # allow user to edit message headers
set editor = "vim" # define which editor to use
set fast_reply = yes # skip initial prompts when replying
set include = yes # include the message we're replying to
### 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 sidebar_next_new_wrap = yes # wrap around the list when scrolling
set mail_check_stats
set virtual_spoolfile=yes
source ~/.mailboxes
set use_threads=threads sort=date sort_aux=date
#### 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)"