summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/errors.py b/alot/errors.py
index 9860f411..c312e674 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -13,6 +13,8 @@ class GPGCode(object):
KEY_CANNOT_ENCRYPT = 7
KEY_CANNOT_SIGN = 8
INVALID_HASH = 9
+ INVALID_HASH_ALGORITHM = 10
+ BAD_SIGNATURE = 11
class GPGProblem(Exception):