unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] notmuch.el: Require message mode to avoid undefined function in replies.
@ 2009-11-25 22:14 Eric Anholt
  2009-11-28  3:46 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Anholt @ 2009-11-25 22:14 UTC (permalink / raw)
  To: notmuch; +Cc: Eric Anholt

Otherwise, those without keithp's .emacs would end up with reply mode
not being entered.  Suggested by keithp.
---
 notmuch.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index 551048a..42d397a 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -49,6 +49,7 @@
 
 (require 'cl)
 (require 'mm-view)
+(require 'message)
 
 (defvar notmuch-show-mode-map
   (let ((map (make-sparse-keymap)))
-- 
1.6.4.3

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

* Re: [PATCH] notmuch.el: Require message mode to avoid undefined function in replies.
  2009-11-25 22:14 [PATCH] notmuch.el: Require message mode to avoid undefined function in replies Eric Anholt
@ 2009-11-28  3:46 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2009-11-28  3:46 UTC (permalink / raw)
  To: Eric Anholt, notmuch; +Cc: Eric Anholt

On Wed, 25 Nov 2009 14:14:20 -0800, Eric Anholt <eric@anholt.net> wrote:
> Otherwise, those without keithp's .emacs would end up with reply mode
> not being entered.  Suggested by keithp.

Thanks, Eric. The fact that replies were only sometimes in message-mode
was really annoying me. Should be nice to have this fixed. This is
pushed.

-Carl

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

end of thread, other threads:[~2009-11-28  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 22:14 [PATCH] notmuch.el: Require message mode to avoid undefined function in replies Eric Anholt
2009-11-28  3:46 ` Carl Worth

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).