Fix last change.
authorkaoru <kaoru>
Sun, 15 Oct 2000 11:03:54 +0000 (11:03 +0000)
committerkaoru <kaoru>
Sun, 15 Oct 2000 11:03:54 +0000 (11:03 +0000)
wl/wl-version.el

index 41478a0..425cd07 100644 (file)
@@ -102,7 +102,8 @@ Insert User-Agent field instead of X-Mailer field."
                        (concat " " (apel-version)))
                    (file-error nil))
                  " " (wl-extended-emacs-version3 "/" t))
-       (concat "User-Agent: " (product-string-verbose 'wl-version) " "
+       ;; Don't use product-string-verbose for short User-Agent field.
+       (concat "User-Agent: " (product-string-1 'wl-version t) " "
                (wl-extended-emacs-version3 "/" t))))))
 
 ;; from gnus