blog.world3.net

Thunderbird config

I finally made the switch to Thunderbird. The Bat is okay but for some reason image loading in emails is really, really, really slow. There are many other minor issues… Although Thunderbird has it’s fair share too. To make it even halfway usable you need a long list of extensions, some of them experimental. SmartTemplate in particular is a feature every other email client has had since about 1993.

Anyway, here is the current list:

AutoRewarp *

British English Dictionary

Compact Header

GMail Conversation View

keyconfig

NoBlankQuote *

PlainAddress

Quote Colors

SmartTemplate

SmoothWheel

Text Link

I use a dark but vibrant colour scheme:

Add the following to userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#folderTree {
 background-color: #272822 !important;
 color: #f8f8f2 !important;
}

#folderTree treechildren:-moz-tree-cell-text(selected),
#folderTree treechildren:-moz-tree-cell-text(selected, focus),
#folderTree treechildren::-moz-tree-row(selected, focus),
#folderTree treechildren::-moz-tree-row(selected) {
 background-color: #555753 !important;
 color: #f8f8f2 !important;
}

#threadTree {
 background-color: #272822 !important;
 color: #f8f8f2 !important;
}

#threadTree treechildren:-moz-tree-cell-text(selected),
#threadTree treechildren:-moz-tree-cell-text(selected, focus),
#threadTree treechildren::-moz-tree-row(selected, focus),
#threadTree treechildren::-moz-tree-row(selected) {
 background-color: #555753 !important;
 color: #f8f8f2 !important;
}

#content-frame[editortype=textmail] {
 padding-left: 5px;
 background-color: #272822;
}

Add this to userContent.css:

#viewsource {
 color: #f8f8f2 !important;
}

body {
 background-color: #272822;
 color: #f8f8f2;
 border: 0 0 0 0;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}

body > pre {
 background-color: #272822;
 color: #f8f8f2;
}

body > * {
 background-color: #fff;
 color: #000;
}

pre {
 background-color: #272822;
 color: #f8f8f2;
}

pre > a:link {
 color: #65ff00;
}

div[class=moz-text-html] {
 background-color: #fff !important;
 color: #000 !important;
 padding: 10px 10px 10px 10px;
}

div[class=moz-text-plain] {
 background-color: #272822;
 color: #f8f8f2;
 padding: 10px 10px 10px 10px;
}

*[_moz_dirty] {
 color: #f8f8f2;
 background-color: #272822;
}

*[_moz_quote=true] {
 color: #ffcb00;
}

/* Quote Levels Colors */
blockquote[type=cite] {
 background-color: #272822;
}

blockquote[type=cite] > pre {
 color: #ffcb00;
}

blockquote[type=cite] blockquote > pre{
 color: #fd6500;
}

blockquote[type=cite] blockquote blockquote > pre {
 color: #00a000;
}

blockquote[type=cite] blockquote blockquote blockquote > pre {
 color: purple;
}

blockquote[type=cite] blockquote blockquote blockquote blockquote > pre {
 color: teal;
}
This entry was written by mojo, posted on 20/01/2010 at 18:32, filed under Internet, software. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.
« Brother P-Touch QL-560 label printer mini review
Update to Thunderbird userContent.css »

Post a Comment

Your email is never shared. Required fields are marked *

*
*

たとえ溺れても梦はゆめでしかない
  •  

    January 2010
    M T W T F S S
    « Dec   Feb »
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
  • Categories

    • audio (1)
    • avr (15)
    • electronics (24)
    • genius (4)
    • hardware (21)
    • idiots (33)
    • Internet (13)
    • law (17)
    • microcontrollers (11)
    • networking (17)
    • politics (27)
    • privacy (18)
    • Retro Adapter (4)
    • security (16)
    • software (27)
    • Uncategorized (16)
    • windows (19)
  • Archives

    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • October 2009
    • September 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • November 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • November 2005
  • Links:

    Main site: world3.net

    Electronics: denki.world3.net

WordPress | Sandbox