[660] in BarnOwl Developers
[D-O-H] r750 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:08:25 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: Wed, 1 Aug 2007 02:27:31 -0400 (EDT)
Author: nelhage
Date: 2007-08-01 02:27:30 -0400 (Wed, 01 Aug 2007)
New Revision: 750
Modified:
trunk/owl/owl.c
Log:
Changing the default personal filter to <message,personal,*> for
zephyr.
refs 2
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2007-08-01 05:52:08 UTC (rev 749)
+++ trunk/owl/owl.c 2007-08-01 06:27:30 UTC (rev 750)
@@ -276,7 +276,9 @@
* 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$");
+ owl_filter_init_fromstring(f, "personal", "isprivate ^true$ and ( not type ^zephyr$"
+ " or ( class ^message and"
+ " ( instance ^personal$ or instance ^urgent$ ) ) )");
owl_list_append_element(owl_global_get_filterlist(&g), f);
f=owl_malloc(sizeof(owl_filter));