Re: IMAP -> IMAP near side subfolders missing INBOX folder prefix
mailbox synchronizer
Brought to you by:
ossi
|
From: Oswald B. <osw...@gm...> - 2022-06-07 08:11:33
|
On Tue, Jun 07, 2022 at 05:39:47PM +1000, Hayden Katz via isync-devel wrote:
>N: * NAMESPACE (("INBOX." ".")) NIL NIL
>F: * NAMESPACE (("" ".")) NIL NIL
>
ok, there you go.
you need `UseNamespace no` for my-local (equivalent to overriding it
with `Path ""`). (the option's default is yes, as the manual says.)
|