Use new GLOBAL-MAILER-VERSION-STRING.
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Jul 2000 22:38:51 +0000 (22:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Jul 2000 22:38:51 +0000 (22:38 +0000)
v7/src/imail/imail-top.scm

index 38b2705b00e6e60ad5904b9c50859a9edb9f6869..0d84a05b875c5fa00e911cc99c2f3aabdacfcb05 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.208 2000/07/05 18:07:04 cph Exp $
+;;; $Id: imail-top.scm,v 1.209 2000/07/05 22:38:51 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -1037,6 +1037,9 @@ While composing the reply, use \\[mail-yank-original] to yank the
 (define (imail-mailer-version-string generic)
   (string-append "IMAIL/" (get-subsystem-version-string "IMAIL")
                 "; " generic))
+
+(if (not global-mailer-version-string)
+    (set! global-mailer-version-string imail-mailer-version-string))
 \f
 (define-command imail-forward
   "Forward the current message to another user.