(wl-folder-hierarchy-access-folders): Ditto.
2003-06-18 TAKAHASHI Kaoru <kaoru@kaisei.org>
+ * wl-vars (wl-delete-folder-alist,): Change default value.
+ (wl-folder-hierarchy-access-folders): Ditto.
+
* wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
`wl-summary-highlight'.
(wl-summary-reedit): Use `cond' instead of nested `if'.
:type 'string
:group 'wl-folder)
-(defcustom wl-delete-folder-alist '(("^-" . remove))
+(defcustom wl-delete-folder-alist '(("^-" . remove)
+ ("^@" . remove))
"*Alist of folder and delete policy.
Each element is (folder-regexp . policy).
:group 'wl-summary
:group 'wl-pref)
-(defcustom wl-folder-hierarchy-access-folders '("^-$" "^-alt$")
+(defcustom wl-folder-hierarchy-access-folders '("^-[^\\.]*\\(:\\|@\\|$\\)"
+ "^@$")
"*Access group REGEXPs to make hierarchy structure."
- :type '(repeat (string :tag "Folder"))
+ :type '(repeat (string :tag "Regexp"))
:group 'wl-folder)
(defcustom wl-folder-init-load-access-folders nil