From 647b9381bcda478fac6372d6119cb7df26587332 Mon Sep 17 00:00:00 2001 From: sabof Date: Thu, 13 Feb 2014 14:24:01 +0000 Subject: [PATCH] Corrected the property list --- mu4e/mu4e-view.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 278c5263..f6cf9221 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -491,12 +491,12 @@ at POINT, or if nil, at (point)." (propertize name 'face 'mu4e-link-face 'keymap mu4e-view-attachments-header-keymap 'mouse-face 'highlight - 'help-echo + 'help-echo (concat + "[mouse-1] or [M-RET] opens the attachment\n" + "[mouse-2] or [S-RET] offers to save it") 'mu4e-msg msg 'mu4e-attnum id - (concat - "[mouse-1] or [M-RET] opens the attachment\n" - "[mouse-2] or [S-RET] offers to save it")) + ) (when (and size (> size 0)) (propertize (format "(%s)" (mu4e-display-size size)) 'face 'mu4e-header-key-face)))))