From 15fadee730ff0e15c99cac9cf459db81ae2b1f7e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 29 Dec 2022 00:22:48 +0200 Subject: [PATCH] mu4e-main: whitespace --- mu4e/mu4e-main.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index bbad7dc9..225eb600 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -226,12 +226,12 @@ clicked." when (not (and mu4e-main-hide-fully-read (eq unread 0))) concat (concat ;; menu entry - (cond ((characterp key) - (mu4e--main-action-str - (concat "\t* [j" (string key) "] " name) - (concat "j" (string key)))) - ((stringp key) (concat "\t* " key " " name)) - (t (concat "\t* " name))) + (cond ((characterp key) + (mu4e--main-action-str + (concat "\t* [j" (string key) "] " name) + (concat "j" (string key)))) + ((stringp key) (concat "\t* " key " " name)) + (t (concat "\t* " name))) ;; append all/unread numbers, if available. (if qcounts (let ((unread (plist-get (car qcounts) :unread))