From: teranisi Date: Thu, 18 May 2000 08:04:44 +0000 (+0000) Subject: (wl-draft-add-references): New user option. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322d371484c77ca6145bcfa25c77e303aabbf39e;p=elisp%2Fwanderlust.git (wl-draft-add-references): New user option. --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 534a1aa..927d860 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; 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."