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 bf0af7465f
commit e8177c7f04
1 changed files with 1 additions and 6 deletions

View File

@ -1552,12 +1552,7 @@ user)."
(if (eq sortfield mu4e-headers-sort-field)
(if (eq mu4e-headers-sort-direction 'ascending)
'descending 'ascending)
'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)))
))
'descending)))))
(setq
mu4e-headers-sort-field sortfield
mu4e-headers-sort-direction dir)