Index: fetchmailconf =================================================================== RCS file: /home/cvs/debian/fetchmail/fetchmailconf,v retrieving revision 1.1.1.15 diff -u -r1.1.1.15 fetchmailconf --- fetchmailconf 18 Jun 2001 14:19:28 -0000 1.1.1.15 +++ fetchmailconf 18 Jun 2001 16:20:49 -0000 @@ -94,7 +94,7 @@ self.plugout = None # Plugin command for going to listener self.netsec = None # IPV6 security options self.principal = None # Kerberos principal - self.tracepolls = FALSE # Add X-Fetchmail-Account header? + self.tracepolls = FALSE # Add trace-poll info to headers self.users = [] # List of user entries for site Server.typemap = ( ('pollname', 'String'), @@ -104,7 +104,7 @@ ('protocol', 'String'), ('port', 'Int'), ('uidl', 'Boolean'), - ('auth', 'String'), + ('auth', 'String'), ('timeout', 'Int'), ('envelope', 'String'), ('envskip', 'Int'), @@ -168,8 +168,8 @@ else: res = res + " " - if self.tracepolls: - res = res + "tracepolls\n" + if self.tracepolls: + res = res + "tracepolls\n" if self.interface: res = res + "interface " + str(self.interface)