
- #Mozilla thunderbird stopped working mac os
- #Mozilla thunderbird stopped working zip file
- #Mozilla thunderbird stopped working code
- #Mozilla thunderbird stopped working windows
Change the line back to label="&savedFiles.label ", zip, rename and replace and restart Thunderbird to make sure you did it correctly. remember how we said earlier that all strings live in the en-US folder? Well, 'My Saved Files' here is living in the messenger folder which is bad. You just made your first changes to the code.
#Mozilla thunderbird stopped working zip file
Now these lines should look like this this:Ĥ.) Zip the content in the 'omni' folder (not the omni folder itself) and rename the zip file to 'omni.ja' and use it to replace the old omni.ja you unzipped earlierĥ.) Start Thunderbird and notice your new label in the 'Tools' menu! (The original label has an "&" and a " " because it is an entity. For more information on various XUL elements, see MDN XUL Reference.ģ.) Change label="&savedFiles.label " to read value="My Saved Files". Open this file in your text-editor.Ī menuitem is an element in a menu. We're going to display a label above the list of folders that reads 'My Folder List.'ġ.) The main Thunderbird window lives in the mailWindowOverlay.xul file inside content/messenger.

Our first hack is going to be to add a bit of personalization to Thunderbird.


The 'content' folder has the following subfolders:
#Mozilla thunderbird stopped working windows
Windows users won't have all of these tools installed by default, but if you have followed the build instructions above, you have downloaded the required tools. Linux users will find most of these programs available by default with their distro.
#Mozilla thunderbird stopped working code
This editor will get you a better view of the code (i.e you will see which braces close which codeblocks, 'if','var' and so on will be bold, among other stuff). A viable freeware alternative for Windows is Notepad++.
#Mozilla thunderbird stopped working mac os

Most zip utilities are capable of working with.However, since building is a rather complicated process, you may wish to come back to it at a later stage. ( Instructions) If you can do this, you will (almost) automatically have all the right tools to begin hacking. Note: Some hackers have found it useful to simply begin by building Thunderbird from source. It's designed to be an introduction to submitting your first patch(es) to the Thunderbird codebase.īefore you can begin, you're going to need several tools setup on your computer. So, you think you might want to help out with Thunderbird? Great! What's that? You don't have any idea where to begin? Hopefully this document can help. 1 Beginner's Guide to Hacking Thunderbird.
