summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-09-14 23:26:00 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-09-14 23:28:00 +0300
commit82f2ef115420b44cf07c167a4713fc54d6ffa67e (patch)
tree18a8226819f48399cc91bf1076011bbc6faab6f7
parent3a32adc7ec5ab4f41d0575e73891a54dd2a529cf (diff)
mu4e: remove some dead code in headers
-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)