CVS: sylpheedclaws/sylpheed-claws/src/plugins/bogofilter bogofilter.c,1.1.2.20,1.1.2.21
[email protected] Wed, 20 Dec 2006 13:06:18 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/plugins/bogofilter
In directory sunsite.dk:/tmp/cvs-serv27615/src/plugins/bogofilter
Modified Files:
Tag: gtk2
bogofilter.c
Log Message:
2006-12-20 [paul] 2.6.1cvs56
* configure.ac
last of the renaming (??)
* src/main.c
correct --help info of --status-full
* src/plugins/bogofilter/bogofilter.c
make FALSE default of whitelist_ab
Index: bogofilter.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/plugins/bogofilter/Attic/bogofilter.c,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -u -d -r1.1.2.20 -r1.1.2.21
--- bogofilter.c 2006/12/15 16:52:38 1.1.2.20
+++ bogofilter.c 2006/12/20 13:06:15 1.1.2.21
@@ -93,7 +93,7 @@
NULL, NULL, NULL},
{"insert_header", "FALSE", &config.insert_header, P_BOOL,
NULL, NULL, NULL},
- {"whitelist_ab", "TRUE", &config.whitelist_ab, P_BOOL,
+ {"whitelist_ab", "FALSE", &config.whitelist_ab, P_BOOL,
NULL, NULL, NULL},
{"whitelist_ab_folder", "Any", &config.whitelist_ab_folder, P_STRING,
NULL, NULL, NULL},