Merge pull request #1146 from mekeor/master

mu4e: fix bug preventing mu4e-headers-change-sorting to sort by list
This commit is contained in:
Dirk-Jan C. Binnema 2017-11-02 08:10:32 +02:00 committed by GitHub
commit 43df94fa39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ but also manually invoked searches."
(defvar mu4e-headers-sort-field :date
"Field to sort the headers by. Must be a symbol,
one of: `:date', `:subject', `:size', `:prio', `:from', `:to.',
`:list-id'")
`:list'")
(defvar mu4e-headers-sort-direction 'descending
"Direction to sort by; a symbol either `descending' (sorting
@ -291,7 +291,7 @@ followed by the docid, followed by `mu4e~headers-docid-post'.")
(defvar mu4e~headers-sort-field-choices
'( ("date" . :date)
("from" . :from)
("list" . :list-id)
("list" . :list)
("maildir" . :maildir)
("prio" . :prio)
("zsize" . :size)