fix crash in folder_destroy
[claws.git] / ChangeLog.claws
index 9318e6b406fa7629a2ff56661e95eeccd962c483..3e678061df5548243cbde34f5e6d3852671c801f 100644 (file)
@@ -1,3 +1,46 @@
+2003-04-09 [oliver]    0.8.11claws81
+       
+       * src/folder.c
+               fix crash in folder_destroy
+       * README.claws
+               remove selective download
+
+2003-04-09 [christoph] 0.8.11claws80
+
+       * src/imap.c
+               fix crash in imap_get_msginfo() when then fetched message
+               is not found
+
+       (closes Bug 110 Crash during mail composition)
+
+2003-04-08 [christoph] 0.8.11claws79
+
+       * src/folder.c
+       * src/prefs_account.c
+               Filter new messages that are found in an INBOX folder
+               when 'Filter messages on receiving' is enabled in the
+               Folder's AccountPrefs. This allows to use Sylpheed's
+               filtering engine for IMAP folders where messages are
+               added to the INBOX by a MTA
+
+2003-04-08 [paul]      0.8.11claws78
+
+       * src/procmsg.h
+               clean up after last commit
+
+2003-04-08 [paul]      0.8.11claws77
+
+       * sync with 0.8.11cvs20
+               see ChangeLog 2003-04-07 and 2003-04-08
+
+2003-04-07 [christoph] 0.8.11claws76
+
+       * src/filtering.[ch]
+       * src/inc.[ch]
+       * src/mbox.c
+       * src/procmsg.[ch]
+               add procmsg_msginfo_filter() to execute filtering actions
+
 2003-04-06 [christoph] 0.8.11claws75
 
        * src/imap.c