[Mailman-Users] Word wrap in archives

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Thu Feb 20 13:23:36 CET 2003


Hi,

There are constants in Mailman/Archiver/HyperArch.py
class HyperArchive(pipermail.T):

    SHOWHTML = 0              # Eg, nuke leading whitespace in html manner.
    SHOWBR = 0                # Add <br> onto every line

If you chenge both to 1, then you will get long lines wrapped at
the end of the browser width.

Tokio

Sage wrote:
> My apologies if this has been brought up before, but I do not see any
> answers in the recent archives.
> 
> The archive pages for my mailman lists do not automatically wrap the
> text of each message. Since these pages use the <pre> tag to display the
> message, each message consists of several very long lines that extend to
> the right, forcing readers to scroll to the right in order to read the
> message. This is a very big problem since many of my users cannot be
> trusted to use a mail client that wraps the message for them. Can
> mailman not be configured to automatically wrap all incoming messages at
> around 75 characters by itself?
> 
> Does anyone have a possible solution to this?
> 




More information about the Mailman-Users mailing list