]> git.notmuchmail.org Git - notmuch/commitdiff
We use the message mail system for new mail, let emacs know.
authorKeith Packard <keithp@keithp.com>
Wed, 18 Nov 2009 17:33:52 +0000 (09:33 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 22:32:39 +0000 (23:32 +0100)
This makes things like the goto-address system bring up the right
message composition window.

Signed-off-by: Keith Packard <keithp@keithp.com>
notmuch.el

index 1934ddfc4febf36e625dd67fd0486ddcbf2b6910..296f5d663b8ee6b22fbb57cdd5da8ff18972c7be 100644 (file)
@@ -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)