[notmuch] [PATCH] We use the message mail system for new mail, let emacs know.

2009-11-19 Thread Carl Worth
On Wed, 18 Nov 2009 09:34:51 -0800, Keith Packard  wrote:
> This makes things like the goto-address system bring up the right
> message composition window.

Thanks. Pushed.

-Carl


[notmuch] [PATCH] We use the message mail system for new mail, let emacs know.

2009-11-18 Thread Keith Packard
This makes things like the goto-address system bring up the right
message composition window.

Signed-off-by: Keith Packard 
---
 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