On Fri, Dec 11, 2015 at 12:11:04PM +0100, Ævar Arnfjörð Bjarmason wrote:
>     Sync Pull New ReNew Flags
>     Sync Push Delete
> 
> Those shouldn't conflict so  it seems safe, but the process will be
> writing to some internal databases so maybe I'm missing something.
> 
between processes, this will of course fail because of the state file
being locked.
within a process, propagation is symmetrical, with flags coming first
(the latter is a requirement of MaxMessages). in principle, it would be
possible to sequence it as all pulls first, but a) i'm not going to do
the work anytime soon and b) it seems rather pointless in the first
place (when you care about specific timing at all, then you're typically
linking the invocations with launching and exiting the MUA, so you can
do quite literally what i suggested).

------------------------------------------------------------------------------
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to