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:
@@ -27,12 +27,12 @@ pop_dele (POP *p)
|
||||
mp = &(p->mlp[msg_num-1]);
|
||||
|
||||
/* Is the message already flagged for deletion? */
|
||||
if (mp->del_flag)
|
||||
if (mp->flags & DEL_FLAG)
|
||||
return (pop_msg (p,POP_FAILURE,"Message %d has already been deleted.",
|
||||
msg_num));
|
||||
|
||||
/* Flag the message for deletion */
|
||||
mp->del_flag = TRUE;
|
||||
mp->flags |= DEL_FLAG;
|
||||
|
||||
#ifdef DEBUG
|
||||
if(p->debug)
|
||||
|
Reference in New Issue
Block a user