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
1 changed files with 1 additions and 1 deletions

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)