Changeset ecd5dc5 for variable.c


Ignore:
Timestamp:
Apr 12, 2003, 4:54:57 PM (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:
e9b1f60
Parents:
8262340
Message:
M-p is bound to 'view personal' by default
loadsubs and loadloginsubs only print messages if in interactive
  mode
added the 'alert_filter' variable, defaults to 'none'.
added the 'alert_action' variable, which is an owl command that
  will be executed when new messages arive that match the
  alert_filter
added the 'term' command which takes the 'raise' and 'deiconify'
  options.  It assumes xterm for now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    rced25d1 recd5dc5  
    187187                 "home view to switch to after 'X' and 'V'",
    188188                 "SEE ALSO: view, filter\n" ),
     189
     190  OWLVAR_STRING( "alert_filter" /* %OwlVarStub */, "none",
     191                 "filter on which to trigger alert actions",
     192                 "" ),
     193
     194  OWLVAR_STRING( "alert_action" /* %OwlVarStub */, "nop",
     195                 "filter on which to trigger alert actions",
     196                 "" ),
    189197
    190198  OWLVAR_STRING_FULL( "tty" /* %OwlVarStub */, "", "tty name for zephyr location", "",
     
    257265               "to display the requested URL.\n",
    258266               "none,netscape,galeon,opera" ),
     267
    259268
    260269  OWLVAR_BOOL( "_followlast" /* %OwlVarStub */, 0,
Note: See TracChangeset for help on using the changeset viewer.