mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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:
parent
adbdafbde2
commit
1a75f88d8b
1 changed files with 2 additions and 0 deletions
|
@ -962,4 +962,6 @@ current search results AND that are tagged with the given tag."
|
||||||
(interactive)
|
(interactive)
|
||||||
(notmuch-search "tag:inbox" t))
|
(notmuch-search "tag:inbox" t))
|
||||||
|
|
||||||
|
(setq mail-user-agent 'message-user-agent)
|
||||||
|
|
||||||
(provide 'notmuch)
|
(provide 'notmuch)
|
||||||
|
|
Loading…
Reference in a new issue