diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-25 22:27:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-25 22:27:51 +0000 |
commit | 2483ca6492ded874e45c8f913662c6112ca5ed49 (patch) | |
tree | 96c3a86539abf7343359bfb4c91c971055cf39be /fetchmail.man | |
parent | 79a4712a4cc729a51b78acc118d4b36aa0d33b89 (diff) | |
download | fetchmail-2483ca6492ded874e45c8f913662c6112ca5ed49.tar.gz fetchmail-2483ca6492ded874e45c8f913662c6112ca5ed49.tar.bz2 fetchmail-2483ca6492ded874e45c8f913662c6112ca5ed49.zip |
Document the configdump option.
svn path=/trunk/; revision=1833
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 383ecc89..9ac22b26 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -415,6 +415,16 @@ By using the option `envelope Delivered-To:' you can make fetchmail reliably identify the original envelope recipient, but you have to strip the `mbox-userstr-' prefix to deliver to the correct user. This is what this option is for. +.TP +.B --configdump +Parse the +.I ~/.fetchmailrc +file, interpret any command-line options specified, and dump a +configuration report to standard output. The configuration report is +a data structure assignment in the language Python. This option +is meant to be used with an interactive +.I ~/.fetchmailrc +editor written in Python. .SH USER AUTHENTICATION AND ENCRYPTION Every mode except ETRN requires authentication of the client. |