]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Set a maximum number of messages which may be indexed before we force
[citadel.git] / citadel / ChangeLog
index 1f7e1ac53cf32b05e3b50284b1960c1940872e4b..bc91c24d505d59db98670e386e7ee17e368728da 100644 (file)
@@ -1,3 +1,22 @@
+Sat Oct 22 22:55:49 EDT 2005 ajc
+* Set a maximum number of messages which may be indexed before we force
+  a cache flush to disk.  Currently 2500.
+
+Sat Oct 22 00:48:47 EDT 2005 ajc
+* msgbase.c: allow multipart/alternative part-swapping only at the top
+  level, because if we recursed into another one then it's going to stomp
+  all over our preferred part.  (even more uuuuunnnhhhhh...)
+
+Sat Oct 22 00:46:52 EDT 2005 ajc
+* mime_parser.c: recurse into message/rfc822 parts as if they were
+  multipart, because we may need to extract attachments from the embedded
+  submessage, etc.  (uuuuunnnhhhh...)
+
+Fri Oct 21 15:12:45 EDT 2005 ajc
+* MSG4 (and CtdlOutputMsg() as well) now accepts an optional MIME part
+  specifier, allowing the client to fetch an encapsulated message
+  attached as message/rfc822 instead of the top-level message.
+
 Thu Oct 20 17:55:12 EDT 2005 ajc
 * ft_wordbreaker.c: added a list of "noise words" to ignore.  This is
   admittedly EN/US specific, so if anyone wants to contribute noise words