1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
mu/mu4e
Jonas Bernoulli 247ebfad3a mu4e~header-line-format: use same font as in buffer
Use face `bold' for the sorted column but leave the face unspecified
for other columns.  This is how tabulated-list does it to; it only
uses fixed-pitch for whitespace between columns.

The problem with using fixed-pitch is that uses "Monospace" which
might be a different monospace font than what is used for `default'.
These fonts might have a different width causing columns in the header
and the buffer not to be aligned.

Inheriting `fixed-pitch' from `default' instead of specifying the font
does not work as that causes the `fixed-pitch'ed parts of the
header-line not to be raised like the rest anymore.  One (that is
every user) could also manually copy the font family from `default'.

Simply not specifying the font fixes all that.
2012-11-10 16:34:17 +01:00
..
fdl.texi * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
Makefile.am * mu4e: add mu4e-draft.el to Makefile.am 2012-10-31 20:35:05 +02:00
mu4e-about.org * mu4e: make sure the about-page is unfolded 2012-07-11 11:46:03 +03:00
mu4e-actions.el * mu4e: add example mu4e-action-git-apply-patch 2012-10-29 12:26:17 +02:00
mu4e-compose.el fix defcustom types and improve their doc-strings 2012-11-09 13:45:19 +01:00
mu4e-draft.el * minor 2012-11-08 21:35:01 +02:00
mu4e-headers.el mu4e~header-line-format: use same font as in buffer 2012-11-10 16:34:17 +01:00
mu4e-main.el * mu4e: update the mail/indexing update process: 2012-10-25 11:59:50 +03:00
mu4e-mark.el fix defcustom types and improve their doc-strings 2012-11-09 13:45:19 +01:00
mu4e-message.el * mu4e: add functions mu4e-message-field-at-point, mu4e-message-has-field 2012-10-28 19:31:13 +02:00
mu4e-meta.el.in * rename emacs/ => mu4e/ 2012-07-10 20:00:06 +03:00
mu4e-proc.el * mu4e: some better escaping for queries with backslashes 2012-11-02 09:26:12 +02:00
mu4e-speedbar.el * mu4e: clean up FSF address, thanks to Maciek Borzecki 2012-10-21 16:04:19 +03:00
mu4e-utils.el * mu4e: update the mail/indexing update process: 2012-10-25 11:59:50 +03:00
mu4e-vars.el fix mu4e-header-fields custom type 2012-11-09 16:42:25 +01:00
mu4e-view.el fix defcustom types and improve their doc-strings 2012-11-09 13:45:19 +01:00
mu4e.el * cosmetics 2012-10-01 16:42:48 +03:00
mu4e.org * rename emacs/ => mu4e/ 2012-07-10 20:00:06 +03:00
mu4e.texi * minor 2012-11-04 20:41:56 +02:00
org-mu4e.el * fix org-mu4e (thanks semente!) 2012-09-25 07:39:53 +03:00
texi.texi.in * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
TODO * rename emacs/ => mu4e/ 2012-07-10 20:00:06 +03:00