Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Dan Čermák
Hi list, I have recently started to finally migrate away from offlineimap to mbsync and so far it is working like a charm. The only issue that I am currently facing is that syncing with office 365 results in the following message being printed to stdout when running `mbsync -aV`: --8<-

Re: Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Oswald Buddenhagen
On Tue, Jan 12, 2021 at 11:13:14AM +0100, Dan Čermák wrote: Any idea what could be going on here? do you have any background jobs that would touch the maildirs? other than that, your config file may help. (also, -D is the new -V.) ___ isync-devel m

Re: Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Dan Čermák
Oswald Buddenhagen writes: > On Tue, Jan 12, 2021 at 11:13:14AM +0100, Dan Čermák wrote: >>Any idea what could be going on here? >> > do you have any background jobs that would touch the maildirs? Well, notmuch would, but I have just tried running mbsync twice in a row and that message still sho

Re: Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Oswald Buddenhagen
On Tue, Jan 12, 2021 at 11:59:49AM +0100, Dan Čermák wrote: Path ~/Maildir/suse/ Inbox ~/Maildir/suse/INBOX Patterns "INBOX" "*" ah, there you go: you actually sync INBOX twice - '*' includes it in your config. (yeah, i have a todo item to make it complain about repetitions ...) __

Re: Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Dan Čermák
Oswald Buddenhagen writes: > On Tue, Jan 12, 2021 at 11:59:49AM +0100, Dan Čermák wrote: >>Path ~/Maildir/suse/ >>Inbox ~/Maildir/suse/INBOX >> >>Patterns "INBOX" "*" >> > ah, there you go: you actually sync INBOX twice - '*' includes it in > your config. > > (yeah, i have a todo item to make it

Re: Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Oswald Buddenhagen
On Tue, Jan 12, 2021 at 12:24:22PM +0100, Dan Čermák wrote: Could this maybe be related to o365 being weird as it puts the Trash folder into 'Deleted Items' (yes with a space…)? no, but you need to exclude trash & deleted items from the patterns when you use mbsync's trash functionality. i'll a

Syncing different channels in parallel

2021-01-12 Thread Tassilo Horn
Hi all, I sync two different mail accounts (fastmail and gmail) and just found out that I can improve the sync time if I sync both channels in parallel using parallel mbsync ::: fastmail gmail which runs "mbsync fastmail" and "mbsync gmail" in parallel. Now my question is: while it seems to w

Re: Syncing different channels in parallel

2021-01-12 Thread Oswald Buddenhagen
On Tue, Jan 12, 2021 at 04:48:35PM +0100, Tassilo Horn wrote: Now my question is: while it seems to work fine, is it a good idea or risky? it's just fine. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/l

Re: Syncing different channels in parallel

2021-01-12 Thread Tassilo Horn
Oswald Buddenhagen writes: Hi Oswald, >>Now my question is: while it seems to work fine, is it a good idea or >>risky? > > it's just fine. Hervorragend! ;-) Thanks, Tassilo ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://list

Re: Office 365: Maildir notice: sleeping due to recent directory modification.

2021-01-12 Thread Dan Čermák
Oswald Buddenhagen writes: > On Tue, Jan 12, 2021 at 12:24:22PM +0100, Dan Čermák wrote: >>Could this maybe be related to o365 being weird as it puts the Trash >>folder into 'Deleted Items' (yes with a space…)? >> > no, but you need to exclude trash & deleted items from the patterns when > you u