X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FChangeLog;h=0552b742e40b5ff570907c2b2c467092edfb774c;hb=8a5663b6c0957a4036bbd1ba8f316ea016746016;hp=7759aec5d902013bc73c10b4b541c22f48524951;hpb=f5b940a1368a55ab161f307668eed05178462557;p=citadel.git diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 7759aec5d..0552b742e 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,3 +1,29 @@ +Sat Oct 22 01:01:02 EDT 2005 ajc +* More changes required to be able to do embedded message/rfc822 and still be + able to view the attachments in the embedded submessage. Yow. +* Brought over the updated MIME parser from the Citadel package. + +Fri Oct 21 15:25:49 EDT 2005 ajc +* Handle embedded message/rfc822 submessages, using the new form of MSG4 on + the Citadel server that can extract these for us. There is still a bug or + two in this to be fixed... + +Mon Oct 17 11:12:50 EDT 2005 Art Cancro +* THIS IS 6.30 + +Sat Oct 15 00:43:17 EDT 2005 Art Cancro +* Sort messages in reverse date order when no sort preference is set +* When going from non-date sort to date sort, try reverse order first + +Sat Oct 15 00:28:35 EDT 2005 Art Cancro +* Better handling of multiple recipients in reply-all + +Thu Oct 13 15:30:08 EDT 2005 Art Cancro +* and tags for each row in a mailbox summary view, are now + output by display_summarized() instead of by readloop(). This makes the + code easier to read and refactors it slightly in preparation for some evil + plans... + Wed Oct 12 23:58:15 EDT 2005 Art Cancro * Rooms view -- render properly when empty floors exist [fixes bugzilla issue # 156]