* org-mu4e.el: add a comment

This commit is contained in:
djcb 2012-06-04 12:30:17 +02:00
parent 00c92ef715
commit 7ca4784c20
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ or org-mode (when in the body),"
(search-forward-regexp mail-header-separator nil t))))
;; only do stuff when the sepapoint exist; note that after sending the
;; message, this function maybe called on a message with the sepapoint
;; stripped.
;; stripped. This is why we don't use `message-point-in-header'.
(when sepapoint
(cond
;; we're in the body, but in mu4e-compose-mode?