isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 887b2205ffc8c1c38346a30ec7e98c424064e273
parent 5c2ce59217c6f035840378e98b40607a0f0fa032
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Thu, 30 Mar 2017 19:57:57 +0200

remove nonsensical statement from journal replay of aborted entries

at this stage, entries cannot possibly have messages assigned to them,
so trying to unlink them makes no sense.

amends b1842617.

Diffstat:
Msrc/sync.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/sync.c b/src/sync.c @@ -877,8 +877,6 @@ load_state( sync_vars_t *svars ) switch (c) { case '-': debug( "killed\n" ); - if (srec->msg[M]) - srec->msg[M]->srec = 0; srec->status = S_DEAD; break; case '#':