unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] We use the message mail system for new mail, let emacs know.
@ 2009-11-18 17:34 Keith Packard
  2009-11-19  0:02 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Packard @ 2009-11-18 17:34 UTC (permalink / raw)
  To: notmuch

This makes things like the goto-address system bring up the right
message composition window.

Signed-off-by: Keith Packard <keithp@keithp.com>
---
 notmuch.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index c95cb43..4498200 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -1008,4 +1008,6 @@ current search results AND that are tagged with the given tag."
   (interactive)
   (notmuch-search "tag:inbox" t))
 
+(setq mail-user-agent 'message-user-agent)
+
 (provide 'notmuch)
-- 
1.6.5.2

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

* Re: [PATCH] We use the message mail system for new mail, let emacs know.
  2009-11-18 17:34 [PATCH] We use the message mail system for new mail, let emacs know Keith Packard
@ 2009-11-19  0:02 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2009-11-19  0:02 UTC (permalink / raw)
  To: Keith Packard, notmuch

On Wed, 18 Nov 2009 09:34:51 -0800, Keith Packard <keithp@keithp.com> wrote:
> This makes things like the goto-address system bring up the right
> message composition window.

Thanks. Pushed.

-Carl

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

end of thread, other threads:[~2009-11-19  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 17:34 [PATCH] We use the message mail system for new mail, let emacs know Keith Packard
2009-11-19  0:02 ` 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).