mu4e: remove some dead code in headers

This commit is contained in:
Dirk-Jan C. Binnema 2022-09-14 23:26:00 +03:00
parent 3a32adc7ec
commit 82f2ef1154
1 changed files with 1 additions and 6 deletions

View File

@ -1555,12 +1555,7 @@ user)."
(if (eq sortfield mu4e-headers-sort-field) (if (eq sortfield mu4e-headers-sort-field)
(if (eq mu4e-headers-sort-direction 'ascending) (if (eq mu4e-headers-sort-direction 'ascending)
'descending 'ascending) 'descending 'ascending)
'descending))) 'descending)))))
;; FIXME: This has been here for years but cl-case doesn't allow
;; further clauses after t or otherwise.
;; (mu4e-read-option "Direction: " '(("ascending" . 'ascending)
;; ("descending" . 'descending)))
))
(setq (setq
mu4e-headers-sort-field sortfield mu4e-headers-sort-field sortfield
mu4e-headers-sort-direction dir) mu4e-headers-sort-direction dir)