diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 2aaa4d41..8e88c0be 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -639,7 +639,7 @@ after the end of the search results." (if width (truncate-string-to-width name width 0 ?\s t) name) - 'face (if arrow 'bold 'fixed-pitch) + 'face (when arrow 'bold) 'help-echo help 'mouse-face (when sortable 'highlight) 'keymap (when sortable map)