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

Diff of /mailutils/imap4d/delete.c

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

revision 1.7 by gray, Mon May 28 14:28:39 2001 UTC revision 1.8 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 30  imap4d_delete (struct imap4d_command *co Line 30  imap4d_delete (struct imap4d_command *co
30    const char *delim = "/";    const char *delim = "/";
31    char *name;    char *name;
32    
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
   
33    name = util_getword (arg, &sp);    name = util_getword (arg, &sp);
34    util_unquote (&name);    util_unquote (&name);
35    if (!name || *name == '\0')    if (!name || *name == '\0')

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

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