diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-25 22:42:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-25 22:42:43 +0000 |
commit | 0de8709f018643bd271ee55f48e4a15724c28443 (patch) | |
tree | 6f6b61e93b0976d3af6bda2791f3f688a0d7a37e | |
parent | 3fedb5257bc3e6c9033de036b9196139d374028b (diff) | |
download | fetchmail-0de8709f018643bd271ee55f48e4a15724c28443.tar.gz fetchmail-0de8709f018643bd271ee55f48e4a15724c28443.tar.bz2 fetchmail-0de8709f018643bd271ee55f48e4a15724c28443.zip |
Renumber O section.
svn path=/trunk/; revision=1121
-rw-r--r-- | fetchmail-FAQ.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 4077482b..8ea532b3 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -92,8 +92,8 @@ when I may have multiple login sessions going?</a><br> <h1>Other Problems:</h1> -<a href="#O4">O4. The --logfile option doesn't work if the logfile doesn't exist.</a><br> -<a href="#O5">O5. Every time I get a POP or IMAP message the header is +<a href="#O1">O1. The --logfile option doesn't work if the logfile doesn't exist.</a><br> +<a href="#O2">O2. Every time I get a POP or IMAP message the header is dumped to all my terminal sessions.</a><br> <h1>Answers:</h1> @@ -1068,7 +1068,7 @@ start-of-line From into a >From, preventing programs further downstream from acting up.<p> <hr> -<h2><a name="O4">O4. The --logfile option doesn't work if the logfile doesn't exist.</a></h2> +<h2><a name="O1">O1. The --logfile option doesn't work if the logfile doesn't exist.</a></h2> This is a feature, not a bug. It's in line with normal practice for system daemons and allows you to suppress logging by removing the log, @@ -1077,7 +1077,7 @@ it, just touch(1) the logfile before you run fetchmail (this will have no effect on the contents of the logfile if it already exists).<P> <hr> -<h2><a name="O5">O5. Every time I get a POP or IMAP message the header +<h2><a name="O2">O2. Every time I get a POP or IMAP message the header is dumped to all my terminal sessions.</a></h2> fetchmail uses the local sendmail to perform final delivery, which @@ -1113,7 +1113,7 @@ biff n to solve the problem system-wide.<P> -$Id: fetchmail-FAQ.html,v 1.39 1997/06/25 22:40:19 esr Exp $<p> +$Id: fetchmail-FAQ.html,v 1.40 1997/06/25 22:42:43 esr Exp $<p> <HR> <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |