summaryrefslogtreecommitdiff
path: root/mail/src/leap/mail/outgoing/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'mail/src/leap/mail/outgoing/service.py')
-rw-r--r--mail/src/leap/mail/outgoing/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/src/leap/mail/outgoing/service.py b/mail/src/leap/mail/outgoing/service.py
index 7699ce79..8b02f2e4 100644
--- a/mail/src/leap/mail/outgoing/service.py
+++ b/mail/src/leap/mail/outgoing/service.py
@@ -354,7 +354,7 @@ class OutgoingMail(object):
return d
def _encrypt_and_sign(self, origmsg, encrypt_address, sign_address,
- fetch_remote=True):
+ fetch_remote=True):
"""
Create an RFC 3156 compliang PGP encrypted and signed message using
C{encrypt_address} to encrypt and C{sign_address} to sign.