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

Diff of /mailutils/imap4d/subscribe.c

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

revision 1.5 by alainm, Wed May 9 04:23:52 2001 UTC revision 1.6 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 29  imap4d_subscribe (struct imap4d_command Line 29  imap4d_subscribe (struct imap4d_command
29    char *file;    char *file;
30    FILE *fp;    FILE *fp;
31    
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
   
32    name = util_getword (arg, &sp);    name = util_getword (arg, &sp);
33    util_unquote (&name);    util_unquote (&name);
34    if (!name || *name == '\0')    if (!name || *name == '\0')

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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