Re: [Feature request/hacking hand-holding] built-in repeated polling?

2022-01-19 Thread Oswald Buddenhagen
On Wed, Jan 19, 2022 at 02:58:34AM +, tslil clingman wrote: [...] Does that make sense? not really. ^^ Would you be able to give me some hints about how to effect this in the current code base? you basically want to en-loop the last "paragraph" of main() (including the line before it).

[commit] branch 'wip/imap' created

2022-01-19 Thread Oswald Buddenhagen via isync-devel
The branch 'wip/imap' has been created at 982fca0. ___ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel

[commit] branch 'wip/master-next' reset

2022-01-19 Thread Oswald Buddenhagen via isync-devel
The branch 'wip/master-next', previously at 9df551a, has been rewound by 62 revision(s) and subsequently fast-forwarded by 47 revision(s) to 38f4fd7. ___ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/list

Re: [Feature request/hacking hand-holding] built-in repeated polling?

2022-01-19 Thread tslil clingman
Oswald, Thank you for your email and for pointing me the discussions. > this exists in the TODO file and in various mailing list discussions under > the name "daemon mode". i haven't spent much time thinking about that beyond > what is public, so i'm all ears for your ideas once you've read up on

Re: [Feature request/hacking hand-holding] built-in repeated polling?

2022-01-19 Thread Oswald Buddenhagen
On Wed, Jan 19, 2022 at 11:20:10AM +, Simão Afonso wrote: Since this is coming up, I would like this "daemon mode" to use IDLE to subscribe to the Inbox mailboxes, and run the equivalent of `mbsync ACCOUNT` when new messages come up. that's an option, but it's a whole different caliber. it'

Re: [Feature request/hacking hand-holding] built-in repeated polling?

2022-01-19 Thread Tassilo Horn
Simão Afonso writes: > Parallel account fetching would also be a possibility, but that can be > hacked around with a shell script. Indeed, I use GNU parallel for that: $ parallel mbsync ::: channel1 cannel2 ... Bye, Tassilo ___ isync-devel mailin

Re: [Feature request/hacking hand-holding] built-in repeated polling?

2022-01-19 Thread Simão Afonso
On 2022-01-18 22:17:52, Oswald Buddenhagen wrote: > this exists in the TODO file and in various mailing list discussions under > the name "daemon mode". i haven't spent much time thinking about that beyond > what is public, so i'm all ears for your ideas once you've read up on the > topic. Since t