Reply header settings: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Extensions: out-commented obsolete add-on (delete?), added more current one)
(→‎External links: bug 107884 changed in scope)
Line 73: Line 73:
==External links==
==External links==
* [https://addons.mozilla.org/en-US/thunderbird/addon/6116 RtoRe extension] replaces the "Re: R: R: R: ..." created by prior replies using Outlook with "Re: ...".
* [https://addons.mozilla.org/en-US/thunderbird/addon/6116 RtoRe extension] replaces the "Re: R: R: R: ..." created by prior replies using Outlook with "Re: ...".
* [https://bugzilla.mozilla.org/show_bug.cgi?id=107884 Bug 107884]: discussion about adding a user interface for these settings
* [https://bugzilla.mozilla.org/show_bug.cgi?id=107884 Bug 107884]: discussion about adding a user interface and allow templated headers
* [https://bugzilla.mozilla.org/show_bug.cgi?id=140377 Bug 140337]: requesting the ability to include the email address of the author
* [https://bugzilla.mozilla.org/show_bug.cgi?id=140377 Bug 140337]: requesting the ability to include the email address of the author
* [https://bugzilla.mozilla.org/show_bug.cgi?id=224811 Bug 224811]: mailnews.reply_header_originalmessage preference has no effect
* [https://bugzilla.mozilla.org/show_bug.cgi?id=224811 Bug 224811]: mailnews.reply_header_originalmessage preference has no effect

Revision as of 13:54, 21 July 2010

This article was written for Thunderbird but also applies to Mozilla Suite / SeaMonkey (though some menu sequences may differ).

When you reply to an e-mail message or a news post, Thunderbird can add a header like:

On 01-01-2007 11:00 AM, Alf Aardvark wrote:

You can use preference settings to customize this header in some limited ways. There are also several extensions that provide more customization.

Preferences

Four preferences specify the text elements that make up the reply header, and two others affect how the header is formatted. Its recommended you use the Config editor (Tools -> Options -> Advanced -> General) to see and modify these settings. However, it doesn't let you enter a line break. If you need one directly edit user.js instead, adding \n as needed.

mailnews.reply_header_type
A code number that specifies the sequence of elements in the reply header. Each element is specified by a separate preference
Value Elements Example
0 mailnews.reply_header_originalmessage -------- Original Message --------
1 authorwrote colon Alf Aardvark wrote:
2 (default)  ondate separator authorwrote colon  On 01-01-2007 11:00 AM, Alf Aardvark wrote:
3 authorwrote separator ondate colon  Alf Aardvark wrote, on 01-01-2007 11:00 AM:
mailnews.reply_header_authorwrote
Default: %s wrote
Thunderbird replaces the %s with the author's name or e-mail address.
mailnews.reply_header_colon
Default: : (colon)
You can add more text here, before the colon or replacing the colon.
mailnews.reply_header_separator
Default: , (comma space)
You can add more text here, before the comma or replacing the comma.
mailnews.reply_header_ondate
Default: On %s
Thunderbird replaces the %s with the date and time.
mailnews.reply_header_locale
Default: empty
Optionally specify a locale for formatting the date and time—for example: en-US
mailnews.reply_header_originalmessage
Default: -------- Original Message --------
Changes the reply header to the text you specify if mailnews.reply_header_type is set to 0.

Extensions

The Change quote and reply format extension modifies the reply header, letting you insert a header with this format:

---- Original message -----
From: somebody@email_provider.com
To: you@email_provider.com
Subject: something
Date: 09/07/2007

It has options to add a CC field and strip off any inline attachments.

The SmartTemplate extension allows to specify free templates to use as a reply heading, where placeholders are substituted by the actual heading of the original message replied to. This add-on can serve as a workaround for bug 107884 as well.

See also

External links

  • RtoRe extension replaces the "Re: R: R: R: ..." created by prior replies using Outlook with "Re: ...".
  • Bug 107884: discussion about adding a user interface and allow templated headers
  • Bug 140337: requesting the ability to include the email address of the author
  • Bug 224811: mailnews.reply_header_originalmessage preference has no effect
  • Bug 438375: default reply header should include timestamp (fixed)