Files
dotfiles/.config/neomutt/muttrc

25 lines
720 B
Plaintext

# vim: filetype=neomuttrc
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
source accounts.muttrc
# Shorter date-time format without seconds or timezone
set date_format='%Y-%m-%d %R'
# RFC 3339 / ISO 8601 -like date in replies
# Example: "On Wed, 2025-01-22 at 15:25 +0100"
set attribution='%[On %a, %F at %R %z], %f wrote:'
# Sort in threads with the most recent message at the top
set sort=reverse-threads
set sort_aux=last-date-sent
# Reply to all by default
bind index,pager r group-reply
bind index,pager R reply
# Page movements instead of thread (un-)deleting
bind index \Cd half-down
bind index \Cu half-up
# Send copy to myself to have my replies in threads (see me alias in accounts)
my_hdr Bcc: me