aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Keith Packard <keithp@keithp.com>2009-11-18 09:33:52 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-18 23:32:39 +0100
commit1a75f88d8b98b635db5c67aa1bbf02a02a69271a (patch)
tree1e12f79fdbc24015b3f398940d5368957d5255ca /notmuch.el
parentadbdafbde289ebb724a31cf5ea82e1986ff88ccd (diff)
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 <keithp@keithp.com>
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el2
1 files changed, 2 insertions, 0 deletions
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)