On Mon, 18 Aug 2008 16:30:53 +0200 Paul Menzel <[EMAIL PROTECTED]> wrote: > Thanks for the answers. I think the problem was, that I had never logged > out before and the notification setting are saved in the handler only if > you log out (bug?). Doing this I do receive notifications now.
Hm? No, I don't think that's it... As Manuel said, the patterns are regular expressions. Since you had DebianEeePC*, that is not what you intended (that would match all pages starting with "DebianEeeP" and followed by zero or more "C"s. :) I merely refined Manuel's regular expression a bit. By including the slash, the pattern is limited to the English language site only (i.e. DebianEeePCFrench, etc. aren't matched). Ben -- ,-. nSLUG http://www.nslug.ns.ca [EMAIL PROTECTED] \`' Debian http://www.debian.org [EMAIL PROTECTED] ` [ gpg 395C F3A4 35D3 D247 1387 2D9E 5A94 F3CA 0B27 13C8 ] [ pgp 7F DA 09 4B BA 2C 0D E0 1B B1 31 ED C6 A9 39 4F ] _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
