summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mu4e/mu4e-headers.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el
index 45a2afa..bdd0ec8 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)