Changeset 3432
- Timestamp:
- 02/26/08 19:34:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/camel-mime-filter-tohtml.c
r3246 r3432 305 305 if (html->flags & CONVERT_URLS) { 306 306 size_t matchlen, buflen, len; 307 urlmatch_t match ;307 urlmatch_t match = { 0 }; 308 308 309 309 len = inptr - start;
