mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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.
This commit is contained in:
parent
4b0994dd25
commit
57926bc7b0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue