From 6b132fe48a5fe75643cbff31b26f3d78e66da796 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 29 Aug 2002 12:04:34 +0000 Subject: Change the case sensitive search of subject to expect case insensitive 2002-08-29 Not Zed * tests/folder/test3.c: Change the case sensitive search of subject to expect case insensitive results, as the behaviour has changed. (main): Made the search content before sync nonfatal. its something that needs to be fixed but not practical concern in evolution. * camel-block-file.c (block_file_validate_root): Only spit out the invalid root warnings if the file isn't empty. * camel-text-index.c (text_index_compress_nosync): Swap the path as well when we compress. * camel-mime-parser.c (folder_scan_content): Treat the end of file as a boundary if we're scanning From lines, and drop the last \n. (folder_scan_init_with_fd): Dont pre-read from the fd, and init eof. (folder_scan_init_with_stream): Similar. (folder_read): Handle eof, and set eof on 0 read. (folder_seek): Dont pre-read after a seek, and reset eof flag. (camel_mime_parser_init_with_fd): Fix doco, no pre-read occurs anymore. (camel_mime_parser_init_with_stream): Same. * providers/local/camel-mbox-summary.c (camel_mbox_summary_sync_mbox): Add a \n to end of content of each message, not at start. * providers/local/camel-mbox-folder.c (mbox_append_message): Instead of appending "\nFrom " to a mailbox, start with "From ", and append a \n after the message always. For better mutt/elm compatability. Also, unlock after we've stat'd. (mbox_append_message): Set the message's from_pos exactly as the mbox size. svn path=/trunk/; revision=17921 --- camel/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 5175ad3b4f..c7183dd317 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,39 @@ +2002-08-29 Not Zed + + * tests/folder/test3.c: Change the case sensitive search of + subject to expect case insensitive results, as the behaviour has + changed. + (main): Made the search content before sync nonfatal. its + something that needs to be fixed but not practical concern in + evolution. + + * camel-block-file.c (block_file_validate_root): Only spit out the + invalid root warnings if the file isn't empty. + + * camel-text-index.c (text_index_compress_nosync): Swap the path + as well when we compress. + + * camel-mime-parser.c (folder_scan_content): Treat the end of file + as a boundary if we're scanning From lines, and drop the last \n. + (folder_scan_init_with_fd): Dont pre-read from the fd, and init eof. + (folder_scan_init_with_stream): Similar. + (folder_read): Handle eof, and set eof on 0 read. + (folder_seek): Dont pre-read after a seek, and reset eof flag. + (camel_mime_parser_init_with_fd): Fix doco, no pre-read occurs + anymore. + (camel_mime_parser_init_with_stream): Same. + + * providers/local/camel-mbox-summary.c + (camel_mbox_summary_sync_mbox): Add a \n to end of content of each + message, not at start. + + * providers/local/camel-mbox-folder.c (mbox_append_message): + Instead of appending "\nFrom " to a mailbox, start with "From ", + and append a \n after the message always. For better mutt/elm + compatability. Also, unlock after we've stat'd. + (mbox_append_message): Set the message's from_pos exactly as the + mbox size. + 2002-08-28 Jeffrey Stedfast * camel-tcp-stream-openssl.c (stream_setsockopt): Fixed `set' to -- cgit v1.2.3