1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00

Merge pull request #92 from tarsius/header-line

* mu4e: mu4e~header-line-format: use same font as in buffer
This commit is contained in:
Dirk-Jan C. Binnema 2012-11-11 07:17:53 -08:00
commit 94df186941

View File

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