File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ Jose Kahan (Feb 26, 2013)
73
73
- New configuration directive "annotated" which allows a mailing
74
74
list archive editor to annotate a given message before converting
75
75
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 "
79
79
- "deleted" is superseded by "annotated", although it will be supported
80
80
to take into account legacy archives.
81
81
- Regenerated the dependencies for the src/Makefile.in file.
Original file line number Diff line number Diff line change @@ -534,10 +534,10 @@ original received message was manually edited.
534
534
If a message specifies more than one content annotation, only the first one
535
535
will be taken into account. You can customize the markup that\' s shown for
536
536
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 ,"
539
539
and
540
- .I "html_message_edited "
540
+ .I "htmlmessage_edited "
541
541
directives.
542
542
543
543
.B Robot annotations
Original file line number Diff line number Diff line change 1
1
/*
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 $
3
3
*/
4
4
5
5
#include "hypermail.h"
@@ -725,8 +725,8 @@ struct Config cfg[] = {
725
725
"# deleted : message deleted, other reasons;\n"
726
726
"# edited : original received message was manually edited.\n"
727
727
"# 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"
730
730
"# robot annotations can have either one or both of the following values:\n"
731
731
"# nofollow : do not follow the links on this page;\n"
732
732
"# noindex : prevent search engines from indexing the contents of this message.\n"
You can’t perform that action at this time.
0 commit comments