unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Fix for emacs 24
@ 2011-08-01 17:19 richardmurri
  2011-08-26 12:46 ` David Bremner
  2011-09-15 20:15 ` E.J. Neafsey
  0 siblings, 2 replies; 5+ messages in thread
From: richardmurri @ 2011-08-01 17:19 UTC (permalink / raw)
  To: notmuch


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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-15 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 17:19 Fix for emacs 24 richardmurri
2011-08-26 12:46 ` David Bremner
2011-08-26 16:47   ` richardmurri
2011-09-05 12:19     ` David Bremner
2011-09-15 20:15 ` E.J. Neafsey

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).