Skip to content

C0reTex/DeepDark-Conversation

Repository files navigation

The original plugin "Thunderbird Conversations" was developed by Jonathan Protzenko. I adjusted the colors of the stylesheet, to make Conversations look like TT DeepDark (Thunderbird Theme by steva).

Thanks and praise to the developer of this awesome plugin.

Thunderbird Conversations - in DeepDark-Theme

This extension improves the threaded summary for emails in Thunderbird 3.0. It vastly improves the UI by including some ideas from GMail. More specifically:

  • your own messages are displayed in the thread,
  • you initially see summaries, they can be expanded to display full messages,
  • quoted sections are collapsed à la GMail,
  • fast links for replying (and possibly other useful actions),
  • you can reply inline (through a "quick reply" feature),
  • integration with Thunderbird Contacts.

For screenshots and a stable version, please head to AMO which should provide you with a ready-to-install package.

If you want to leave some feedback, we have a thread on Google Groups.

INSTALL

If you just want to start hacking, see MDC to learn how to use a proxy file. If you want to package a release, follow the follow steps.

  1. Download the zip archive or clone the repository
  2. Change into the main folder, run git submodule init and git submodule update
  3. Change into the subfolder content/pdfjs, run node make bundle and make. Note that you need to have nodejs installed.
  4. Change into the main folder and run ./build.sh.

This will package an .xpi file of the latest codebase.

HACKING

This repo contains a git submodule. To make sure you've checked out all the files, make sure you run:

git submodule init
git submodule update

before you start hacking. You also need to run make in the content/pdfjs directory for the embedded pdf viewer to work properly.

TESTING

There are tests for this addon. They are distributed as a MQ patch that you need to qimport into your comm-central tree. The file is tests/mozmill-conversations. Once you qimport'd it,

jonathan@ramona:~/Code/objdir-comm-central $ make \
MOZMILL_EXTRA=--addon=/home/jonathan/Code/gconversation@xulforum.org/conversations.xpi \
SOLO_TEST=conversations/test-attachments.js mozmill-one

About

Adding the DeepDark Theme to thunderbird AddOn Conversation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published