commit 98501b17b39b2052d6fe93f2ed52009f51591866
parent 348a9b0e2185ad3362bd4e3b47434876c5adcaa4
Author: ThomasV <thomasv@gitorious>
Date: Thu, 30 Jul 2015 09:44:34 +0200
rename email plugin
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/__init__.py b/plugins/__init__.py
@@ -48,7 +48,7 @@ descriptions = [
'available_for': ['qt'],
},
{
- 'name': 'email',
+ 'name': 'email_requests',
'fullname': 'Email',
'description': _("Send and receive payment request with an email account"),
'available_for': ['qt'],
diff --git a/plugins/email.py b/plugins/email_requests.py