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

Diff of /mailutils/imap4d/namespace.c

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

revision 1.5 by gray, Mon Apr 15 09:03:03 2002 UTC revision 1.6 by gray, Mon Aug 5 08:19:00 2002 UTC
# Line 115  namespace_enumerate_all(nsfp_t f, void * Line 115  namespace_enumerate_all(nsfp_t f, void *
115  int  int
116  imap4d_namespace(struct imap4d_command *command, char *arg)  imap4d_namespace(struct imap4d_command *command, char *arg)
117  {  {
   if (! (command->states & state))  
     return util_finish (command, RESP_BAD, "Wrong state");  
118    if (*arg)    if (*arg)
119      return util_finish (command, RESP_BAD, "Too many arguments");      return util_finish (command, RESP_BAD, "Too many arguments");
120    
# Line 171  char * Line 169  char *
169  namespace_checkfullpath (char *name, const char *pattern, const char *delim)  namespace_checkfullpath (char *name, const char *pattern, const char *delim)
170  {  {
171    struct namespace_info info;    struct namespace_info info;
172    char *path = util_getfullpath(name, delim);    char *path = util_getfullpath (name, delim);
173    
174    if (!path)    if (!path)
175      return path;      return path;

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