diff options
| author | bwarsaw | 2002-08-23 22:25:37 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-23 22:25:37 +0000 |
| commit | db0843e6c024e3754e24914e16b952bdc8cc1cda (patch) | |
| tree | ee62e5064a3f41573edaddc685fbc991118ac41a | |
| parent | 0cda9d8f5c1a179351beff19479715b24a380b08 (diff) | |
| download | mailman-db0843e6c024e3754e24914e16b952bdc8cc1cda.tar.gz mailman-db0843e6c024e3754e24914e16b952bdc8cc1cda.tar.zst mailman-db0843e6c024e3754e24914e16b952bdc8cc1cda.zip | |
| -rw-r--r-- | templates/en/article.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/en/article.html b/templates/en/article.html index 3b840d73c..6fd53ab99 100644 --- a/templates/en/article.html +++ b/templates/en/article.html @@ -4,7 +4,7 @@ <TITLE> %(title)s </TITLE> <LINK REL="Index" HREF="index.html" > - <LINK REL="made" HREF="mailto:%(email_url)s"> + <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"> <META NAME="robots" CONTENT="index,nofollow"> %(encoding)s %(prev)s @@ -15,7 +15,7 @@ </H1> <B>%(author_html)s </B> - <A HREF="mailto:%(email_url)s" + <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s" TITLE="%(subject_html)s">%(email_html)s </A><BR> <I>%(datestr_html)s</I> |
