* wl-utils.el (wl-unique-id-suffix): Remove.
+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.
(% 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.
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