1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* mu4e-headers.el: remove sorting hack, no longer needed

This commit is contained in:
djcb 2012-06-15 18:22:48 +03:00
parent a332583d81
commit a8f878fe7c

View File

@ -974,9 +974,6 @@ do _not_ refresh the last search with the new parameters."
(setq
mu4e-headers-sortfield sortfield
mu4e-headers-sort-revert revert) ;; "descending" means "revert"
;; turn off threading if we don't sort by date (FIXME)
(unless (eq sortfield 'date)
(setq mu4e-headers-show-threads nil))
(mu4e-message "Sorting by %s (%s)%s"
(symbol-name sortfield)
(if revert "descending" "ascending")