* hdrs,compose: fix compose-handler naming

This commit is contained in:
djcb
2012-04-23 21:16:20 +03:00
parent 5136daf023
commit c16a66bc58
2 changed files with 4 additions and 4 deletions

View File

@ -659,7 +659,7 @@ for draft messages."
;; 'new is special, since it takes no existing message as arg therefore,
;; we don't need to call thec backend, and call the handler *directly*
(if (eq compose-type 'new)
(mu4e-compose-handler 'new)
(mu4e~compose-handler 'new)
;; otherwise, we need the doc-id
(let ((docid (mu4e~docid-at-point)))
(unless docid (error "No message at point."))