James Mckenzie wrote:
This is my point with headers in Thunderbird. You cannot just turn on the Delivered-to: lines, you have to look at the entire header area. With Earthlink, this can be more than the header buffer in Thunderbird can show
and there is no method of scrolling
You can modify Thunderbird so the headers will scroll.
In your Thunderbird profile there is a folder called "chrome".
Add a file named <userChrome.css> created with a text editor or the Thunderbird extension "ChromEdit 2".
Insert the following in the file, modified to your preferences:

   /* Add vertical scrollbar for expanded header view */
   #msgHeaderView {
     font-family: Trebuchet MS !important;
     font-size: 10pt !important;
     max-height: 20em !important;
     overflow: auto !important;
   }


--
Larry I. Gusaas
Moose Jaw, Saskatchewan

Website: http://larry-gusaas.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to