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).
The branch 'wip/imap' has been created at 982fca0.
___
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/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
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
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'
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
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