Changeset 3895e23 for keys.c


Ignore:
Timestamp:
Dec 25, 2003, 12:05:02 AM (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:
280ddc6
Parents:
330bcec
Message:
The '!' key (bound to 'view -r') now creates a negative version of the
  current view and switches to it.  i.e. "show me all the messages that
  are not these"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keys.c

    r8b16467 r3895e23  
    218218  BIND_CMD("v",   "start-command view ", "start a view command");
    219219  BIND_CMD("V",   "view --home",      "change to the home view ('all' by default)");
     220  BIND_CMD("!",   "view -r",          "invert the current view filter");
    220221  BIND_CMD("M-n", "smartnarrow",      "narrow to a view based on the current message");
    221222  BIND_CMD("M-N", "smartnarrow -i",   "narrow to a view based on the current message, and consider instance pair");
Note: See TracChangeset for help on using the changeset viewer.