On Mo, 12 Sep 2011, Timo Sirainen wrote: > On 12.9.2011, at 21.15, Lutz Preßler wrote: > > Not really. No error on SUBSCRIBE anymore, but it does not work > > permanently: > > > > 0 lsub "" "*" > > * LSUB () "." "INBOX.test.test2" > > [... further entries ...] > > 0 OK Lsub completed. > > 0 subscribe "INBOX.gmail.[Gmail].Spam" > > 0 OK Subscribe completed. > > <--- now subscriptions file includes > > "gmail.[Gmail]/Spam" The problem seems to be the different separators (I missed the "/" earlier). First level mailboxes on gmail do work (I mixed it up... INBOX.gmail.INBOX is fine, as is INBOX.gmail.test). > > There shouldn't be any changes to subscriptions file! The subscriptions are > stored on remote IMAP server. Why? With subscriptions=no I would expect the local subscriptions file beeing used (and this is useful!) > What exactly have you set to your namespaces now? The imapc namespace has subscriptions=no. I also tested subscriptions=yes now. That works as expected. (Some glitch with "INBOX.gmail.[Gmail]" not beeing UNSUBSCRIBEbable when \Noselect, but that's probably a Gmail IMAP problem).
Lutz