Changeset f9c43ae for variable.c


Ignore:
Timestamp:
Sep 21, 2002, 7:52:22 PM (22 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:
bde7714
Parents:
1583c90
Message:
Fixed up the normal scrolling code.  Now it should always
  land on a message, but it's still not optimal.
Added the variable 'smartstrip' which will strip kerberos
  instances out for the 'reply' command.
Added -R/usr/athena/lib to the build for Athena
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r61e79a9 rf9c43ae  
    8181  OWLVAR_BOOL( "txping" /* %OwlVarStub */, 1,
    8282               "send pings", "" ),
     83
     84  OWLVAR_BOOL( "smartstrip" /* %OwlVarStub */, 1,
     85               "strip kerberos instance for reply", ""),
    8386
    8487  OWLVAR_BOOL( "displayoutgoing" /* %OwlVarStub */, 1,
Note: See TracChangeset for help on using the changeset viewer.