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

Diff of /mailutils/imap4d/rename.c

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

revision 1.8 by gray, Tue Feb 19 17:06:49 2002 UTC revision 1.9 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 32  imap4d_rename (struct imap4d_command *co Line 32  imap4d_rename (struct imap4d_command *co
32    struct stat newst;    struct stat newst;
33    const char *delim = "/";    const char *delim = "/";
34    
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
   
35    oldname = util_getword (arg, &sp);    oldname = util_getword (arg, &sp);
36    newname = util_getword (NULL, &sp);    newname = util_getword (NULL, &sp);
37    if (!newname || !oldname)    if (!newname || !oldname)

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

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