]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Re-arrange message sending code
authorDavid Edmondson <dme@dme.org>
Thu, 22 Apr 2010 09:03:32 +0000 (10:03 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Apr 2010 20:18:13 +0000 (13:18 -0700)
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

index 6a7fba9e6711342ae23aa423e7ca859a50c9fbaa..e5013b360bb4f03b8afc53bc7512fb9565d9e246 100644 (file)
@@ -7,7 +7,8 @@ emacs_sources := \
        $(dir)/notmuch-query.el \
        $(dir)/notmuch-show.el \
        $(dir)/notmuch-wash.el \
        $(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
 
 emacs_images := \
        $(dir)/notmuch-logo.png