From 0095bfdc5abe6120c6c77b2512c1700fd73bada8 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 20 Dec 2012 23:33:09 +0200 Subject: [PATCH] * cosmetic --- mu4e/mu4e-headers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 4a9545ad..41069f3b 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -362,8 +362,8 @@ date. The formats used for date and time are "Get some identifier for the mailing list." (let* ((short (and list (mu4e-get-mailing-list-shortname list)))) (if short - (propertize (or short "List") 'help-echo list) ""))) - + (propertize (or short "List") 'help-echo list) ""))) + ;; note: this function is very performance-sensitive (defun mu4e~headers-header-handler (msg &optional point) "Create a one line description of MSG in this buffer, at POINT,