[Mew-dist 04304] IMAP folder

Yuuichi Teranishi 寺西裕一 teranisi at example.com
1998年 3月 26日 (木) 17:44:02 JST


こんにちは寺西です。

以下のようにしないと、IMAP で "%#mh/inbox" のように
"/" を含む IMAP フォルダにアクセスできないような気がしますが、
どうでしょうか?

--- mew-func.el~	Fri Mar 13 22:36:09 1998
+++ mew-func.el	Thu Mar 26 16:40:06 1998
@@ -295,7 +295,7 @@
 	  (if (match-beginning 3) (setq host (mew-match 3 mew-imap-account)))
 	  ))
     (string-match
-     "^\\([^:/@]+\\)\\(:\\([^/@]+\\)\\)?\\(/[^@]+\\)?\\(@.+\\)?$" folder)
+     "^\\([^:@]+\\)\\(:\\([^/@]+\\)\\)?\\(/[^@]+\\)?\\(@.+\\)?$" folder)
     (setq fold (mew-match 1 folder))
     (if (match-beginning 3) (setq user (mew-match 3 folder)))
     (if (match-beginning 4) (setq auth (mew-match 4 folder)))

--
From Yuuichi Teranishi (寺西裕一) <teranisi at example.com>
NTT Information and Communication Systems Laboratories
Living is easy with eyes closed, misunderstanding all you see...




Mew-dist メーリングリストの案内