From: Bruno G. <st...@st...> - 2014-06-17 10:21:31
|
On 14-06-17 09:44:12, Oswald Buddenhagen wrote: > On Mon, Jun 16, 2014 at 10:46:16PM +0200, Bruno Gonzalez wrote: > > All the INBOX/* directories are synced without problems. > > > that's actually weird. i'd have expected this to be broken as well. FYI, all of INBOX and INBOX/* have the usual cur,tmp,new subdirs in them: INBOX/{cur,new,tmp}/ are empty, while INBOX/*/{cur,new,tmp}/ seem to have the correct contents (they are synced). > this is the cause of your problem. > ignoring INBOX is a measure to avoid that the mailbox name is > misinterpreted after stripping off the path. obviously, that's > counterproductive in the case when INBOX is explicitly mapped into the > maildir, so i'll need to fix that. Okay, let me know if you need any help testing or whatever. Do you suggest I stop using mbsync for this specific imap account meanwhile? > > Channel stenyakc > > Master :stenyakc-remote: > > Slave :stenyakc-local: > > Patterns * > > > try simply appending INBOX to the list. I've tried all of the following lines (some were just random tests), unfortunately none of them worked: Patterns * Patterns INBOX Patterns INBOX. Patterns INBOX/ Patterns INBOX/* Patterns INBOX/INBOX Patterns INBOX.INBOX Patterns INBOX/.INBOX Patterns *INBOX Patterns ./INBOX Patterns ./.INBOX Patterns ./*INBOX Thanks for the help -- Regards/Saludos, Bruno Gonzalez |