mu4e-search: cosmetic
This commit is contained in:
@ -458,7 +458,8 @@ last search with the new setting."
|
|||||||
(concat (car cell)
|
(concat (car cell)
|
||||||
(format" (%s)"
|
(format" (%s)"
|
||||||
(if (symbol-value (cdr cell)) "on" "off")))
|
(if (symbol-value (cdr cell)) "on" "off")))
|
||||||
(cdr cell))) toggles))
|
(cdr cell)))
|
||||||
|
toggles))
|
||||||
(choice (mu4e-read-option "Toggle property " toggles)))
|
(choice (mu4e-read-option "Toggle property " toggles)))
|
||||||
(when choice
|
(when choice
|
||||||
(set choice (not (symbol-value choice)))
|
(set choice (not (symbol-value choice)))
|
||||||
|
|||||||
Reference in New Issue
Block a user