Skip to content

Commit

Permalink
mu4e: remove some dead code in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Sep 14, 2022
1 parent 3a32adc commit 82f2ef1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mu4e/mu4e-headers.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82f2ef1

Please sign in to comment.