aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-26 14:22:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-26 14:22:08 +0000
commit37e3ad7e81e15c4a9397c2d55a1ed0631453a1f8 (patch)
treed12649866a8c014a3624957d468f8eca6e6f2b79
parentdc726dc2a02fd3f3f417bf0b72be9096780eb3a1 (diff)
downloadfetchmail-37e3ad7e81e15c4a9397c2d55a1ed0631453a1f8.tar.gz
fetchmail-37e3ad7e81e15c4a9397c2d55a1ed0631453a1f8.tar.bz2
fetchmail-37e3ad7e81e15c4a9397c2d55a1ed0631453a1f8.zip
Stay synchronized.
svn path=/trunk/; revision=1856
-rwxr-xr-xfetchmailconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 952d4d65..cc933e22 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1103,7 +1103,7 @@ if __name__ == '__main__':
Fetchmailrc = Configuration()
copy_instance(Fetchmailrc, fetchmailrc)
Fetchmailrc.servers = [];
- for server in configuration['servers']:
+ for server in fetchmailrc['servers']:
Newsite = Server()
copy_instance(Newsite, server)
Fetchmailrc.servers.append(Newsite)