From 20210d076d99050dd3047432b93ea25896cd9ccb Mon Sep 17 00:00:00 2001 From: iodbh Date: Fri, 13 Jan 2017 15:29:47 +0100 Subject: [PATCH] Added the missing "mails" category entry --- Mac/lazagne/config/manageModules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/lazagne/config/manageModules.py b/Mac/lazagne/config/manageModules.py index 3281caf9..ac21cb83 100755 --- a/Mac/lazagne/config/manageModules.py +++ b/Mac/lazagne/config/manageModules.py @@ -4,6 +4,7 @@ def get_categories(): category = { 'browsers': {'help': 'Web browsers supported'}, + 'mails': {'help': 'Email clients supported'}, } return category