/[mailutils]/mailutils/mailbox/imap/folder.c
ViewVC logotype

Diff of /mailutils/mailbox/imap/folder.c

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

revision 1.57 by gray, Fri Apr 18 12:32:06 2003 UTC revision 1.58 by gray, Tue Apr 22 12:33:00 2003 UTC
# Line 970  imap_literal_string (f_imap_t f_imap, ch Line 970  imap_literal_string (f_imap_t f_imap, ch
970    size_t len, len0, total;    size_t len, len0, total;
971    int status = 0;    int status = 0;
972    int nl;    int nl;
973    
974      if (f_imap->string.nleft==0)
975        {
976          status = imap_readline (f_imap);
977          *ptr = f_imap->buffer;
978          return status;
979        }
980    
981    /* The (len + 1) in the for is to count the strip '\r' by imap_readline.  */    /* The (len + 1) in the for is to count the strip '\r' by imap_readline.  */
982    for (len0 = len = total = 0; total < f_imap->string.nleft; total += (len + 1))    for (len0 = len = total = 0; total < f_imap->string.nleft; total += (len + 1))
983      {      {

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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