From cfff5d320ca49c50b75688527cb61d0d0097b382 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 11 Jun 2002 11:12:07 +0000 Subject: [PATCH] Added download command SVN revision: 100 --- doc/config.html | 1 + elogd_fancy.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/config.html b/doc/config.html index 1ed68b49..8b55cd49 100755 --- a/doc/config.html +++ b/doc/config.html @@ -281,6 +281,7 @@ commands are possible:
  • Edit - Edit current logbook entry
  • Delete - Delete current logbook entry
  • Reply - Submit a reply to current entry +
  • Download - Download a message in ASCII format
  • Find - Search entries in logbooks
  • Last day - Display entries from last day
  • Last 10 - Display last 10 entries diff --git a/elogd_fancy.cfg b/elogd_fancy.cfg index 63393d8a..482b4a69 100755 --- a/elogd_fancy.cfg +++ b/elogd_fancy.cfg @@ -144,7 +144,7 @@ Date format = %A, %B %d, %Y Message comment = Please enter your message here: # Commands dispalyed in the menu bar of the message page -Menu commands = New, Edit, Delete, Reply, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help +Menu commands = New, Edit, Delete, Reply, Download, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help # Commands dispalyed in the menu bar of the search result page Find Menu commands = New, Edit, Delete, Reply, Find, Last day, Last 10, Copy To, Move To, Config, Change password, Logout, Help