From 1f4a6e44c560aea2b3fedc60c72f1c27c7f0fc00 Mon Sep 17 00:00:00 2001 From: 1 Date: Fri, 21 Sep 2001 21:18:16 +0000 Subject: Updated. 2001-09-21 * NEWS (Mail): Updated. svn path=/trunk/; revision=13066 --- ChangeLog | 4 ++++ NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab0dcf6393..e88a56e15f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-21 + + * NEWS (Mail): Updated. + 2001-09-21 Christopher James Lahey * NEWS (Addressbook): Added more NEWS items here. diff --git a/NEWS b/NEWS index 0008266c36..2ffc8ad974 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,52 @@ Mail: - Properly address mail from "hidden" contact lists. (Trow) + - Redid folder unread counts/folder tree backend code + completely. (Michael) + + - Implemented/fixed getfolderinfo in maildir/spool/local + folder/vfolder, required to make unread counts work. (Michael) + + - Redid 'local folder' handling code completely. (Michael, Peter) + Also fixed the properties dialogue to get the list of supported + types dynamically, and set the right one at startup. (Michael) + + - Redid vfolder code in evolution-mail completely. Main visible + change is they open at startup, and the vfolder editor works + much better. (Michael) + + - Made it so fcntl(2) locking failures on filesystems (e.g. NFS) + that dont support locking are treated as success. (Michael) + + - Fix imap inbox filtering, then moved it to CamelFolder, and + partly implemented it for spool and maildir mailboxes. (Michael) + + - Made the vfolder UNMATCHED folder's name translatable. (Michael) + + - Change the way the 'not body contains' filter rule works, so that + it runs much more efficiently, particularly on IMAP. (Michael) + + - Camel will not try and convert charsets of data that contain + invalid charset data, thus data will not be tainted by + a failed conversion process. (Michael) + + - A few threading scheduling changes to try to optimise the user + experience. Also changed the way threads are terminated, + avoiding some possible libpthread bugs. (Michael) + + - Changed vfolder uri's to not include the query, set it separately. + + - Removed a lot of special case code for vfolder/file uri's, other + dead or newly redundant code, cleanups, etc. (Michael) + + - Fixed a bug in libibex that would overallocate block data and + corrupt it and crash, also fail-back and reset the index in + more cases. (Michael) + + - Fix filtering on score so the expression compiles. (Michael) + + - Came to visit USA at a very wrong time. (Michael) + Addressbook: - Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey, -- cgit