Replace del_flag' and retr_flag' with `flags'.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4794 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-04-23 17:41:49 +00:00
parent 7c574184f0
commit 73a8ad6383
8 changed files with 14 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ pop_rset (POP *p)
/* Unmark all the messages */
for (i = p->msg_count, mp = p->mlp; i > 0; i--, mp++)
mp->del_flag = FALSE;
mp->flags &= ~DEL_FLAG;
/* Reset the messages-deleted and bytes-deleted counters */
p->msgs_deleted = 0;