From 1a75f88d8b98b635db5c67aa1bbf02a02a69271a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 18 Nov 2009 09:33:52 -0800 Subject: [PATCH] We use the message mail system for new mail, let emacs know. This makes things like the goto-address system bring up the right message composition window. Signed-off-by: Keith Packard --- notmuch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notmuch.el b/notmuch.el index 1934ddfc..296f5d66 100644 --- a/notmuch.el +++ b/notmuch.el @@ -962,4 +962,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) -- 2.43.0