mhonarc-dev

[bug #32665] allow message display to wrap (simple HTML change)

2011-03-04 11:34:15
Update of bug #32665 (project mhonarc):

                  Status:                    None => Wont Fix               
           Fixed Release:                         => N/A                    

    _______________________________________________________

Follow-up Comment #2:

Read the MIMEFILTERS resource page of the documentation
to find options to the plain text filter to specify
maximum line lengths.

If you want to do the CSS approach, you can modify the
page layout to include your own CSS stylesheet, and
apply the attribute to pre elements in the message
pages:

pre {
  white-space: pre-wrap;
}

See the Page Layout section of the documentation on how
to modify the HTML created so you can include your own
CSS reference (or inline the CSS in the header).

IMO, wrapping of the text is an archive administrator
decision, and not something the mhonarc should always
do.  The above provides information on how to achieve
the effect you want w/o modifications to source code.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?32665>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV