Changeset efc460e
- Timestamp:
- Jul 8, 2010, 3:29:32 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- c43c77b
- Parents:
- 987cf3f
- git-author:
- Nelson Elhage <nelhage@mit.edu> (07/08/10 15:29:12)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/08/10 15:29:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.c
rdec60b4 refc460e 1041 1041 } filters[] = { 1042 1042 { "personal", 1043 "private ^true$ and ( not type ^zephyr$ or " 1044 "( class ^message and ( instance ^personal$ or instance ^urgent$ ) ) )" }, 1043 "isprivate ^true$ and ( not type ^zephyr$ or ( class ^message ) )" }, 1045 1044 { "trash", 1046 1045 "class ^mail$ or opcode ^ping$ or type ^admin$ or ( not login ^none$ )" },
Note: See TracChangeset
for help on using the changeset viewer.