public
Description: Extracts and cleans bugzilla links from Thunderbird Messages
Homepage: http://wiki.mozilla.org/User:Clarkbw/Bugzilla_Link_Grabber_Extension
Clone URL: git://github.com/clarkbw/thunderbird-bugzilla-link-grabber.git
Bryan Clark (author)
Fri Apr 04 07:08:14 -0700 2008
commit  e2a9565ebe8f3f42f3ff6c1d8800c6240adc07e0
tree    ba6122bbd47f08eb1ba66591519399ae775d11ed
parent  13ee82b89c33c87fe2b6891f0a2bdf34bfbdf8e2
name age message
file .gitignore Fri Apr 04 06:13:53 -0700 2008 adding a .gitignore file to quiet the status down [Bryan Clark]
file build.sh Thu Apr 03 23:26:39 -0700 2008 initial commit [Bryan Clark]
file chrome.manifest Thu Apr 03 23:26:39 -0700 2008 initial commit [Bryan Clark]
file config_build.sh Thu Apr 03 23:26:39 -0700 2008 initial commit [Bryan Clark]
directory content/ Fri Apr 04 07:06:08 -0700 2008 remove the prefs object from the options.js sin... [Bryan Clark]
directory defaults/ Thu Apr 03 23:26:39 -0700 2008 initial commit [Bryan Clark]
file install.rdf Fri Apr 04 07:08:14 -0700 2008 mark this 1.1, i don't really care [Bryan Clark]
directory locale/ Fri Apr 04 07:06:08 -0700 2008 remove the prefs object from the options.js sin... [Bryan Clark]
file readme.txt Thu Apr 03 23:26:39 -0700 2008 initial commit [Bryan Clark]
directory skin/ Thu Apr 03 23:26:39 -0700 2008 initial commit [Bryan Clark]
readme.txt
This extension was generated by the Extension Wizard at
http://ted.mielczarek.org/code/mozilla/extensionwiz/ .
This extension is compatible only with Firefox 1.5 and
above.  Most of the files in this package are based on
the 'helloworld' extension from the Mozillazine Knowledge Base.

You can build an XPI for installation by running the
build.sh script located in this folder.  For development
you should do the following:
  1. Unzip the entire contents of this package to somewhere,
         e.g, c:\dev or /home/user/dev
  2. Put the full path to the folder (e.g. c:\dev\bugzillalinkgrabber on
     Windows, /home/user/dev/bugzillalinkgrabber on Linux) in a file named
     bugzillalinkgrabber@bryan.clark and copy that file to
     [your profile folder]\extensions\
  3. Restart Firefox.

For more information, see the Mozillazine Knowledge Base:
http://kb.mozillazine.org/Getting_started_with_extension_development

-Ted Mielczarek <ted.mielczarek@gmail.com>