Using: default_mail_env = mbox:~/mail:INBOX=/var/mail/%u:INDEX=/var/indexes/%u I have a ~/mail/.subscriptions file (copied from .mailboxlist) Using: telnet localhost 143 a04 LSUB "" "*" => works fine, gives the list of subscribed folders a05 LIST "" * => works fine, gives the list of all folders a06 SUBSCRIBE "test" => deletes the ~/mail/.subscriptions file, it never gets recreated and LSUB gives an empty list after that. Any clues Bertrand Leboeuf
On Tue, 21 Mar 2006 11:40:05 -0500 (EST) Bertrand Leboeuf <leboeuf at emt.inrs.ca> wrote:> Any cluesRename .subscriptions to subscriptions -- Brian Morrison bdm at fenrir dot org dot uk GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
Thanks but for mbox it is ".subscriptions", "subscriptions" is for maildir, but I found the BUG !!! ~/mail/.subscriptions is on an NFS mounted filesystem, it keeps on getting deleted... does not like NFS (the files are renamed .nfsXXXXX when deleted) if I patch the code to get it on a local filesystem, like my indexes (in storage->index_dir instead of storage->dir): /var/indexes/%u/.subscriptions then it stays alive and work. Bertrand>On Tue, 21 Mar 2006 11:40:05 -0500 (EST) >Bertrand Leboeuf <leboeuf at emt.inrs.ca> wrote: > >> Any clues > >Rename .subscriptions to subscriptions > >-- > >Brian Morrison >