(wl-draft-add-references): New user option.
authorteranisi <teranisi>
Thu, 18 May 2000 08:04:44 +0000 (08:04 +0000)
committerteranisi <teranisi>
Thu, 18 May 2000 08:04:44 +0000 (08:04 +0000)
wl/wl-vars.el

index 534a1aa..927d860 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Yuuichi Teranishi <teranisi@gohome.org>
 ;; Keywords: mail, net news
-;; Time-stamp: <2000-05-10 10:42:13 teranisi>
+;; Time-stamp: <2000-05-18 17:04:43 teranisi>
 
 ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
 
@@ -253,6 +253,12 @@ If nil, wl-from is used."
                 string)
   :group 'wl)
 
+(defcustom wl-draft-add-references t
+  "*If non-nil, message-id of the cited message is inserted to the
+references field of the current draft."
+  :type 'boolean
+  :group 'wl)
+
 (defcustom wl-smtp-connection-type nil
   "*SMTP connection type.
 If nil, default smtp connection type is used."