Changeset 937ac795


Ignore:
Timestamp:
May 8, 2010, 10:18:13 AM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.6
Children:
80ed757
Parents:
b96cc28
git-author:
Anders Kaseorg <andersk@mit.edu> (04/27/10 23:23:23)
git-committer:
Nelson Elhage <nelhage@mit.edu> (05/08/10 10:18:13)
Message:
Set edit:maxwrapcols to 70 by default.

New BarnOwl users may not be aware that sending wide zephyrs will make
80-column terminal users annoyed.  Let’s enable 70-column wrapping by
default, regardless of the sender’s terminal size.  Users that know they
need to send longer lines can easily disable it.

Also, update the documentation for edit:maxwrapcols to suggest 70 instead
of 60 as the recommended maximum.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r66e409c r937ac795  
    288288                 "is set to 0.\n" ),
    289289
    290   OWLVAR_INT(    "edit:maxwrapcols" /* %OwlVarStub:edit_maxwrapcols */, 0,
     290  OWLVAR_INT(    "edit:maxwrapcols" /* %OwlVarStub:edit_maxwrapcols */, 70,
    291291                 "maximum number of columns for line-wrapping",
    292292                 "This specifies the maximum number of columns for\n"
     
    297297                 "is set to 0.\n\n"
    298298                 "It is recommended that outgoing messages be no wider\n"
    299                  "than 60 columns, as a courtesy to recipients.\n"),
     299                 "than 70 columns, as a courtesy to recipients.\n"),
    300300
    301301  OWLVAR_INT( "aim_ignorelogin_timer" /* %OwlVarStub */, 15,
Note: See TracChangeset for help on using the changeset viewer.