make sure we fetch source flags when resuming --renew
... and the target is expunged.
This commit is contained in:
parent
a652043934
commit
e6c6840651
1 changed files with 2 additions and 0 deletions
|
@ -742,6 +742,8 @@ box_opened2( sync_vars_t *svars, int t )
|
||||||
t = !srec->uid[F] ? F : N;
|
t = !srec->uid[F] ? F : N;
|
||||||
opts[t] |= OPEN_APPEND;
|
opts[t] |= OPEN_APPEND;
|
||||||
opts[t^1] |= OPEN_OLD;
|
opts[t^1] |= OPEN_OLD;
|
||||||
|
if (chan->ops[t] & OP_EXPUNGE) // Don't propagate doomed msgs
|
||||||
|
opts[t^1] |= OPEN_FLAGS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue