[mailbox] removed separate email settings for jobs, sales, support

This commit is contained in:
Rushabh Mehta
2014-09-15 16:59:38 +05:30
parent 7fb79f6062
commit 5cdc8e560c
32 changed files with 106 additions and 651 deletions

View File

@@ -155,7 +155,7 @@ def get_data():
},
{
"type": "doctype",
"name": "Jobs Email Settings",
"name": "Email Account",
"description": _("Setup incoming server for jobs email id. (e.g. jobs@example.com)")
},
]

View File

@@ -158,7 +158,7 @@ def get_data():
},
{
"type": "doctype",
"name": "Sales Email Settings",
"name": "Email Account",
"description": _("Setup incoming server for sales email id. (e.g. sales@example.com)")
},
{

View File

@@ -73,21 +73,6 @@ def get_data():
"name": "Email Digest",
"description": _("Create and manage daily, weekly and monthly email digests.")
},
{
"type": "doctype",
"name": "Support Email Settings",
"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
},
{
"type": "doctype",
"name": "Sales Email Settings",
"description": _("Setup incoming server for sales email id. (e.g. sales@example.com)")
},
{
"type": "doctype",
"name": "Jobs Email Settings",
"description": _("Setup incoming server for jobs email id. (e.g. jobs@example.com)")
},
{
"type": "doctype",
"name": "SMS Settings",

View File

@@ -49,7 +49,7 @@ def get_data():
"items": [
{
"type": "doctype",
"name": "Support Email Settings",
"name": "Email Account",
"description": _("Setup incoming server for support email id. (e.g. support@example.com)")
},
]