Fix for emacs 24
richardmurri at gmail.com
richardmurri at gmail.com
Mon Aug 1 10:19:30 PDT 2011
>From c034e4567dc08f81708f6ab8ac974c9b8b83a508 Mon Sep 17 00:00:00 2001
Date: Mon, 1 Aug 2011 10:48:31 -0600
Subject: [PATCH] Update for emacs 24.
Emacs added another parameter to the send mail functions. This caused
emacs to error out.
---
emacs/notmuch-mua.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index 274c5da..808e184 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -125,7 +125,8 @@ list."
(message-goto-to))
(defun notmuch-mua-mail (&optional to subject other-headers continue
- switch-function yank-action send-actions)
+ switch-function yank-action send-actions
+ return-action)
"Invoke the notmuch mail composition window."
(interactive)
--
1.7.6
More information about the notmuch
mailing list