From 37e3ad7e81e15c4a9397c2d55a1ed0631453a1f8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 May 1998 14:22:08 +0000 Subject: Stay synchronized. svn path=/trunk/; revision=1856 --- fetchmailconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf') 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) -- cgit v1.2.3