]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Moved the "Content-Identifer" (sic) header out of the envelope journal
[citadel.git] / citadel / ChangeLog
index 3c8e8c8848824977f2f8c3e0647d04a42cfa7097..1e5f931eafe00f20e24d368f65c61ef231a35571 100644 (file)
@@ -1,5 +1,33 @@
 $Id$
 
+Wed Jan 11 11:07:47 EST 2006 ajc
+* Moved the "Content-Identifer" (sic) header out of the envelope journal
+  subpart headers and into the top-level headers.
+
+Tue Jan 10 22:26:00 EST 2006 ajc
+* Added a per-user client option to always compose messages using the
+  external editor.
+* Removed the "always reply with external editor" option from citadel.rc
+  because the per-user editor choice makes it superfluous.
+
+Tue Jan 10 17:20:30 EST 2006 ajc
+* Added "Content-Identifer: ExJournalReport" to journal envelope headers
+  (Requested by SECCAS for compatibility with their archival service.)
+  (Yes, it is spelled incorrectly.  The headers generated by Exchange are
+  spelled incorrectly and SECCAS requested that our headers look identical.)
+
+Mon Jan  9 17:23:39 EST 2006 ajc
+* docs/journaling.html: added.
+
+Mon Jan  9 12:56:57 EST 2006 ajc
+* Bumped the version number to 6.70 in preparation for a new release
+
+Thu Jan  5 17:38:39 EST 2006 ajc
+* Adjustments to journal recipient list 
+
+Thu Jan  5 16:08:47 EST 2006 ajc
+* Implemented configuration settings for journaling.
+
 Wed Jan  4 22:05:49 EST 2006 ajc
 * Journaling code is finished.  Still needs configuration settings.