Changeset 3693
- Timestamp:
- 06/05/08 17:58:28
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-utils.c
r3553 r3693 147 147 inptr++; 148 148 149 node->delim = *inptr++; 149 if (*inptr == '"') { 150 /* The IMAP server should have gave us NIL instead */ 151 node->delim = '\0'; 152 } else { 153 node->delim = *inptr++; 154 } 150 155 151 156 if (*inptr++ != '"')
