Merge pull request #429 from sabof/default-to-descending

* mure: headers sorted by "nil" at first; avoid this.
This commit is contained in:
Dirk-Jan C. Binnema
2014-05-20 23:18:03 -07:00

View File

@ -1226,7 +1226,8 @@ sortfield, change the sort-order) or nil (ask the user)."
(t
(if (eq sortfield mu4e~headers-sort-field)
(if (eq mu4e~headers-sort-direction 'ascending)
'descending 'ascending)))
'descending 'ascending)
'descending))
(mu4e-read-option "Direction: "
'(("ascending" . 'ascending) ("descending" . 'descending))))))
(setq