Changeset 0c502e9 for commands.c


Ignore:
Timestamp:
Jun 22, 2003, 12:56:03 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
9381782
Parents:
be0a79f
Message:
Added filter field 'login' which can take the values 'login'
   'logout' or 'none'
Added the perl variable $owl::login, just as above
Updated the 'login' and 'trash' filters appropriately
Fix for checking for DES
Bug fix in using makemsg when no curses window present
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rc3ab155 r0c502e9  
    453453              "syntax would be:\n\n"
    454454              "     filter myfilter -c red ( class ^foobar$ ) or ( class ^quux$ and instance ^bar$ )\n\n"
    455               "Valid matching fields are class, instance, recipient, sender,\n"
    456               "opcode and realm. Valid operations are 'and', 'or' and 'not'.\n"
     455              "Valid matching fields are:\n"
     456              "    sender     -  sender\n"
     457              "    recipient  -  recipient\n"
     458              "    class      -  zephyr class name\n"
     459              "    instance   -  zephyr instance name\n"
     460              "    opcode     -  zephyr opcode\n"
     461              "    realm      -  zephyr realm\n"
     462              "    body       -  message body\n"
     463              "    type       -  message type (zephyr, aim, admin)\n"
     464              "    direction  -  either 'in' 'out' or 'none'\n"
     465              "    login      -  either 'login' 'logout' or 'none'\n"
     466              "Valid operators are:\n"
     467              "    and\n"
     468              "    or\n"
     469              "    not\n"
     470              "And additionally you may use the static values:\n"
     471              "    true\n"
     472              "    false\n"
    457473              "Spaces must be present before and after parenthesis.  If the\n"
    458474              "optional color argument is used it specifies the color that\n"
    459475              "messages matching this filter should be displayed in.\n\n"
    460 
    461476              "SEE ALSO: view, viewclass, viewuser\n"),
    462477
Note: See TracChangeset for help on using the changeset viewer.