+2001-12-01 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
+ typo (kill->hide).
+ (wl-message-buffer-prefetch-folder-type-list): Added elements
+ `mark' and `cache' instead of `internal'.
+
2001-11-30 Yuuichi Teranishi <teranisi@gohome.org>
* wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
(defcustom wl-message-buffer-prefetch-folder-type-list t
"*All folder types that match this list prefetch next message,
and reserved buffer cache."
- :type '(choice (const :tag "all" t)
+ :type `(choice (const :tag "all" t)
(const :tag "never" nil)
(set (const localdir)
(const localnews)
(const shimbun)
(const nmz)
(const archive)
- (const internal)))
+ (const mark)
+ (const cache)))
:group 'wl-pref)
(defcustom wl-message-buffer-prefetch-folder-list nil
`read' means mark as read duplicated messages.
If TYPE is nil, do nothing for duplicated messages."
:type '(repeat (cons (regexp :tag "Folder regexp")
- (choice (const :tag "Hide" kill)
+ (choice (const :tag "Hide" hide)
(const :tag "Mark as read" read))))
:group 'wl-folder)