diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 45a2afa9..bdd0ec8e 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1555,12 +1555,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)