Mutt: don't sort browser

This commit is contained in:
Némunaire 2014-02-28 09:50:02 +01:00
parent aa09d040c4
commit e73c9212f7

View File

@ -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'"