From 82f2ef115420b44cf07c167a4713fc54d6ffa67e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 14 Sep 2022 23:26:00 +0300 Subject: [PATCH] mu4e: remove some dead code in headers --- mu4e/mu4e-headers.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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)