X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fetchmailconf.py;h=2dc02d875995b088dd49e2e84a89ae434e085074;hb=03a31a4771efd7e48256ac0d7d2442f5e6bc381f;hp=9bfdda0df529f2e9380f0c3cea3720d86f028643;hpb=ddcc491837e5b2c1e741eac54dc4058e2f77e398;p=~andy%2Ffetchmail diff --git a/fetchmailconf.py b/fetchmailconf.py index 9bfdda0d..2dc02d87 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -65,6 +65,8 @@ class Configuration: str = str + ("set properties \"%s\"\n" % (self.properties,)); if self.poll_interval > 0: str = str + "set daemon " + `self.poll_interval` + "\n" + if self.invisible: + str = str + ("set invisible\n") for site in self.servers: str = str + repr(site) return str