Changeset c3ab155 for variable.c


Ignore:
Timestamp:
Jun 17, 2003, 9:46:10 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:
b1299da
Parents:
65e3901
Message:
Really use just one view now, named 'main' and recalculate
  messages when its filter is changed.  This is in preperation for
  other design changes
Added the 'default_style' variable
Added the 'toggle-oneline' command
the 'o' key is bound to 'toggle-oneline'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r8b32593 rc3ab155  
    204204                      "available, 'perl'\n",
    205205                      NULL, owl_variable_style_set, NULL),
     206
     207  OWLVAR_STRING( "default_style" /* %OwlVarStub */, "default",
     208                 "name of the default formatting style",
     209                 "This sets the default message formatting style. Possbile\n"
     210                 "values include 'default' 'basic' 'oneline' and if\n"
     211                 "available, 'perl'\n" ),
    206212
    207213  OWLVAR_INT(    "edit:maxfillcols" /* %OwlVarStub:edit_maxfillcols */, 70,
Note: See TracChangeset for help on using the changeset viewer.