From 36701c9336a3e5fb37d802b5854992f73da392a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Fri, 8 May 2020 11:24:31 -0500 Subject: [PATCH] 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. --- mu4e/mu4e-main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 39275d98..a577c087 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -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)