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

Diff of /mailutils/imap4d/store.c

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

revision 1.11 by gray, Sun Aug 4 08:13:24 2002 UTC revision 1.12 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 27  imap4d_store (struct imap4d_command *com Line 27  imap4d_store (struct imap4d_command *com
27    int rc;    int rc;
28    char buffer[64];    char buffer[64];
29    
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
   
30    rc = imap4d_store0 (arg, 0, buffer, sizeof buffer);    rc = imap4d_store0 (arg, 0, buffer, sizeof buffer);
31    return util_finish (command, rc, buffer);    return util_finish (command, rc, buffer);
32  }  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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