2006-06-22 [colin] 2.3.1cvs11
[claws.git] / ChangeLog
index 41d7b1b218a88e8f0f8d74cf5fd761b8993975d4..8e4335fa5aa2fcc16a8441c80f071041552560e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2006-06-22 [colin]     2.3.1cvs11
+
+       * manual/advanced.xml
+               Forgotten hidden pref
+
+2006-06-21 [paul]      2.3.1cvs10
+
+       * src/prefs_account.c
+               complete the removal of 'Add date header' option
+
+2006-06-21 [paul]      2.3.1cvs9
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               remove option to add date header - always
+               add date header
+       * src/etpan/imap-thread.c
+               fix warnings (Thanks to Colin)
+
+2006-06-21 [wwp]       2.3.1cvs8
+
+       * src/folder.c
+               set the attachment flag when inline text part are (file)named. This is more convenient
+               when receiving (for instance) inline source files or patches sent using thunderbird.
+
+2006-06-21 [paul]      2.3.1cvs7
+
+       * src/inc.c
+               fix off-by-one count of current msg in
+               statusbar filtering progressbar
+
+2006-06-21 [paul]      2.3.1cvs6
+
+       * src/folder.c
+               Show attachment icon even if the part is 'inline'
+               if the following conditions are met:
+               - content-type != 'text/plain'
+               - content-type != '*/pgp-signature'
+               - either 'name' or 'filename' parameter is not NULL
+               
+               Thanks to Colin
+
 2006-06-21 [paul]      2.3.1cvs5
 
        * src/messageview.c