diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-07 22:21:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-07 22:21:49 +0000 |
commit | 7d73724849842f50f15373f4fa44aa0ec7897535 (patch) | |
tree | 2fd796d4d4d3220cc457753bbb8ad941276fb24d | |
parent | 91587b7bf72d582b6544e7617cbaf7a18dea0da2 (diff) | |
download | fetchmail-7d73724849842f50f15373f4fa44aa0ec7897535.tar.gz fetchmail-7d73724849842f50f15373f4fa44aa0ec7897535.tar.bz2 fetchmail-7d73724849842f50f15373f4fa44aa0ec7897535.zip |
Better comments.
svn path=/trunk/; revision=1929
-rwxr-xr-x | fetchmailconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index 715f2b48..07688d8b 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1290,6 +1290,10 @@ def copy_instance(toclass, fromdict): # have different data members (except for any typemap member in the class; # that one is strictly for use by the MyWidget supperclass). # +# Once the object tree is set up, require user to choose novice or expert +# mode and instantiate an edit object for the configuration. Class methods +# will take it all from there. +# # Options (not documented because they're for fetchmailconf debuggers only): # -d: Read the configuration and dump it to stdout before editing. Dump # the edited result to stdout as well. |