Merge pull request #1683 from manuel-arguelles/change-info-spacing

mu4e: change spacing in main view for info section
This commit is contained in:
Dirk-Jan C. Binnema 2020-05-09 23:13:31 +03:00 committed by GitHub
commit 30bad6a6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)