Getting rid of colored quote bars...Just upgraded to Thunderbird 0.7, and I find myself strongly disliking the colored bars added to indent quotes when I'm reading a message. Any way to eliminate these? [I already have pref("mail.quoted_graphical", false);]
i used this method in 0.6 in the link below and it worked
http://www.holgermetzger.de/efaqmailnews.html#4 but after i upgraded to 0.7, it didnt work anymore maybe u can try that out Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040626 Firefox/0.9.1
Nah... I've already got those. This is different then the old gray vertical bar - the '>' are still there, but there's also colored lines that indent the text. Anyone know how to get rid of them?
If you want a line on the left, just as before, put this in your userContent.css:
Remove the line "border-left-color: gray ! important;" if you want different colors for different quote levels. No, I want to get rid of it entirely and just have the '>', like the preferences
user_pref("mail.quoted_graphical", false); user_pref("mailnews.display.disable_format_flowed_support", true); used to do. Adjusting from your example, the below gets rid of the bars, but Thunderbird is still indenting the quotes (like the bars were there, but just invisible). Do you know of any way to stop that?
Thanks for your help! Ok, I see. Try this:
That works! Again, my thanks.
For future reference, here's what I now have: In userContent.css:
And in user.js:
This seems to completely eliminate the special formatting for quotes. I don't mean to be dense, and I looked around a little bit, but am going to look more. Where should I place these files after I'm done making them? The only place where I find any reference whatsoever is in Firefox or full on Mozilla.
Thanks for any info. Blackwatch user.js goes in your profile directory, userContent.css goes in the chrome directory under that.
http://texturizer.net/thunderbird/edit.html has a guide. ah, thanks! that page you sent helped, and i actually found it about 10 minutes before you posted...lol. thanks again. i'll see if i can get this bad boy going.
*sigh*
I've finally got those stupid color bars to go away, with the above code in userContent.css and pres.js, but now it won't give me my normal ">" for quoted text ( thunderbird 0.71 mark Did you also add this to user.js? user_pref("mail.quoted_graphical", false); user_pref("mailnews.display.disable_format_flowed_support", true); Gord McFee
Those lines are in user.js, *and* prefs.js. I hit reply, and I get "so and so wrote:, but no indentation with the >.
mark Funny, that is what is in my files and the lines are gone and the > is there. It may be that your version of Thunderbird (0.7.1) was out before the current way of doing this came along. The previous way is at:
http://www.holgermetzger.de/efaqmailnews.html#4 If that doesn't work, I can only suggest you recheck your code for typos, punctuation, etc. Gord McFee
I am using TB 0.71
What I want is to absolutely get rid of the brackets > when quoting a message. When I click on reply TB should just copy the text from the original into a new message. In the folder xxxxxxxx.slt\chrome I created (as you wrote) the file userContent.css and added the lines:
in the root of xxxxxxxx.slt I added the following lines to prefs.js AND user.js (which I also had to create like the userContent.css):
What happened was, that the sent and received mails were displayed without the bars but only showing the quoting-brackets. When I now reply to any msg TB still adds these brackets. What do I have to do to get rid of them too ? Who is onlineUsers browsing this forum: Bing [Bot] and 4 guests |
![]() |