summaryrefslogtreecommitdiff
path: root/foreign/client_handling/lazagne/softwares/mails/thunderbird.py
diff options
context:
space:
mode:
Diffstat (limited to 'foreign/client_handling/lazagne/softwares/mails/thunderbird.py')
-rw-r--r--foreign/client_handling/lazagne/softwares/mails/thunderbird.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/foreign/client_handling/lazagne/softwares/mails/thunderbird.py b/foreign/client_handling/lazagne/softwares/mails/thunderbird.py
new file mode 100644
index 0000000..a76ae9e
--- /dev/null
+++ b/foreign/client_handling/lazagne/softwares/mails/thunderbird.py
@@ -0,0 +1,9 @@
+from foreign.client_handling.lazagne.config.module_info import ModuleInfo
+from foreign.client_handling.lazagne.softwares.browsers.mozilla import Mozilla
+
+
+class Thunderbird(Mozilla):
+
+ def __init__(self):
+ self.path = u'{APPDATA}\\Thunderbird'
+ ModuleInfo.__init__(self, 'Thunderbird', 'mails')