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.

    +