diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-23 07:43:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-23 07:43:05 +0000 |
commit | cabaad1517decd55948cefd1827f4c5a4413482c (patch) | |
tree | 26fad477aeeaabc1134f2bee0858ffaff1e37110 /fetchmailconf | |
parent | 773d589bfc9771692e6bd58997ea0b9ec8aa061c (diff) | |
download | fetchmail-cabaad1517decd55948cefd1827f4c5a4413482c.tar.gz fetchmail-cabaad1517decd55948cefd1827f4c5a4413482c.tar.bz2 fetchmail-cabaad1517decd55948cefd1827f4c5a4413482c.zip |
Cosmetic fix.
svn path=/trunk/; revision=2017
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 98a05b9d..574c6198 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -172,7 +172,7 @@ class User: self.password = None # Password for mail account access self.mailboxes = [] # Remote folders to retrieve from self.smtphunt = [] # Hosts to forward to - self.smtpaddress = None; # Append this to MAIL FROM line + self.smtpaddress = None # Append this to MAIL FROM line self.preconnect = None # Connection setup self.postconnect = None # Connection wrapup self.mda = None # Mail Delivery Agent |