diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index f39effc8..c747ff75 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1574,7 +1574,8 @@ last search with the new setting." (toggles (seq-map (lambda (cell) (cons - (concat (car cell) (format" (%s)" (if (cdr cell) "on" "off"))) + (concat (car cell) (format" (%s)" + (if (symbol-value (cdr cell)) "on" "off"))) (cdr cell))) toggles)) (choice (mu4e-read-option "Toggle setting " toggles))) (when choice