[Dovecot] pop3/commands.c query
20 May
2005
20 May
'05
4:44 p.m.
Is this correct ?
cmd_rset()
if (mail_update_flags(mail, MAIL_SEEN,
MODIFY_REMOVE) < 0)
break;
Args seems to be switched.
/Jens
'This mail automatically becomes portable when carried.'
Jens Låås Email: jens.laas@data.slu.se
Department of Computer Services, SLU Phone: +46 18 67 35 15
Vindbrovägen 1
P.O. Box 7079
S-750 07 Uppsala
SWEDEN
23 May
23 May
6:17 p.m.
On Fri, 2005-05-20 at 15:44 +0200, Jens Laas wrote:
Is this correct ?
cmd_rset()
if (mail_update_flags(mail, MAIL_SEEN, MODIFY_REMOVE) < 0) break;
Args seems to be switched.
So it seems, thanks. The argument positions were switched at some point and there were a few other similar problems that I already fixed earlier.
7116
Age (days ago)
7119
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jens Laas
-
Timo Sirainen