From 7f80bce015fbfcde8c2733167172f12b285f63f5 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 13 May 2013 00:04:36 +0300 Subject: [PATCH] * mu4e-actions: mu4e-action-capture-message should not be interactive --- mu4e/mu4e-actions.el | 1 - 1 file changed, 1 deletion(-) diff --git a/mu4e/mu4e-actions.el b/mu4e/mu4e-actions.el index 7f665b14..1e0767be 100644 --- a/mu4e/mu4e-actions.el +++ b/mu4e/mu4e-actions.el @@ -119,7 +119,6 @@ You can influence the browser to use with the variable (defun mu4e-action-capture-message (msg) "Remember MSG; we can create a an attachment based on this msg with `mu4e-compose-attach-captured-message'." - (interactive) (setq mu4e-captured-message msg) (message "Message has been captured")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;