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)))