Skip to content
Chris Ilias

I still dream of Organon

Chris Ilias

I still dream of Organon

  • Home
  • Portfolio
  • Home
  • Portfolio
Close

Search

  • About
Subscribe
Chris Ilias

I still dream of Organon

Chris Ilias

I still dream of Organon

  • Home
  • Portfolio
  • Home
  • Portfolio
Close

Search

  • About
Subscribe
Home/Mozilla/How to add thread lines in Thunderbird for Mac
MozillaThunderbird

How to add thread lines in Thunderbird for Mac

By Chris Ilias
October 28, 2011 1 Min Read
1

If you use Mozilla Thunderbird on Mac and read messages in threaded view, it may be a little hard to track a thread tree. For instance, in this screenshot it is difficult to tell who MikeR’s last message at the bottom is in reply to.

Did he reply to his own post, Mike Easter, or perhaps a message off screen?

You can connect the messages with thread lines, using a userChrome.css tweak.

  1. In Thunderbird, click on the Help menu, then select Troubleshooting Information. This will open the about:support page.
  2. Click on Show In Finder. That will open your profile folder in the Finder.
  3. Create a new folder called “chrome”.
  4. Create a file in the chrome folder, called “userChrome.css”.
  5. Open userChrome.css, and insert this text:
    #threadTree treechildren::-moz-tree-line {
      visibility: visible !important;
    }
    
    #threadTree treechildren::-moz-tree-line(selected, focus) {
      border-color: #FFFFFF !important;
    }
  6. Save userChrome.css and restart Thunderbird. Threaded view should have lines connecting messages.

Author

Chris Ilias

Follow Me
Other Articles
Previous

Need your help in the support forum

Next

Update your bookmarks!

One Comment
  1. Tony Mechelynck says:
    October 29, 2011 at 9:08 am

    Not only Thunderbird, and not only on the Mac: I’m using SeaMonkey on Linux64, and thread lines aren’t displayed either by default. So I added the exact same CSS rules in (for SeaMonkey) $HOME/.mozilla/seamonkey/????????.default/chrome/userChrome.css, restarted, and voilà! 🙂

    You may be interested in the following rule (which I have just below yours) to outline the current line in the thread pane, even when there is no “selected” line:

    /*
    * Force a highlight on the current line of the Mail/News window’s
    * List pane (also the folder tree pane)
    */
    treechildren::-moz-tree-row(current)
    { border: 1px dotted green !important
    }

Comments are closed.

Recent Posts

  • The screenshot option in Firefox has moved. Here’s how to find it.
  • Clippings for Thunderbird replacement: Quicktext
  • How to fix Firefox Sync issues by resetting your data
  • How to edit Firefox for iOS bookmarks
  • How to add the share menu to the Firefox address bar

Recent Comments

  • Norman on The screenshot option in Firefox has moved. Here’s how to find it.
  • Chris Ilias on How to add the share menu to the Firefox address bar
  • G on How to add the share menu to the Firefox address bar
  • Up North on The screenshot option in Firefox has moved. Here’s how to find it.
  • Richard on The screenshot option in Firefox has moved. Here’s how to find it.

Archives

October 2011
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31  
« Sep   Dec »

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Search

Archives

Categories

  • ilias.ca (24)
  • Mozilla (171)
    • Firefox (93)
    • Mozilla Suite (16)
    • SeaMonkey (25)
    • Thunderbird (47)
  • Netscape (11)
  • Personal (48)
Copyright 2026 — Chris Ilias. All rights reserved. Blogsy WordPress Theme