Hi All,

I have a config where marking files read via thunderbird directly on the
IMAP server doesn't get reflected once I run mbsyc. Everything works fine
once I have Expunge Both enabled in the config.

I am trying to set up a config where files are never deleted on my local
machine. But i would still require flag (read/unread) synchronization. [ I
am using thunderbird to directly access the IMAP server and then read mail
also using notmuch when offline]

I guess this gets me what I wanted?
Sync PullNew PullFlags PullRenew PushFlags PushRenew
Expunge Both

Without the Expunge the read/unread flags are not synched from the master
to slave. The reverse works though.

I also see in

maildir_prepare_load_box( store_t *gctx, int opts )
{
maildir_store_t *ctx = (maildir_store_t *)gctx;

if (opts & OPEN_SETFLAGS)
opts |= OPEN_OLD;
if (opts & OPEN_EXPUNGE)
opts |= OPEN_OLD|OPEN_NEW|OPEN_FLAGS;
ctx->opts = opts;
return opts;
}

I am wondering whether the OPEN_FLAG should be set outside EXPUNGE too?

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

Reply via email to