/[mailutils]/mailutils/imap4d/expunge.c
ViewVC logotype

Diff of /mailutils/imap4d/expunge.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by alainm, Sat Oct 20 04:19:38 2001 UTC revision 1.7 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 26  imap4d_expunge (struct imap4d_command *c Line 26  imap4d_expunge (struct imap4d_command *c
26  {  {
27    char *sp = NULL;    char *sp = NULL;
28    
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
29    if (util_getword (arg, &sp))    if (util_getword (arg, &sp))
30      return util_finish (command, RESP_NO, "Too many args");      return util_finish (command, RESP_NO, "Too many args");
31    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26