Workaround for net folders.
(According to the patch from ABE Yasushi <yasushi@stbbs.net>)
+2001-06-15 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
+ Workaround for net folders.
+ (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
+
2001-06-06 Peter Møller Neergaard <turtle@bu.edu>
* wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
(if (eq 'imap4 (elmo-folder-get-type folder))
(elmo-imap4-spec-mailbox (elmo-imap4-get-spec folder))
(substring folder 1)))
+ (if (string-match "@" folder)
+ (setq folder (substring folder 0 (match-beginning 0))))
(when (string-match "[^\\./]+$" folder) ; last hierarchy
(setq key (regexp-quote
(concat (substring folder (match-beginning 0)) "@")))