Skip to content
caligraf edited this page Feb 1, 2020 · 17 revisions

Welcome to the ChangeQuote wiki!

it's an extension that modifies the reply header. You can choose between

  • the standard Thunderbird reply header
  • inserting a header with this format:

---- Original message -----
Subject: something
From: email@provider.com
To: email@provider.com
Date: 01/01/2020

  • Customized reply header SYNTAX FOR CUSTOMIZED HEADERS

%%1 = author %%2 = recipients %%3 = recipients (CC) %%4 = subject %%5 = date %%6 = author (name only) %%7 = author (address only) %%8 = recipients (name only) %%9 = recipients (CC - name only)

The parts enclosed between {{ and }} are displayed just if the header inside is not null. This means that a header with

To : %%2{{ and %%3}}

will give

To : mail1@xxx.org (if CC is null) To : mail1@xxx.org and mail2@xxx.org (if CC is mail2@xxx.org)

SYNTAX FOR CUSTOMIZED DATE FORMAT

%d = day of the month, 2 digits ("01" to "31") %D = day of the week, textual, english, 3 letters ("Fri") %m = month ("01" to "12") %M = month, textual, english, 3 letters ("Jan") %Y, %y = year, 4 digits ("1999") %i = minutes ("00" to "59") %s = seconds ("00" to "59") %H = hour, 24-hour format ("00" to "23") %h = hour, 12-hour format ("01" to "12") %A = "AM" or "PM" %a = "am" or "pm" %e = space-filled date of month %z = timezone offset from UTC

The extension has english, finnish, french, italian, german, japanese, dutch, slovak, serbian, svedish, russian, portoguese (brazilian) locales

link to original creator: https://freeshell.de/~kaosmos/changequote-en.html

Clone this wiki locally