Just would like to share that I made a trick to make it working:
Instead of having Path "/var/vault/isync-Mails/pichon/Maildir/"
I made Path "/var/vault/isync-Mails/pichon/Maildir/."
Notice the '.' after the Maildir/, so any folder created are now
prefixed with '.' and then if there is some s
Hello Oswald,
This is more-less the config file I have, but indeed it doesn't work like that.
= .mbsyncrc
SyncState *
### accout: pichon
IMAPAccount xxx
Host imaps:xxx
Port 993
User "x"
Pass "x"
RequireCRAM no
RequireSSL yes
UseIMAPS yes
UseSSLv2 yes
Use
On Thu, Apr 18, 2013 at 12:57:15PM +0200, Patrick PICHON wrote:
> On the master (Imap server) the folder name is ~/Maildir/.myfolder
> on the slave the folder created is : ~/Maildir/myfolder
> I would like to have the folder created : ~/Maildir/.myfolder
>
how does INBOX play into that? is there a
Hello Oswald,
To make it short.
I'm looking to have all folders created with a '.'
For instance :
On the master (Imap server) the folder name is ~/Maildir/.myfolder
on the slave the folder created is : ~/Maildir/myfolder
I would like to have the folder created : ~/Maildir/.myfolder
Kind regards
On Mon, Apr 15, 2013 at 10:31:49PM +0200, Patrick PICHON wrote:
> Sorry for my previous mail. No. Problem still their.
> [...]
> Here is the output of mbsync -V -l phil
> [...]
>
hmm, from my reading, everything is working according to specification.
please paste the directory structure of your sla
Hello ,
Sorry for my previous mail. No. Problem still their.
Here is the output of ls
drwx-- 2 support support 4096 15 avril 10:13 cur
drwx-- 5 support support 4096 15 avril 22:25 Deleted Messages
drwx-- 5 support support 4096 15 avril 22:25 Drafts
drwx-- 5 support support 4096 15
Oswald,
Thanks very much for the options. It helps me to detect the mistakes.
Wrong parameters ..
Kind regards
Patrick
Le 15-04-2013 13:26, Oswald Buddenhagen a écrit :
> On Mon, Apr 15, 2013 at 11:03:53AM +0200, Patrick PICHON wrote:
>> I'm currently making a recursive mailbox synchronisation.
On Mon, Apr 15, 2013 at 11:03:53AM +0200, Patrick PICHON wrote:
> I'm currently making a recursive mailbox synchronisation. On the Remote
> IMAP all of my Folders are starting with a dot '.'
>
when you browse the server's file system directly or in an imap client
like thunderbird?
what does
mbs
Dear all,
I'm currently making a recursive mailbox synchronisation. On the Remote
IMAP all of my Folders are starting with a dot '.'
When doing the mbsync , they are created without the '.'.
Any chance to change this behaviour. Didn't find any configurable
parameters
Thanks in advance
Here af