* mu4e: make the mu4e-headers-long-date-format default a bit more... default

This commit is contained in:
djcb 2013-09-18 09:06:35 +03:00
parent 66b0a3af89
commit def8094b16
1 changed files with 1 additions and 1 deletions

View File

@ -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