mu4e-search: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2023-02-15 14:47:42 +02:00
parent 0c04300f61
commit 47f8f8c382
1 changed files with 2 additions and 1 deletions

View File

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