Patch #6210. Reviewed by John Darrington.
authorBen Pfaff <blp@gnu.org>
Tue, 25 Sep 2007 04:26:25 +0000 (04:26 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 25 Sep 2007 04:26:25 +0000 (04:26 +0000)
commit3357ef01ec46f9612a71d1c14d53625467644cfe
treebe92edc6c37f0c55a3d512c1e34aba432efe3ada
parentc806348911641248369536c11e48ed59757865da
Patch #6210.  Reviewed by John Darrington.

* command-line.c (parse_command_line): Don't call force_long_view,
as that function is no longer necessary.

* msg-ui.c (handle_msg): Only wrap message output to the message
file to the width of the terminal if the message file is a tty.

* settings.c: Drop "long view", which is not needed any longer.
(static var long_view): Removed.
(force_long_view): Removed.
(get_viewwidth): Removed.
(init_viewport): Removed long_view reference.
src/data/ChangeLog
src/data/settings.c
src/data/settings.h
src/ui/terminal/ChangeLog
src/ui/terminal/command-line.c
src/ui/terminal/msg-ui.c