[mew-dist 20882] Re: mew-pop-folder

Tatsuya Kinoshita tats at example.com
2002年 5月 15日 (水) 18:15:16 JST


In message [mew-dist 20800], on Mon, 22 Apr 2002,
Shuichi KITAGUCHI <kit at example.com> wrote:

> > popキャッシュディレクトリのデフォルトは
> > (defvar mew-pop-folder "+.pop")
> > となっていますが、複数POPサーバを相手にするときは
> > mew-config-alistに"pop-folder"を設定することになります。
> > 
> > こういう機械的に生成できるものは自動設定されるべきだと思ったので
> > デフォルトで "+.pop-user at example.com:port" となるような
> > パッチを考えてみました。

mew-nntp-folder, mew-imap-folderにも同様の仕組があるとよさそうに
思います。

> MSDN Library より:
> 
>   Do not use the following characters in directory names or filenames,
>   because they are reserved:
>     < > : " / \ |
> 
> ですので、コロンはちょっとまずいです。

","や";"は使っていいのかな?  ほかには下記のような案を思いつきました。

  "+.pop-user at example.com@port"
  "+.pop-user at example.com(port)"
  "+.pop-user at example.com[port]"

-- 
木下達也



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