Changeset 5d365f6 for variable.c


Ignore:
Timestamp:
Feb 21, 2004, 2:20:59 PM (20 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:
e22f27c
Parents:
5ca5f8e
Message:
The 'personalbell' variable can now be set to 'on' 'off' or the name
of a filter to match against
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r4357be8 r5d365f6  
    5757static owl_variable variables_to_init[] = {
    5858
    59   OWLVAR_BOOL( "personalbell" /* %OwlVarStub */, 0,
    60                "ring the terminal bell when personal messages are received",
    61                "" ),
     59  OWLVAR_STRING( "personalbell" /* %OwlVarStub */, "off",
     60                 "ring the terminal bell when personal messages are received\n",
     61                 "Can be set to 'on', 'off', or the name of a filter which\n"
     62                 "messages need to match in order to ring the bell"),
    6263
    6364  OWLVAR_BOOL( "bell" /* %OwlVarStub */, 1,
Note: See TracChangeset for help on using the changeset viewer.