diff --git a/doc/config.html b/doc/config.html
index c19e9da2..29094f89 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -832,8 +832,20 @@ as described unter the "Subst <attribute>" option.
List display = <list>
Specified the display and order of items in a message listing page or a search
-result page. In addition to all attributes, one can specify here "ID" for
-the message ID and "Date". The restriction to certain
+result page. In addition to all attributes, following items can be specified:
+
+
+
+ID for the entry ID
+Date for the entry date/time
+Edit to display a column with an edit icon to directly edit
+and entry
+Delete to display a column with a delete icon to directly delete
+and entry
+
+
+
+The restriction to certain
attributes can be helpful if many attributes are defined in a logbook, which
usually makes the table too big to fit in the browser. The default
is
@@ -1641,7 +1653,7 @@ The other (remote) server does not need to have any mirror option in its configu
file, since the local server simulates a web browser to send and retrieve messages to
the remote server. It is however allowed that the remote server also contains some
mirror settings in the configuration file, this way the synchronization can be
-started from both servers.
+started from both servers.
Mirror config = 0 | 1
diff --git a/doc/wishlist.html b/doc/wishlist.html
index cc357366..8e28c35b 100755
--- a/doc/wishlist.html
+++ b/doc/wishlist.html
@@ -42,6 +42,10 @@ starting at the items with the most votes. You can vote for a feature, or sugges
| Implement multi-line attributes | 2 |
| Derive attribute options from list of entries of another logbook | 1 |
| Derive list of options for attribute from user list (Options [attrib] = $user_list) | 1 |
+| Add/Remove logbooks though the web interface | 1 |
+| Specify date format explicitly for substitutions, like $entry date{%Y} | 1 |
+| Implement attribute substituions including message id (or change message id display fromat) | 1 |
+| Only display a subset of attributes if not logged in (guest mode) | 1 |