diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | driver.c | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,7 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) * SSL certificate options from Thomas Moestl <tmoestl@gmx.net>. +* Frantisek Brabec's patch for better UIDL error recovery. fetchmail-5.8.3 (Sat May 12 04:07:12 EDT 2001), 20502 lines: @@ -2347,8 +2347,11 @@ is restored.")); for (sdp = ctl->newsaved; sdp; sdp = sdp->next) if ((sdp->val.status.num == num) - && (!toolarge || oldmsg)) + && (!toolarge || oldmsg)) + { sdp->val.status.mark = UID_SEEN; + save_str(&ctl->oldsaved, sdp->id,UID_SEEN); + } } /* maybe we delete this message now? */ |