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>
This commit is contained in:
Keith Packard 2009-11-18 09:33:52 -08:00 committed by Carl Worth
parent adbdafbde2
commit 1a75f88d8b

View 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)