Changeset d36f2cb for keys.c


Ignore:
Timestamp:
Jun 29, 2002, 7:42:37 PM (22 years ago)
Author:
Erik Nygren <nygren@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:
8ee73f8d
Parents:
7360fab
Message:
	Added variables edit:maxfillcols and edit:maxwrapcols which
	        will limit how wide editing paragraphs may get before
		they get wrapped.  Default is 70 columns each.
	Added smartzpunt command with key binding of "C-x k".
	        This starts a zpunt command filled in with
		the proposed zpunt.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keys.c

    r7360fab rd36f2cb  
    188188  BIND_CMD("d",       "delete",         "mark message for deletion");
    189189  BIND_CMD("M-D",     "delete view",    "mark all messages in view for deletion");
     190  BIND_CMD("C-x k",   "smartzpunt -i",  "zpunt current <class,instance>");
    190191
    191192  BIND_CMD("X",   "( expunge ; view --home )", "expunge deletions and switch to home view");
Note: See TracChangeset for help on using the changeset viewer.