mu4e: allow maildir as sort-field

This commit is contained in:
djcb 2016-10-25 20:34:57 +03:00
parent 7526f118ba
commit 739013d031
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ followed by the docid, followed by `mu4e~headers-docid-post'.")
(defvar mu4e~headers-sort-field-choices
'( ("date" . :date)
("from" . :from)
("maildir" . :maildir)
("prio" . :prio)
("zsize" . :size)
("subject" . :subject)