aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-07 22:21:49 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-07 22:21:49 +0000
commit7d73724849842f50f15373f4fa44aa0ec7897535 (patch)
tree2fd796d4d4d3220cc457753bbb8ad941276fb24d
parent91587b7bf72d582b6544e7617cbaf7a18dea0da2 (diff)
downloadfetchmail-7d73724849842f50f15373f4fa44aa0ec7897535.tar.gz
fetchmail-7d73724849842f50f15373f4fa44aa0ec7897535.tar.bz2
fetchmail-7d73724849842f50f15373f4fa44aa0ec7897535.zip
Better comments.
svn path=/trunk/; revision=1929
-rwxr-xr-xfetchmailconf4
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.