[notmuch] [PATCH] We use the message mail system for new mail, let emacs know.
Keith Packard
keithp at keithp.com
Wed Nov 18 09:34:51 PST 2009
This makes things like the goto-address system bring up the right
message composition window.
Signed-off-by: Keith Packard <keithp at 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
More information about the notmuch
mailing list