Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > ThunderBird

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-14-2008, 06:52 PM
Alex
 
Posts: n/a
Remove >Quotes in replies

Every time I reply to an email in thunderbird I get this:

> Here is my message
> Here is my message
> Here is my message


I would like to get rid of the indentation characters (>) completely.
Any idea on how to do this? I cannot find any option however hard I
look.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 09-14-2008, 07:59 PM
G. R. Woodring
 
Posts: n/a
Re: Remove >Quotes in replies

Date: 9/14/2008 1:52 PM, Author: Alex Wrote:
> Every time I reply to an email in thunderbird I get this:
>
>> Here is my message
>> Here is my message
>> Here is my message

>
> I would like to get rid of the indentation characters (>) completely.
> Any idea on how to do this? I cannot find any option however hard I
> look.
>
> Thanks!



Completely removing the quote indicators in replies would make the message
nearly incomprehensible in all but the simplest of threads.

If you have the the pref "mail.quoted_graphical" set to true you can make the
indicator nearly invisible on your display.

You can add the these lines to "userContent.css" in the chrome directory of your
profile.

/*
* Remove redundant quote bars on right side and
* Apply colors to message quote bars and quoted text.
*/
blockquote[type=cite] {
color: blue !important;
padding: 3px !important;
border-right: none !important;
border-color: black !important;
}

blockquote[type=cite] blockquote {
border-color: blue !important;
}

(1 & 2) Makes quoted text blue. (recommended,
(3) Sets space between bars. (0px would make them touching each other)
(4) Prevents redundant bars from displaying on the right side.
(5) Sets color of the bar (silver would be light gray))

Additional block sets color of next and all further levels of quotes. You could
use white for this and the bars would be invisible (assuming you message
background color is white).

You can add additional blocks to create different colors for each level of
quotes. I have several levels alternating between blue and gray. Just add
another "blockquote" to each statement, the sixth level deep looks like this.

blockquote[type=cite] blockquote blockquote blockquote blockquote blockquote {
border-color: grey !important;
}

The result of "color: blue", "padding: 0px" and "border-color: white" would be
blue quoted text with a tiny indent of each quote level.

You will still see the "> > " when composing a message to aid when interspersing
reply text into a quote.

The extension "Quotecolors" provides a user interface for this and other effects.


--
G. R. Woodring
Reply With Quote
  #3 (permalink)  
Old 09-14-2008, 08:49 PM
John Spence
 
Posts: n/a
Re: Remove >Quotes in replies

Try QuoteandComposeManager

Alex scribbled the following,on 14-Sep-08 12:52:
> Every time I reply to an email in thunderbird I get this:
>
>> Here is my message
>> Here is my message
>> Here is my message

>
> I would like to get rid of the indentation characters (>) completely.
> Any idea on how to do this? I cannot find any option however hard I
> look.
>
> Thanks!



--
There are three kinds of people -- those that can count and those that
can't.
Reply With Quote
  #4 (permalink)  
Old 09-15-2008, 12:21 AM
David E. Ross
 
Posts: n/a
Re: Remove >Quotes in replies

On 9/14/2008 10:52 AM, Alex wrote:
> Every time I reply to an email in thunderbird I get this:
>
>> Here is my message
>> Here is my message
>> Here is my message

>
> I would like to get rid of the indentation characters (>) completely.
> Any idea on how to do this? I cannot find any option however hard I
> look.
>
> Thanks!


This is a great idea. But it should actually remove the quote
indicators, not merely hide them from being displayed.

For E-mail, I'm still using a very old version of Eudora. It has a
plugin called RmvQuote. I've used it to remove quote indicators in
messages where I want to copy quoted text and paste it into a document.
I've also used it when I've received a message that has gone through
too many generations of forwarding -- each adding another level of quote
indicators -- and I merely want to quote only the original message.
It's because of this plugin (and a few others) that I still have not
updated to Thunderbird or any other more modern E-mail application.

--
David E. Ross
<http://www.rossde.com/>

Go to Mozdev at <http://www.mozdev.org/> for quick access to
extensions for Firefox, Thunderbird, SeaMonkey, and other
Mozilla-related applications. You can access Mozdev much
more quickly than you can Mozilla Add-Ons.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > ThunderBird


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:33 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Mortgages | Mortgage | TurboTax | Free Advertising | Business Gifts



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114