From d945e2e61c8869e7395b6e2020bbc17811531ea8 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 3 Oct 2012 21:51:26 +0300 Subject: [PATCH] * mu4e: fix typos, cosmetics --- mu4e/mu4e-vars.el | 1 + mu4e/mu4e-view.el | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index 690b1b13..574b16d0 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -560,6 +560,7 @@ mu4e starts.") (defvar mu4e~headers-last-query nil "The present (most recent) query.") + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; our handlers funcs diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 3d327f93..79eee1c4 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -546,8 +546,8 @@ at POINT, or if nil, at (point)." (define-key map (kbd "&") 'mu4e-view-mark-custom) - (define-key map (kbd "+") 'mu4e-view-mark-flag) - (define-key map (kbd "-") 'mu4e-view-mark-unflag) + (define-key map (kbd "+") 'mu4e-view-mark-for-flag) + (define-key map (kbd "-") 'mu4e-view-mark-for-unflag) (define-key map (kbd "*") 'mu4e-view-mark-for-deferred) (define-key map (kbd "") 'mu4e-view-mark-for-deferred) @@ -978,7 +978,8 @@ user for it." (mu4e-format "Shell command to open it with: ") nil 'mu4e~view-open-with-hist))) (index (plist-get att :index))) - (mu4e~view-temp-action (mu4e-message-field msg :docid) index "open-with" cmd))) + (mu4e~view-temp-action + (mu4e-message-field msg :docid) index "open-with" cmd))) (defvar mu4e~view-pipe-hist nil "History list for the pipe argument.") @@ -994,7 +995,8 @@ PIPECMD is nil, ask user for it." nil 'mu4e~view-pipe-hist))) (index (plist-get att :index))) - (mu4e~view-temp-action (mu4e-message-field msg :docid) index "pipe" pipecmd))) + (mu4e~view-temp-action + (mu4e-message-field msg :docid) index "pipe" pipecmd))) (defun mu4e-view-open-attachment-emacs (msg attachnum)