Re: [CSCMail-Users] Linebreaks
Brought to you by:
countzer0
From: Daniel S. <np...@gm...> - 2001-10-17 15:59:19
|
Actually this fixed the "problem". The messages look like before and like I'm used to. In fact I never noticed the layout wasn't correct (the thing with the TABs) You're right: converting a \t to 8 spaces is just a hack but I don't care much about that (I don't think it's important to format emails (at least for me)). So for me this is alright. But for the long term your right. I noticed the widget used to edit messages also replaces \t by a number of spaces. Maybe the source of this one could help for a temporary fix. (just a suggestion) btw: I noticed that HTML-Mails not declared as such (which means normal text-mail with html-content, just like I would write this mail with html) have not been displayed correctly with the PRE-Tags. This is actually not cscmail's fault, but the programs who created such mails, but its a hint that this was a hack. If you like to I can forward you one such message. Daniel PS: thanks! this was really fast! Count Zero wrote: > Ok, I had been playing with using <PRE> </PRE> around text e-mail to > preserve formatting in a non-hackish manner... > > This of course makes the HTML widget us a fixed width font, and tells it not > to autowrap lines... > > I removed the <PRE> tags and checked a new csclib.pl into CVS, so that will > fix these problems in the short term... However, > text mail will still not display completely accurately... For example: > > This line is indented with TAB > > This line is not... > > With <PRE> that displayed correctly, without it, it doesn't... We used to do > hackish things like convert \t to 8 characters, but I really really > don't like that fix... > > I'll try to think of something... > > Anyway, in the short term, checkout csclib.pl from CVS on sourceforge to > solve the linewrap/fixed font's issue... > > -CZ > > ----- Original Message ----- > From: Daniel Schregenberger <np...@gm...> > To: <csc...@li...> > Sent: Wednesday, October 17, 2001 9:58 AM > Subject: [CSCMail-Users] Linebreaks > > > > hi > > > > i recently upgraded to 1.7.10 and everything went well, except mails > without > > any linebreaks in them arent automatically wraped anymore. > > any ideas how to fix that? > > > > i'm using cschtml 1.1 (and cscmail tells me it still uses this widget to > > display messages (so the update hasnt killed it)) and html mails work fine > so i > > suppose this has nothing to do with cschtml. > > > > btw: the font has also changed, messages are now displayed with some kind > of > > standard fixed pitch font (except they are html) > > > > daniel |