/[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.15 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.16 by gray, Thu Feb 13 16:30:43 2003 UTC
# Line 31  imap4d_append (struct imap4d_command *co Line 31  imap4d_append (struct imap4d_command *co
31    if (!mboxname)    if (!mboxname)
32      return util_finish (command, RESP_BAD, "Too few arguments");      return util_finish (command, RESP_BAD, "Too few arguments");
33    
34      util_unquote (&mboxname);
35      
36    if (*sp == '(' && util_parse_attributes (sp+1, &sp, &flags))    if (*sp == '(' && util_parse_attributes (sp+1, &sp, &flags))
37      return util_finish (command, RESP_BAD, "Missing closing parenthesis");      return util_finish (command, RESP_BAD, "Missing closing parenthesis");
38        

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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