Changeset 6383920


Ignore:
Timestamp:
May 27, 2013, 2:09:44 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10
Children:
4cb12f80, 41be145, 5ba0391, f6b7c9c, 01585d0
Parents:
0adbce1
git-author:
Jason Gross <jgross@mit.edu> (02/16/13 14:19:30)
git-committer:
Jason Gross <jgross@mit.edu> (05/27/13 14:09:44)
Message:
Messages sent to 'class messages' are not personal

Add the presumably intended $ at the end.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rd555aa1 r6383920  
    849849  } filters[] = {
    850850    { "personal",
    851       "isprivate ^true$ and ( not type ^zephyr$ or ( class ^message  ) )" },
     851      "isprivate ^true$ and ( not type ^zephyr$ or ( class ^message$ ) )" },
    852852    { "trash",
    853853      "class ^mail$ or opcode ^ping$ or type ^admin$ or ( not login ^none$ )" },
Note: See TracChangeset for help on using the changeset viewer.