projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbdafb
)
We use the message mail system for new mail, let emacs know.
author
Keith Packard
<keithp@keithp.com>
Wed, 18 Nov 2009 17:33:52 +0000
(09:33 -0800)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/notmuch.el
b/notmuch.el
index 1934ddfc4febf36e625dd67fd0486ddcbf2b6910..296f5d663b8ee6b22fbb57cdd5da8ff18972c7be 100644
(file)
--- 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)