mu4e: change spacing in main view for info section

Change the spaces to tab to be consistent with the other entries in the
main view.
This commit is contained in:
Manuel Argüelles 2020-05-08 11:24:31 -05:00
parent 05dc6333c3
commit 36701c9336
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ clicked."
(defun mu4e~key-val (key val &optional unit)
"Return a key / value pair."
(concat
" * "
"\t* "
(propertize (format "%-20s" key) 'face 'mu4e-header-title-face)
": "
(propertize val 'face 'mu4e-header-key-face)