diff --git a/doc/ChangeLog b/doc/ChangeLog
index 29a000f7..5f412f85 100755
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -8,6 +8,8 @@ Version 2.3.9, released June xxth, 2003
- Remove blanks from "Referer:"
- Fixed problem with Reply-To in elog utility
- Don't send email notificatin to users which are not in the 'Login user' list
+- Replace 'Email message body' by 'Email format'
+- Send attachments as email attachments
Version 2.3.8, released June 4th, 2003
======================================
diff --git a/doc/config.html b/doc/config.html
index 9d848b8b..2123c9e0 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -188,7 +188,7 @@ the standard selection page produced by elogd can be used.
Guest Selection page = <file>
Remember me checkbox during the login. If unchecked,
the cookies expire after the
-current browser session. If checked, they expire after 31 days by default, which
+current browser session. If checked, they expire after 31 days by default, which
can be changed with the Login
expiration option, giving the expiration time in hours. Setting this to 24
for example, makes the password expire after one day. If presistent cookies are not
@@ -1033,8 +1033,14 @@ Email Subject = <string> statement specifies which text is
used as the email subject. The text can contain $<attribute>
statements which are substituted with the current value of that
attribute. For a full list of possible substitutions, see the
-"Subst <attribute>" option. The option Use Email From = <string>
- is used for the "from" field in the email. If the flag
+"Subst <attribute>" option.
+
+The option Use Email From = <string>
+ is used for the "From:" field in the email. Please note that more and
+more email servers do not accept invalid "From:" addresses, in order to reduce spam mail.
+So it might be necessary to use this option to supply a "real" email address.
+
+If the flag
Omit Email To
is set to 1, the To: field in the email is
left empty instead set to the real email address of the recipients. This can
be useful if one recipient should not see the email addresses of the other recipients.
@@ -1143,10 +1149,21 @@ suppresses this display, in case users need not see that email is being sent and
The default is 1.
-
Email message body = 0|1
+Email Format = <n>
-If this flag is 1, the email notification send by elog contains the
-full message body in addition to the attributes. The default is 0.
+Specifies what is sent in an email notification. <n> is the sum of following
+flags:
Suppress Email on edit = 0|1
@@ -1195,7 +1212,7 @@ The default is 1.
Hidden = 0|1
If this flag is 1, the logbook is not displayed in the initial logbook selection
-page and in the logbook tabs. This can be useful for logbooks which are only accessed
+page and in the logbook tabs. This can be useful for logbooks which are only accessed
for backup or archiving and would clutter up the logbook list for the normal user. To
access hidden logbooks, one has to enter the logbook URL directly, or from a bookmark list.
Default is 0.
@@ -1207,7 +1224,7 @@ If this flag is 1, a logbook entry is locked when someone edits it
the Edit command). A locked message gets displayed with a little red sign indicating
that the message is currently edited by someone and should not be touched. This can be
helpful in installations where several people can edit messages. Without locking, the second
-submission of an edited message overwrites the first submission without notice. Although
+submission of an edited message overwrites the first submission without notice. Although
the sign gets displayed, the message can still be edited, but it's the user's response to
avoid any conflict.