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

Diff of /mailutils/imap4d/list.c

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

revision 1.12 by gray, Sun Feb 17 21:05:03 2002 UTC revision 1.13 by gray, Thu Mar 28 17:37:54 2002 UTC
# Line 315  print_dir (const char *ref, const char * Line 315  print_dir (const char *ref, const char *
315                  strlen (ref) + strlen ((*ref) ? delim : "") + strlen (file));                  strlen (ref) + strlen ((*ref) ? delim : "") + strlen (file));
316        util_send ("%s%s%s\r\n", ref, (*ref) ? delim : "", file);        util_send ("%s%s%s\r\n", ref, (*ref) ? delim : "", file);
317      }      }
318    else    else if (*file)
319      util_out (RESP_NONE, "LIST (\\NoSelect) \"%s\" %s%s%s", delim,      util_out (RESP_NONE, "LIST (\\NoSelect) \"%s\" %s%s%s", delim,
320                ref, (*ref) ? delim : "", file);                ref, (*ref) ? delim : "", file);
321      else
322        util_out (RESP_NONE, "LIST (\\NoSelect) \"%s\" \"%s%s\"", delim,
323                  ref, (*ref) ? delim : "");
324  }  }
325    
326  /* Calls the imap_matcher if a match found out the attribute. */  /* Calls the imap_matcher if a match found out the attribute. */

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

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