diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index faeb5e23..b5e3e76f 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -442,6 +442,8 @@ class Email: self.password = node.getAttribute("password") self.useSsl = node.getAttribute("useSsl") self.folder = node.getAttribute("folder") + self.siteName = node.getAttribute("siteName") + self.fetchType = node.getAttribute("fetchType") def __str__(self): return " host = %s\n username = %s\n password = %s\n useSsl = %s\n folder = %s\n" \ diff --git a/pyfpdb/HUD_config.xml.example b/pyfpdb/HUD_config.xml.example index c1d1f644..9ee17c1c 100644 --- a/pyfpdb/HUD_config.xml.example +++ b/pyfpdb/HUD_config.xml.example @@ -645,7 +645,7 @@ Left-Drag to Move" - +