aboutsummaryrefslogtreecommitdiff
path: root/git-email-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'git-email-notmuch.el')
-rw-r--r--git-email-notmuch.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email-notmuch.el b/git-email-notmuch.el
index fc01752..d0c9b93 100644
--- a/git-email-notmuch.el
+++ b/git-email-notmuch.el
@@ -41,9 +41,9 @@ from Lisp, enable the mode if ARG is omitted or nil."
:init-value nil
(if git-email-notmuch-mode
(progn
- (setq git-email-compose-mail-function 'notmuch-mua-mail)
+ (setq git-email-compose-email-function 'notmuch-mua-mail)
(setq git-email-send-email-function 'notmuch-mua-send-and-exit))
- (setq git-email-compose-mail-function 'message-mail)
+ (setq git-email-compose-email-function 'message-mail)
(setq git-email-send-email-function 'message-send-and-exit)))
(provide 'git-email-notmuch)