This  is  true - which is why I agree with Chris Wilson that it should
be made an option for those that need it ;)

Regards,

        Martyn

Monday, August 07, 2000, 4:25:04 PM, Steve Lamb wrote:

> Monday, August 07, 2000, 2:09:26 AM, Martyn wrote:
>>     - Get rid of the horizontal scroll bar - text should be fully
>>     wrapped within the open message window upon reading that message

> sub make_date {
>   @time = gmtime(time);
>   my(@month) = 
>("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
>   my(@dow) = ("Sun","Mon","Tue","Wed","Thu","Fri","Sat");

>   $time[5] += 1900;
>   my($date) = sprintf("Date: %s, %02d %s %d %02d:%02d:%02d 
>+0000",$dow[$time[6]],$time[3],$month[$time[4]],$time[5],$time[2],$time[1],$time[0]);
>   return($date);
> }

>     That would suck if it were wrapped, wouldn't it?  Funny thing is, the
> editor doesn't have a scrollbar.  :)

-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

You are subscribed as : archive@jab.org


Reply via email to