Parent Directory
|
Revision Log
|
Patch
| revision 360 by ph10, Wed Jul 9 16:20:19 2008 UTC | revision 361 by ph10, Thu Jul 10 16:03:28 2008 UTC | |
|---|---|---|
| # | Line 2755 for (;;) | Line 2755 for (;;) |
| 2755 | { | { |
| 2756 | if (current_subject > md->start_subject + start_offset) | if (current_subject > md->start_subject + start_offset) |
| 2757 | { | { |
| 2758 | while (current_subject <= end_subject && !WAS_NEWLINE(current_subject)) | while (current_subject < end_subject && !WAS_NEWLINE(current_subject)) |
| 2759 | current_subject++; | current_subject++; |
| 2760 | ||
| 2761 | /* If we have just passed a CR and the newline option is ANY or | /* If we have just passed a CR and the newline option is ANY or |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |