New variable.
* wl-fldmgr.el (wl-fldmgr-add): Use it.
2000-04-07 Yuuichi Teranishi <teranisi@gohome.org>
+ * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
+ New variable.
+ * wl-fldmgr.el (wl-fldmgr-add): Use it.
+
* wl.el (wl-plugged-init): Flush queues if started with plugged status.
* wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
;; Author: Masahiro MURATA <muse@ba2.so-net.ne.jp>
;; Keywords: mail, net news
-;; Time-stamp: <00/03/14 19:34:28 teranisi>
+;; Time-stamp: <2000-04-07 10:40:40 teranisi>
;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
(beginning-of-line)
(let ((ret-val nil)
(inhibit-read-only t)
- (wl-folder-completion-func (function wl-fldmgr-add-completion-subr))
+ (wl-folder-completion-func
+ (if wl-fldmgr-add-complete-with-current-folder-list
+ (function wl-fldmgr-add-completion-subr)))
tmp indent path diffs)
(if (bobp)
(message "Can't insert in the out of desktop group")
;; Author: Yuuichi Teranishi <teranisi@gohome.org>
;; Keywords: mail, net news
-;; Time-stamp: <00/03/25 00:19:06 teranisi>
+;; Time-stamp: <2000-04-07 10:40:28 teranisi>
;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
:type 'function
:group 'wl-folder)
+(defcustom wl-fldmgr-add-complete-with-current-folder-list nil
+ "*If non-nil, completion for adding folder refers current folder list."
+ :type 'boolean
+ :group 'wl-folder)
+
;;; For Expire and Archive
(defcustom wl-expire-alist nil