From 93aa31ffc1624a9bc6a985a4c5679bac2ceb5e9a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Mar 1998 18:03:58 +0000 Subject: Dick van den Burg's patch. svn path=/trunk/; revision=1705 --- pop3.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 1634755b..b03efdff 100644 --- a/pop3.c +++ b/pop3.c @@ -433,8 +433,10 @@ static int pop3_getrange(int sock, new->val.status.num = num; /* note: ID comparison is caseblind */ - if (str_in_list(&ctl->oldsaved, id)) + if (str_in_list(&ctl->oldsaved, id)) { new->val.status.mark = UID_SEEN; + str_set_mark(&ctl->oldsaved, id, UID_SEEN); + } else (*newp)++; } -- cgit v1.2.3