From 57926bc7b0f784cbacb620fda0ee5157e2e0ff27 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 22 Apr 2010 10:03:32 +0100 Subject: [PATCH] emacs: Re-arrange message sending code Define a new `mail-user-agent' (`notmuch-user-agent') and use it by default. Re-arrange various routines that send mail to use this (compose, reply, forward). Insert a `User-Agent:' header by default. --- emacs/Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 6a7fba9e..e5013b36 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -7,7 +7,8 @@ emacs_sources := \ $(dir)/notmuch-query.el \ $(dir)/notmuch-show.el \ $(dir)/notmuch-wash.el \ - $(dir)/notmuch-hello.el + $(dir)/notmuch-hello.el \ + $(dir)/notmuch-mua.el emacs_images := \ $(dir)/notmuch-logo.png -- 2.43.0