From: Oswald B. <osw...@gm...> - 2014-08-11 13:43:01
|
On Mon, Aug 11, 2014 at 02:18:13PM +0200, Bruno Gonzalez wrote: > >>> 2 NAMESPACE > * NAMESPACE (("INBOX." ".")) NIL NIL > whoops. that's a bit untypical. you can try overriding this by adding Path "" to the imap Store. alternatively, you could use Patterns INBOX * which would put the inbox and its subfolders on the same level in the maildir. however, what i find worrisome is that despite the namespace (which is a prefix that should be stripped), the final mailbox list contains the INBOX/ prefix. something seems wrong with mbsync. > * LIST (\HasNoChildren) "." "INBOX.INBOX.Trash" > this doesn't look too sensible ... i suppose it's a leftover from a previous attempt? |