From bbd55fe787b9151e7c8cc41fb93551ee85b81f82 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 16 Apr 2012 23:10:16 +0300 Subject: [PATCH] * cosmetics --- emacs/mu4e-compose.el | 4 ++-- emacs/mu4e-view.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/mu4e-compose.el b/emacs/mu4e-compose.el index c9739235..c99e92a3 100644 --- a/emacs/mu4e-compose.el +++ b/emacs/mu4e-compose.el @@ -415,10 +415,10 @@ using Gnus' `message-mode'." (plist-get att :file-name) (plist-get att :mime-type)))) ;; include the message header if it's set; but not when editing an existing - ;; message + ;; message. (unless (eq compose-type 'edit) (when message-signature - (message-insert-signature))) + (message-insert-signature))) (if (member compose-type '(new forward)) (message-goto-to) diff --git a/emacs/mu4e-view.el b/emacs/mu4e-view.el index 8965d895..6d8f8ce3 100644 --- a/emacs/mu4e-view.el +++ b/emacs/mu4e-view.el @@ -428,7 +428,7 @@ Seen; if the message is not New/Unread, do nothing." (goto-char (point-min)) (let ((p (search-forward "\n-- \n" nil t))) (when p - (add-text-properties p (point-max) '(face mu4e-view-footer-face))))))) + (add-text-properties p (point-max) '(face mu4e-footer-face))))))) (defvar mu4e-link-map nil "*internal* A map of some number->url so we can jump to url by number.")