* mu4e-actions: mu4e-action-capture-message should not be interactive

This commit is contained in:
djcb 2013-05-13 00:04:36 +03:00
parent 96488f8633
commit 7f80bce015
1 changed files with 0 additions and 1 deletions

View File

@ -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"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;