From: Keith Packard Date: Wed, 18 Nov 2009 17:33:52 +0000 (-0800) Subject: We use the message mail system for new mail, let emacs know. X-Git-Tag: 0.1~437 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1a75f88d8b98b635db5c67aa1bbf02a02a69271a 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 --- 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)