* wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
authorokada <okada>
Fri, 11 Jan 2002 16:21:35 +0000 (16:21 +0000)
committerokada <okada>
Fri, 11 Jan 2002 16:21:35 +0000 (16:21 +0000)
        * wl-utils.el (wl-unique-id-suffix): Remove.

wl/ChangeLog
wl/wl-util.el
wl/wl-vars.el

index 8a47e84..1ffd7e9 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-12  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
+       * wl-utils.el (wl-unique-id-suffix): Remove.
+
 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
 
        * Version number is increased to 2.9.4.
index 98f89bf..7a74af1 100644 (file)
@@ -600,7 +600,6 @@ that `read' can handle, whenever this is possible."
                                  (% num 36))))))
 
 (defvar wl-unique-id-char nil)
-(defvar wl-unique-id-suffix ".wl")
 
 (defun wl-unique-id ()
   ;; Don't use microseconds from (current-time), they may be unsupported.
index 528794f..dde058d 100644 (file)
@@ -1179,6 +1179,12 @@ Set this if (system-name) does not return FQDN."
                 string)
   :group 'wl-pref)
 
+(defcustom wl-unique-id-suffix ".wl"
+  "*Specific the string on the right neighbor
+of @ in generated Message-ID."
+  :type 'string
+  :group 'wl-pref)
+
 (defcustom wl-break-pages t
   "*Break Pages at ^L."
   :type 'boolean