aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index c4163ab1..fd5b1304 100644
--- a/pop3.c
+++ b/pop3.c
@@ -1019,8 +1019,9 @@ static int pop3_getrange(int sock,
* the same mail will not be downloaded again.
*/
old = save_str(&ctl->oldsaved, id, UID_UNSEEN);
- old->val.status.num = unum;
}
+ /* save the number */
+ old->val.status.num = unum;
} else
return PS_ERROR;
} /* multi-line loop for UIDL reply */