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

Diff of /mailutils/imap4d/append.c

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

revision 1.9 by gray, Thu Feb 7 07:51:47 2002 UTC revision 1.10 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 27  imap4d_append (struct imap4d_command *co Line 27  imap4d_append (struct imap4d_command *co
27    mailbox_t dest_mbox = NULL;    mailbox_t dest_mbox = NULL;
28    int status;    int status;
29        
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
   
30    mboxname = util_getword (arg, &sp);    mboxname = util_getword (arg, &sp);
31    if (!mboxname)    if (!mboxname)
32      return util_finish (command, RESP_BAD, "Too few arguments");      return util_finish (command, RESP_BAD, "Too few arguments");

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

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