* mu4e: set sort order by clicking on header tabs

This commit is contained in:
djcb
2012-07-11 11:36:05 +03:00
parent 958a84d5e3
commit 1e2ed5715a
2 changed files with 44 additions and 30 deletions

View File

@ -346,7 +346,8 @@ headers)."
'( (:attachments .
( :name "Attachments"
:shortname "Atts"
:help "Message attachments"))
:help "Message attachments"
:sortable nil))
(:bcc .
( :name "Bcc"
:shortname "Bcc"
@ -366,7 +367,7 @@ headers)."
( :name "Flags"
:shortname "Flgs"
:help "Flags for the message"
:sortable t))
:sortable nil))
(:from .
( :name "From"
:shortname "From"
@ -377,7 +378,7 @@ headers)."
:shortname "From/To"
:help "Sender of the message if it's not me; otherwise
the recipient"
:sortable t))
:sortable nil))
(:maildir .
( :name "Maildir"
:shortname "Maildir"