Mutt: don't sort browser
This commit is contained in:
parent
aa09d040c4
commit
e73c9212f7
4
.muttrc
4
.muttrc
@ -66,7 +66,7 @@ set forward_quote
|
||||
#ignore "Authentication-Results:"
|
||||
#ignore "DomainKey-Signature:"
|
||||
#ignore "DKIM-Signature:"
|
||||
hdr_order Date From To Cc User-Agent
|
||||
hdr_order Date From To Cc Bcc User-Agent
|
||||
|
||||
ignore *
|
||||
unignore from: date subject to cc mail-followup-to
|
||||
@ -85,7 +85,7 @@ set markers = no # don't put '+' at the beginning of wrapped lines
|
||||
set pager_index_lines = 7 # how large is the index window?
|
||||
set sort = 'threads'
|
||||
set sort_aux=date-received
|
||||
set sort_browser=date
|
||||
#set sort_browser=date
|
||||
|
||||
# My Editor
|
||||
set editor="vim '+set tw=72'"
|
||||
|
Loading…
Reference in New Issue
Block a user