From 47f8f8c38298944b53ed3a8594dd6fbe177be4f6 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 15 Feb 2023 14:47:42 +0200 Subject: [PATCH] mu4e-search: cosmetic --- mu4e/mu4e-search.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-search.el b/mu4e/mu4e-search.el index 3b8c62ef..91ea88fc 100644 --- a/mu4e/mu4e-search.el +++ b/mu4e/mu4e-search.el @@ -458,7 +458,8 @@ last search with the new setting." (concat (car cell) (format" (%s)" (if (symbol-value (cdr cell)) "on" "off"))) - (cdr cell))) toggles)) + (cdr cell))) + toggles)) (choice (mu4e-read-option "Toggle property " toggles))) (when choice (set choice (not (symbol-value choice)))