diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-05-09 19:12:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-05-09 19:12:55 +0000 |
commit | 3bdd4142f91c3f76a654879e2b616cc81ad119d5 (patch) | |
tree | 40a3ba4cf88918f1ec4ddfc63939b59a9f6dbbbf /fetchmailconf | |
parent | a5f01074c84696bdf367853b441a77d605192354 (diff) | |
download | fetchmail-3bdd4142f91c3f76a654879e2b616cc81ad119d5.tar.gz fetchmail-3bdd4142f91c3f76a654879e2b616cc81ad119d5.tar.bz2 fetchmail-3bdd4142f91c3f76a654879e2b616cc81ad119d5.zip |
Cosmetic fix.
svn path=/trunk/; revision=2469
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 313edf2b..c5b61131 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -19,7 +19,7 @@ class Configuration: self.logfile = None # No logfile, initially self.idfile = os.environ["HOME"] + "/.fetchids" # Default idfile, initially self.postmaster = None # No last-resort address, initially - self.bouncemail = TRUE # Vounce errors to users + self.bouncemail = TRUE # Bounce errors to users self.properties = None # No exiguous properties self.invisible = FALSE # Suppress Received line & spoof? self.syslog = FALSE # Use syslogd for logging? |