Changeset ecd5dc5 for keys.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
  • keys.c

    r42abb10 recd5dc5  
    203203  BIND_CMD("M-n", "smartnarrow",      "narrow to a view based on the current message");
    204204  BIND_CMD("M-N", "smartnarrow -i",   "narrow to a view based on the current message, and consider instance pair");
    205 
     205  BIND_CMD("M-p", "view personal", "");
     206 
    206207  BIND_CMD("/",   "start-command search ", "start a search command");
    207208  BIND_CMD("?",   "start-command search -r ", "start a revrerse search command");
Note: See TracChangeset for help on using the changeset viewer.