* minor / cosmetic

This commit is contained in:
djcb
2012-04-24 18:48:07 +03:00
parent 6e65e5a328
commit b893b16d81
3 changed files with 9 additions and 6 deletions

View File

@ -39,6 +39,8 @@ headers view and message-view."
(concat "wc -l < " (shell-quote-argument (plist-get msg :path))))))
(defvar mu4e-msg2pdf (concat mu4e-builddir "/toys/msg2pdf/msg2pdf")
"Path to the msg2pdf toy.")
@ -58,17 +60,20 @@ view."
(defvar mu4e-captured-message nil
"The last-captured message (the s-expression).")
(defun mu4e-action-capture-message (msg)
"Remember MSG; we can create a an attachment based on this msg
with `mu4e-insert-captured-message-as-attachment'."
with `mu4e-compose-attach-captured-message'."
(interactive)
(setq mu4e-captured-message msg)
(message "Message has been captured"))
(defvar mu4e-org-contacts-file nil
"File to store contact information for org-contacts. Needed by
`mu4e-action-add-org-contact'.")