diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 302c60cf..f0c78381 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1577,7 +1577,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