Changeset 700c712 for variable.c


Ignore:
Timestamp:
Sep 25, 2002, 3:59:56 PM (22 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:
55faab7
Parents:
601a9e0
Message:
Started adding code for newmsgproc.  It doesn't fully work yet!
  Don't use it!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    rf9c43ae r700c712  
    147147               "This program should produce a zsig on stdout when run.\n"
    148148               "Note that it is important that this program not block.\n" ),
     149
     150  OWLVAR_PATH( "newmsgproc" /* %OwlVarStub:newmsgproc */, NULL,
     151               "name of a program to run when new messages are present",
     152               "The named program will be run when owl recevies new.\n"
     153               "messages.  It will not be run again until the first\n"
     154               "instance exits"),
    149155
    150156  OWLVAR_STRING( "zsig" /* %OwlVarStub */, "",
Note: See TracChangeset for help on using the changeset viewer.