quotecollapse
resources: | Home Contact Installation Customising Source Code Members Screenshots |
---|
What's New
- Version 0.9 adds support for SeaMonkey
- Git interface
- Version 0.8 adds support for Thunderbird 3.0
- Description for keybinding.
- Version 0.7 adds support for Thunderbird 1.5
- Version 0.6 adds support for Thunderbird 1.5b
- Version 0.5 adds theme support and a smaller hotspot
Other Stuff
If you have ever been bothered by excessive quotes in e-mails or newsgroup posts (especially in mailing list mirrors), this is the extension for you. It automatically collapses all quotes, and expands them again on a click. Hold down SHIFT while clicking, and all quotes contained in the current one will be collapsed/expanded. Hold down CTRL, and all quotes of the same nesting level will be toggled. Hold down CTRL and SHIFT, and all quotes will be toggled. See Customising if you want a key binding for QuoteCollapse.
How it works
The extension toggles a CSS attribute of quotes, so that the style can be switched using CSS. Note that this implies:
- QuoteCollapse works with plain text mails in the standard configuration.
- It works with HTML mails if you view the message body as original HTML or simple HTML.
- It does not work with HTML mails if you view them as plain text, because this explicitely turns off all styling.
- It does not work with plain text mails if you switch off graphical quotes and block quotes using hidden preferences (see, e.g., Holger Metzger's FAQ), because this turns off the necessary style elements as well (you can switch off graphical quotes, just don't switch off block quotes).
- It intentionally does not influence the text in the composer; otherwise changed styles would be included in the HTML which gets sent out.
- It coexists happily with other extensions changing the style, such as QuoteColors.
- It can be customised through CSS, see Customising.
To do
Feel free to tell me your suggestions through the mailing list. My current plans are:
- Post screenshot :)
- Preferences for collapsing/expanding by default
- Preference for collapsed size
- Key binding
- Detect quotes smaller than the collapse size
- Restrict active area to twisty: done in version 0.5
- Better support for themes: done in version 0.5
- Document customisation: done
- Version for Mozilla Suite: done in version 0.3
- Expand/collapse recursively and by level: done in version 0.2