X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=934f6c95e8d4ec5c68fff40e1fac2c1b5ed42da9;hp=33f139987e659135cb2aeb29767144455a26429e;hb=0c565fa29fc29f74209d4343e2fc88f3b8008aaa;hpb=6d5c7b3ca50cb2ce36d4a2d6e6f064afcba7410b diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 33f13998..934f6c95 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -118,7 +118,7 @@ Note that these functions use `mail-citation-hook' if that is non-nil." (defun notmuch-mua-user-agent-notmuch () "Generate a `User-Agent:' string suitable for notmuch." - (concat "Notmuch/" (notmuch-version) " (http://notmuchmail.org)")) + (concat "Notmuch/" (notmuch-cli-version) " (http://notmuchmail.org)")) (defun notmuch-mua-user-agent-emacs () "Generate a `User-Agent:' string suitable for notmuch."