From c99716aa969c0481b6bde275991fafe3d2cf11a4 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 10 Jun 2002 11:27:41 +0000 Subject: [PATCH] Added 'Subst on reply' SVN revision: 95 --- doc/config.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/config.html b/doc/config.html index 4707a182..1ed68b49 100755 --- a/doc/config.html +++ b/doc/config.html @@ -492,6 +492,13 @@ entry when creating a reply to that entry. This can make sense for example for the author, since the author of a reply can be different from the original author.

+

  • Subst on reply <attribute > = <string> +
    +Substitution of attributes for replies. This option can be used to replace the current +subject with a "Re: <old subject>":
    +
    Subst on reply subject = Re: $subject
    +

    +