X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=ChangeLog.claws;h=8f248031f463d602cda6145ce4c129375c23141e;hp=eeb50a99d69665f98850460e02b88ccf8da561e6;hb=8c8d18447d4ccc801f9c5ee384241a79632252dd;hpb=8fd3feb036e25fc3eba0a950d52a8cf59acc4164 diff --git a/ChangeLog.claws b/ChangeLog.claws index eeb50a99d..8f248031f 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,21 @@ +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.