filtering dialog box and some changes
[claws.git] / ChangeLog.claws
index e3d2cbd4f8e9570be4ff036aaa895e3041198632..47e3d3f58626395fe427edf7461620d47ceaf767 100644 (file)
@@ -1,3 +1,52 @@
+2001-05-17 [hoa]
+
+* src/Makefile.am
+       added prefs_filtering.c
+
+* src/filtering.[ch]
+* src/matcher.[ch]
+       removed action : forward_news and forward_news_as_attachement
+       (forward and forward_as_attachement can be used instead)
+
+* src/mainwindow.c
+       added menu option to access filtering configuration
+
+* src/prefs_account.c
+       changed mail_command default to /usr/sbin/sendmail
+
+* added src/prefs_filtering.[ch]
+       dialog box for filtering configuration
+
+* src/prefs_matcher.c
+       added function prefs_matcher_get_criteria_from_matching()
+
+* src/prefs_scoring.c
+       reset the dialog when register or substitute is clicked
+
+2001-05-15 [hoa]
+
+       * src/Makefile.am
+               added filtering.[ch]
+       * src/inc.c
+               using filering.[ch] instead of filter.[ch]
+       * src/main.c
+               reading new filtering configuration
+       * src/matcher.[ch]
+               added some filtering actions
+               and fixed a bug for headers and mail body matching
+       * src/mbox.c
+               using filering.[ch] instead of filter.[ch]
+       * src/mh.c
+               handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
+       * src/summaryview.c
+               some fixes for filtering
+
+2001-05-14 [hiroyuki]
+
+       * src/send.c: fixed some weird indentations.
+         send_message_with_command(): call pclose() only if p != NULL.
+       * src/textview.c: get_email_part(): modified the code for readability.
+
 2001-05-14 [hiroyuki]
 
        * src/md5global.h