0.9.9claws34
authorLuke Plant <L.Plant.98@cantab.net>
Fri, 27 Feb 2004 15:24:48 +0000 (15:24 +0000)
committerLuke Plant <L.Plant.98@cantab.net>
Fri, 27 Feb 2004 15:24:48 +0000 (15:24 +0000)
* src/folder.c
Do folder_item_apply_processing() even if no processing
rules for the folder exist (so global processing is applied)

ChangeLog.claws
configure.ac

index dd8351792f7aa259344a7e3203fc9e8396a9dc79..bc02032431501fcd4eb670c73d02ec8a6f2a1521 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-27 [luke]      0.9.9claws34
+       
+       * src/folder.c
+               Do folder_item_apply_processing() even if no processing
+               rules for the folder exist (so global processing is applied)
+
 2004-02-26 [thorsten]  0.9.9claws33
 
        * src/mimeview.c
index afa5feca1cb3478e001b86f7af91159638d24fa9..bdd426e0d43c68f68bc16b6f39fedf68c98fcb1a 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=9
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=33
+EXTRA_VERSION=34
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else