From 4f68a72988c3ee8167c5f6d909172d759db0f7c8 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 27 Nov 2009 08:24:21 +0000 Subject: [PATCH] Mention "Preset on first reply" SVN revision: 2272 --- doc/config.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/config.html b/doc/config.html index 2a9b2a8a..53e2c8f0 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1113,6 +1113,19 @@ down box by default.
Same as Preset <attribute>, but evaluated for replies. +
  • + Preset on first reply <attribute> = + <string>
    + While Preset on reply <attribute>, is + evaluated for any replies, this one is only executed for the first + reply to an entry. It can be useful for example to so do something + like this: +
    +Preset on first reply Subject = Re: $Subject
    +
    + So the "Re:" only gets added once, and you don't get long chains of + "Re: Re: Re: ....". +
  • Preset on duplicate <attribute> = <string>