[879] in BarnOwl Developers
[D-O-H] r867 - branches/barnowl_sqlite/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:41 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Mon, 14 Jan 2008 02:44:27 -0500 (EST)
Author: nelhage
Date: 2008-01-14 02:44:26 -0500 (Mon, 14 Jan 2008)
New Revision: 867
Modified:
branches/barnowl_sqlite/owl/owl.c
Log:
``private'' is now canonical
Modified: branches/barnowl_sqlite/owl/owl.c
===================================================================
--- branches/barnowl_sqlite/owl/owl.c 2008-01-14 07:44:02 UTC (rev 866)
+++ branches/barnowl_sqlite/owl/owl.c 2008-01-14 07:44:26 UTC (rev 867)
@@ -262,7 +262,7 @@
* included. Also, there should be an %aimme% */
owl_function_debugmsg("startup: creating default filters");
f=owl_malloc(sizeof(owl_filter));
- owl_filter_init_fromstring(f, "personal", "isprivate ^true$ and ( not type ^zephyr$"
+ owl_filter_init_fromstring(f, "personal", "private ^true$ and ( not type ^zephyr$"
" or ( class ^message and"
" ( instance ^personal$ or instance ^urgent$ ) ) )");
owl_list_append_element(owl_global_get_filterlist(&g), f);