aboutsummaryrefslogtreecommitdiffstats
path: root/sample.rcfile
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-30 01:03:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-30 01:03:30 +0000
commit2ce3fdc960978e9241aaa2c630bcd85216235009 (patch)
treee2e8252c3be6397eaa27f406976e6a8254d032e0 /sample.rcfile
parentd663cc3fca160932358b8ddb90da1f762d32f0e8 (diff)
downloadfetchmail-2ce3fdc960978e9241aaa2c630bcd85216235009.tar.gz
fetchmail-2ce3fdc960978e9241aaa2c630bcd85216235009.tar.bz2
fetchmail-2ce3fdc960978e9241aaa2c630bcd85216235009.zip
Changeover to `poll'.
svn path=/trunk/; revision=431
Diffstat (limited to 'sample.rcfile')
-rw-r--r--sample.rcfile21
1 files changed, 9 insertions, 12 deletions
diff --git a/sample.rcfile b/sample.rcfile
index 8cb7aa87..f1e72a44 100644
--- a/sample.rcfile
+++ b/sample.rcfile
@@ -35,12 +35,10 @@
# flush
# fetchall
# rewrite
-# skip
# nokeep
# noflush
# nofetchall
# norewrite
-# noskip
#
# Legal protocol identifiers are
# pop2 (or POP2)
@@ -54,23 +52,22 @@
# kerberos
#
# Basic format is
-# server SERVERNAME protocol PROTOCOL username NAME password PASSWORD
+# poll SERVERNAME protocol PROTOCOL username NAME password PASSWORD
# Example:
#
-server pop.provider.net protocol pop3 username jsmith password secret1
+poll pop.provider.net protocol pop3 username jsmith password secret1
# Or, using some abbreviations:
#
-server pop.provider.net proto pop3 user jsmith password secret1
+poll pop.provider.net proto pop3 user jsmith password secret1
# Multiple servers may be listed
#
-server pop.provider.net proto pop3 user jsmith password secret1
-server other.provider.net proto pop2 user John.Smith password My^Hat
+poll pop.provider.net proto pop3 user jsmith password secret1
+poll other.provider.net proto pop2 user John.Smith password My^Hat
-# Other possibilities (note optional use of \ to escape newline -- this is all
-# one server definition.
-server pop.provider.net \
- proto pop3 \
- user jsmith \
+# Other possibilities
+poll pop.provider.net
+ proto pop3
+ user jsmith
pass secret1