From d2edbdd32e577b62f3965b72781cd91441bbe38e Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 5 Nov 2007 14:02:10 +0000 Subject: [PATCH] Added #18 SVN revision: 1959 --- doc/faq.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/faq.html b/doc/faq.html index 72a4fe01..d638f321 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -48,6 +48,7 @@ which should be changed for the whole thread if that problem has been fixed.
  • Can I use RSS feeds with password protected logbooks?
  • How can I mark a whole thread open or closed?
  • Does elog have a spell checker? +
  • Why are entries with large attachments submitted so slowly?
    @@ -322,7 +323,20 @@ two separate logbooks. One can still search both logbooks at the same time if on No, but you can use any spell checker which works with your browser. Examples are
    IESpell for Internet Explorer and SpellBound for Mozilla-based -browsers. +browsers.

    + +

  • Why are entries with large attachments submitted so slowly? +

    +If email notifications are used, the ELOG program has to pass these attachments +to the email server, which might take quite some time. Some email servers even +don't allow to forward attachments if they are larger than a few mega bytes. In +that one can simply turn off the forwarding of email attachments with + +

    Email format = 111
    + +this causes only the attachment names being forwarded, not the attachments +themselves.

    +