summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-22 15:12:13 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-27 15:10:58 -0800
commitee9b39f4adf34f784b803168067ba90c5c575552 (patch)
tree8a133dfa77434ce78fe0ff606fc10a1590354361 /alot
parentf64b487b89085f8553e8875ce54c1783c618ee9d (diff)
db/utils: fix bad hanging indent
Diffstat (limited to 'alot')
-rw-r--r--alot/db/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/utils.py b/alot/db/utils.py
index 9541c881..acffe019 100644
--- a/alot/db/utils.py
+++ b/alot/db/utils.py
@@ -110,7 +110,7 @@ def message_from_file(handle):
# handle OpenPGP signed data
if (m.is_multipart() and
- m.get_content_subtype() == 'signed' and
+ m.get_content_subtype() == 'signed' and
p.get('protocol') == app_pgp_sig):
# RFC 3156 is quite strict:
# * exactly two messages