diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-02-09 01:15:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-02-09 01:15:43 +0000 |
commit | c7fdd65f9d602902cda250bb57d8d5fadaa12c85 (patch) | |
tree | 53d1244144a8ece7a268304097f56a02b9f67219 /fetchmailconf | |
parent | 5dcd6d8129ac95c726d3e8990973b76f12fff4d0 (diff) | |
download | fetchmail-c7fdd65f9d602902cda250bb57d8d5fadaa12c85.tar.gz fetchmail-c7fdd65f9d602902cda250bb57d8d5fadaa12c85.tar.bz2 fetchmail-c7fdd65f9d602902cda250bb57d8d5fadaa12c85.zip |
*** empty log message ***
svn path=/trunk/; revision=2384
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 9537cb14..2005c8da 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -196,7 +196,6 @@ class User: else: print "Can't get your username!" sys.exit(1) - self.remote = os.environ["USER"]# Remote username self.localnames = [self.remote,]# Local names self.password = None # Password for mail account access self.mailboxes = [] # Remote folders to retrieve from |