;; 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).
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."