Skip to content

Commit de13fdb

Browse files
Jose Kahanjkbzh
authored andcommitted
JK: the docs were wrongly referring to html_message_(deleted,spam, etc). It should be htmlmessage_(deleted,spam, etc).
1 parent 32555e2 commit de13fdb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Jose Kahan (Feb 26, 2013)
7373
- New configuration directive "annotated" which allows a mailing
7474
list archive editor to annotate a given message before converting
7575
it into HTML. Associated additional new directives are
76-
"html_message_deleted_spam", "html_message_deleted_other",
77-
""html_message_edited". Consult docs/hmrc.html for more info.
78-
- "html_message_deleted" is deprecated in favor of "html_message_deleted_spam"
76+
"htmlmessage_deleted_spam", "htmlmessage_deleted_other",
77+
"htmlmessage_edited". Consult docs/hmrc.html for more info.
78+
- "htmlmessage_deleted" is deprecated in favor of "htmlmessage_deleted_spam"
7979
- "deleted" is superseded by "annotated", although it will be supported
8080
to take into account legacy archives.
8181
- Regenerated the dependencies for the src/Makefile.in file.

docs/hmrc.4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ original received message was manually edited.
534534
If a message specifies more than one content annotation, only the first one
535535
will be taken into account. You can customize the markup that\'s shown for
536536
content annotations by means of the
537-
.I "html_message_deleted_other,"
538-
.I "html_message_deleted_spam,"
537+
.I "htmlmessage_deleted_other,"
538+
.I "htmlmessage_deleted_spam,"
539539
and
540-
.I "html_message_edited"
540+
.I "htmlmessage_edited"
541541
directives.
542542

543543
.B Robot annotations

src/setup.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: setup.c,v 1.21 2013-02-27 15:45:02 kahan Exp $
2+
** $Id: setup.c,v 1.23 2013-06-11 18:55:44 kahan Exp $
33
*/
44

55
#include "hypermail.h"
@@ -725,8 +725,8 @@ struct Config cfg[] = {
725725
"# deleted : message deleted, other reasons;\n"
726726
"# edited : original received message was manually edited.\n"
727727
"# You can customize the markup that\'s shown for content annotations\n"
728-
"# by means of the html_message_deleted_other, html_message_deleted_spam\n,"
729-
"# html_message_edited directives.\n\n"
728+
"# by means of the htmlmessage_deleted_other, htmlmessage_deleted_spam\n,"
729+
"# htmlmessage_edited directives.\n\n"
730730
"# robot annotations can have either one or both of the following values:\n"
731731
"# nofollow : do not follow the links on this page;\n"
732732
"# noindex : prevent search engines from indexing the contents of this message.\n"

0 commit comments

Comments
 (0)