From def8094b162cec849c36c5f67cd4bebb4c3fe177 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 18 Sep 2013 09:06:35 +0300 Subject: [PATCH] * mu4e: make the mu4e-headers-long-date-format default a bit more... default --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index b228dcb3..d419e09b 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -79,7 +79,7 @@ In the format of `format-time-string'." :type 'string :group 'mu4e-headers) -(defcustom mu4e-headers-long-date-format "%a %e %b %Y %X %Z" +(defcustom mu4e-headers-long-date-format "%c" "Date format to use in the headers view tooltip. In the format of `format-time-string'." :type 'string