mutt: Add basic mutt-wizard based config
This change was laying in a big WIP commit for ages now, waiting for me to split and commit it nicely. The author date is thus quite far back in the past.
This commit is contained in:
1
.config/mutt
Symbolic link
1
.config/mutt
Symbolic link
@@ -0,0 +1 @@
|
||||
neomutt
|
||||
12
.config/neomutt/muttrc
Normal file
12
.config/neomutt/muttrc
Normal file
@@ -0,0 +1,12 @@
|
||||
# vim: filetype=neomuttrc
|
||||
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
|
||||
source ~/.config/neomutt/accounts.rc
|
||||
|
||||
# Shorter date-time format with two digit year and no seconds or timezone
|
||||
set date_format='%y-%m-%d %R'
|
||||
# Full RFC 3339 like date in replies
|
||||
set attribution='On %[%F %T %z], %f wrote:'
|
||||
|
||||
# sort in threads with the most recent message at the top
|
||||
set sort=reverse-threads
|
||||
set sort_aux=last-date-sent
|
||||
Reference in New Issue
Block a user