SVN revision: 1959
This commit is contained in:
2007-11-05 14:02:10 +00:00
parent be7ec26586
commit d2edbdd32e
+15 -1
View File
@@ -48,6 +48,7 @@ which should be changed for the whole thread if that problem has been fixed.
<LI><a href=#15>Can I use RSS feeds with password protected logbooks?
<LI><a href=#16>How can I mark a whole thread open or closed?
<LI><a href=#17>Does elog have a spell checker?
<LI><a href=#18>Why are entries with large attachments submitted so slowly?
</OL>
<hr>
@@ -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
<a href="http://www.iespellc.com">IESpell</a> for Internet Explorer and
<a href="http://spellbound.sourceforge.net">SpellBound</a> for Mozilla-based
browsers.
browsers.<p>
<LI><a name=18><b>Why are entries with large attachments submitted so slowly?</b>
<p>
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
<pre>Email format = 111</pre>
this causes only the attachment names being forwarded, not the attachments
themselves.<p>
</OL>
<HR>