mu4e-main: whitespace

This commit is contained in:
Dirk-Jan C. Binnema 2022-12-29 00:22:48 +02:00
parent 155d7be1d4
commit 15fadee730
1 changed files with 6 additions and 6 deletions

View File

@ -226,12 +226,12 @@ clicked."
when (not (and mu4e-main-hide-fully-read (eq unread 0))) when (not (and mu4e-main-hide-fully-read (eq unread 0)))
concat (concat concat (concat
;; menu entry ;; menu entry
(cond ((characterp key) (cond ((characterp key)
(mu4e--main-action-str (mu4e--main-action-str
(concat "\t* [j" (string key) "] " name) (concat "\t* [j" (string key) "] " name)
(concat "j" (string key)))) (concat "j" (string key))))
((stringp key) (concat "\t* " key " " name)) ((stringp key) (concat "\t* " key " " name))
(t (concat "\t* " name))) (t (concat "\t* " name)))
;; append all/unread numbers, if available. ;; append all/unread numbers, if available.
(if qcounts (if qcounts
(let ((unread (plist-get (car qcounts) :unread)) (let ((unread (plist-get (car qcounts) :unread))