Hi guys.
I wanted to give a summary for those who are new in the osx emulation sector.
This is a screen of my current thunderbird:
(click to enlarge)
This what I'm using:
- Tiger Mail 2.0 Theme by toyo-snow
- Move Search Items Extension to move the search bar into the toolbar
- TitleBar Extension to set the window's name to "Apple Mail"
- AccountBar Extension by INpac, me
. This ext adds a small bar under the sidebar like Apple Mail 2: two buttons, one to create a new account and one to edit the options of the current opened account. Please read the readMe for the right installation.
- I'm also using a modded start.xhtml that is shown up when tb starts. You can find this file, the files that describe the name of Thunderbird (changed to "Apple Mail" in my case), the credits image and so on in messenger.jar in your "mozilla thunderbirdchrome" dir
- To set a background image for the splitter that devides the mail and the mail list, use userCrhome.css and add these lines:
/* Use a image for the splitter */
#threadpane-splitter {
background-image: url("splitter.bmp") !important;
background-color: none !important;
}
Download the splitter graphic here: http://www.inpacshp.de/trash/splitter.bmp
Here is what you gotta do (ReadMe.txt)
- Install the Extension AccountBar (eg. via Drag'n'Drop into the extension windowin tools>extensions)
- After that open userChrome.css and add the following lines
#AppleMailBar {
background-image: url("threebuttonsbg.bmp") !important;
background-color: none !important;
height: 23px;
}
Be sure that you have pasted the "threebuttonsbg.bmp" into the same directory like userCrhome.css
( C:Documents and Settings[username]Application Data[Mozilla ]ThunderbirdProfilesdefault[---]chromeuserChome.css if there's no userChrome.css, create one... )
- In order to resize the search field after installing the 'Move Search Items' ext., put those lines into userChrome.css:
#search-container, #searchbar { -moz-box-flex: 200 !important; }
#searchBox {
width: 250px !important;
}
For any comments or suggestions, contact me: inpac@arcor.de, www.inpacshp.de
Hope there's a use of this here ![]()
thanks for the modders that make osx emulation so nice and easy
INpac
Aqua-Soft Forums
)