aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)