
I'm having a problem with my archive not doing line wrapping, ie, each paragraph in a message shows as an infinitely long line that requires horizontal scrolling to read. The following message was posted on this list a couple of years ago, but the thread ended and I didn't see any further comment. Does anyone know if this is still applicable? Is it a global change or can it be done list by list? Are ISPs generally willing to make such a change?
From Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp Thu Feb 20 21:23:36 EST 2003
- Previous message: [Mailman-Users] Word wrap in archives
- Next message: [Mailman-Users] Another feature request (for >email commands)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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