From 6e9a00d42ff8b17cf88ff377995b2ff9658cbb30 Mon Sep 17 00:00:00 2001 From: Nancy R Ouyang Date: Sun, 11 Oct 2009 04:40:16 -0400 Subject: [PATCH] corrected filter examples --- doc/szs.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/szs.mdwn b/doc/szs.mdwn index 144ff18..9d5a48d 100644 --- a/doc/szs.mdwn +++ b/doc/szs.mdwn @@ -58,7 +58,7 @@ Now find the line that starts with `filter personal` and edit it. Barnowl is picky about formatting, so here are some examples. This includes all your SMS <-> Zephyr messages in your personals and also colors your personal messages green. - filter personal -c green ( class ^szs$ ) or ( isprivate ^true$ and ( not type ^zephyr$ or ( class ^message$ ) ) ) or ( class kusername ) or ( type admin ) + filter personal -c green ( class ^szs$ ) or ( isprivate ^true$ and ( not type ^zephyr$ or ( class ^message$ ) ) ) To color all your SMS <-> Zephyr messages separately from your other personals messages, add another line that will override the coloring you gave it under the personal filter: @@ -68,7 +68,7 @@ So you'll have general personals in one color, and SMS <-> Zephyr messages in a If you ever need to revert your personal filter, the default is: - isprivate ^true$ and ( not type ^zephyr$ or ( class ^message ) ) + isprivate ^true$ and ( not type ^zephyr$ or ( class ^message ) ) Now to reload your Barnowl configuration, in Barnowl, run -- 2.45.0