* mu4e: cosmetics

This commit is contained in:
djcb 2012-03-08 00:12:26 +02:00
parent dd78faf415
commit 8f2c710e48
2 changed files with 3 additions and 3 deletions

View File

@ -601,8 +601,8 @@ work well."
(defun mu4e-hdrs-compose (compose-type)
"Compose either a reply/forward based on the message at point. or
start editing it. COMPOSE-TYPE is either `reply', `forward' or
`edit'."
start editing it. COMPOSE-TYPE is either `reply', `forward', `edit'
or `new'."
(if (eq compose-type 'new)
(mu4e-send-compose-handler 'new)
(let ((docid (mu4e-hdrs-get-docid))

View File

@ -335,7 +335,7 @@ using Gnus' `message-mode'."
(find-file draft)
(message-mode)
;; include files -- e.g. when forwarding a message with attachments,
;; include files -- e.g. when forwarding a message with attachments,
;; we take those from the original.
(save-excursion
(goto-char (point-max)) ;; put attachments at the end