How Thunderbird can look like

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:

thunderbird_small.PNG

(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 window

in 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

#357041

now thats what I call big pimping.. this is retarded!

excellent, excellent work!

#357042

Thanks for sharing your tips and advice :)

I'm sure a lot of people would like this.

#357044

Something I was missing were the "text zoom buttons"

So, I modded Stephen Clavering's "Zoomy" extension.

ZoomyScrn.png

See my release post to download.

#357082

kewl thx a lot.

#357085

You didn't list the compact menu installation though. I don't know how the compact menu installation listed on the Tiger mail 2.0 thread would work with this though because that also uses the search box to access the menus. Can you acces the program menus on your mod? Also, the search extension isn't compatible with TB 1.5 or can it work by modifying the install manifest?

Thanks

#357090

Thanks for this info, I didn't know that you could modify start.xhtml.

#357109

also how did you remove the sorting options when adding the searchbar to the toolbar?

#357113

for the search extension, change the maxversion in the install.rdf to 1.5, in simple terms.

In detailed terms, rename the file so it has a .zip extension, open it with winrar, extract the install.rdf, open it in wordpad, change line 28 to

<em:maxVersion>1.5</em:maxVersion>

save it, rename it back to rdf and drag and drop back into the orignal zip. Finally rename to xpi.

There you go ;)

P.S. There's more to be done to remove the view and resize the searchbar, but i'll leave that up to INpac, since i'm lazy.

P.P.S. For all you DOM and CSS pros, anyone know how to change the Write label to New?

#357125

I already tried to bump up the maxVersion inside the xpi but the extension doesn't seem to work with TB 1.5. As soon as I drag the SearchBox thing into the button area, the search field doesn't show up at all or it disappears after restart.

#357254

also how did you remove the sorting options when adding the searchbar to the toolbar?

Well, you can access the preferences of the move search items extension by goging to the extension window and doble blick the list entry, there you can choose to hide the sorting options combo box :)

compact menu is in tiger mail 2.0 included, I think so, if it isn't try seraching google ;)

I modded the compact menu image in tiger mail so that you can't see it :) it's much nicer than two search bars next to each other ;)

#357272

also how did you remove the sorting options when adding the searchbar to the toolbar?

I have the same problem...

I can't get my searchbar wider than default and the sorting-list won't go away

#357276

I have the same problem...

I can't get my searchbar wider than default and the sorting-list won't go away

But does the Move Search Items extension actually work for you? Do you use Thunderbird 1.5? I now don't have ANY search bar lol. It is completely gone no matter what I do. :-/

#357278

But does the Move Search Items extension actually work for you? Do you use Thunderbird 1.5? I now don't have ANY search bar lol. It is completely gone no matter what I do. :-/

well, you have to drag and drop the "searchbox" from the customize-window onto the toolbar

I can't use the searchbar because it's too small :)

#357279

this looks very good. thanks a lot for your advice. now i try some ext you had descriped here

#357280

well, you have to drag and drop the "searchbox" from the customize-window onto the toolbar

I can't use the searchbar because it's too small :)

*cough* I already did that and it disappeared. No searchbox thingie in customize window and no search bar in tool bar. Sometimes the searchbar thingie reappears inside the tool bar there the search bar should be, but that's all lol. I suspect that there are some incompatibilities between the extension and TB 1.5 because the same problem is state in the comments at mozilla.org.

//edit

ok, I just discovered that the searchbar reappears as soon as I select a mail in my inbox.

#357282

for the search extension, change the maxversion in the install.rdf to 1.5, in simple terms.

In detailed terms, rename the file so it has a .zip extension, open it with winrar, extract the install.rdf, open it in wordpad, change line 28 to

<em:maxVersion>1.5</em:maxVersion>

save it, rename it back to rdf and drag and drop back into the orignal zip. Finally rename to xpi.

There you go ;)

P.S. There's more to be done to remove the view and resize the searchbar, but i'll leave that up to INpac, since i'm lazy.

P.P.S. For all you DOM and CSS pros, anyone know how to change the Write label to New?

hi j2227.

maybe you want to share the modified extension. i would appreciate your generosity :)

#357286

Here you go... should install in Thunderbird 1.5

Rename from .zip to .xpi first!

move_search_items-0.0.6-tb.zip

Attachment: move_search_items-0.0.6-tb.zip

#357288

Any way to get rid of the "View" menu in the search toolbar?

Thanx

Edit: Never mind, I figured it out.

Can anyone tell me how to change the window name to Apple Mail. I already installed the extension but I don't know what else to do.

Thanks again

#357298

omg go to the properties of the move search items extension and enable Hide:

msb.PNG

#357300

Here you go... should install in Thunderbird 1.5

Rename from .zip to .xpi first!

thanks a lot, in the name of the others who downloaded it, as well

#357309

Do you mind posting your modified messenger.jar file for the modified xhtml start page :)

#357314

one more question...

how can i resize the search field?

it's a little bit small (look here tbsearch.jpg)

thank's in advance

#357318

hab ich doch alles in der readme beschrieben wie das geht ;)

please read the readme - I wrote it down in order to prevent those quests ;) :

put these lines into userChrome.css:

	#search-container, #searchbar { -moz-box-flex: 200 !important; }

#searchBox {
width: 250px !important;
}

Well, messenger.jar: it's the german version: I replaced the images with the german Apple Mail pictues but if that doesn't matter for you ... :)

messenger.jar for Program FilesMozilla Thunderbirdchrome

edit: btw, does my extension work actually? :D didn't tested it on other systems.

#357330

/* Use a image for the splitter */
#threadpane-splitter {
background-image: url("splitter.bmp") !important;
background-color: none !important;
} :

put these lines into userChrome.css:

	#search-container, #searchbar { -moz-box-flex: 200 !important; }

#searchBox {
width: 250px !important;
}

Well, messenger.jar: it's the german version: I replaced the images with the german Apple Mail pictues but if that doesn't matter for you ... :)

messenger.jar for Program FilesMozilla Thunderbirdchrome

ops, sorry...

aber das ist doch nicht der gleiche code, den du oben geschrieben hast... zumindest sieht der doch etwas anders aus

for non germans...

it is not the same code, isn't it?

and where do i find "userChrome.css"?

#357332