Changeset efc460e for global.c


Ignore:
Timestamp:
Jul 8, 2010, 3:29:32 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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)
Message:
Fix the 'personal' filter after a perlmessages-related mismerge.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rdec60b4 refc460e  
    10411041  } filters[] = {
    10421042    { "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  ) )" },
    10451044    { "trash",
    10461045      "class ^mail$ or opcode ^ping$ or type ^admin$ or ( not login ^none$ )" },
Note: See TracChangeset for help on using the changeset viewer.