aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5656fa8f..55fe685d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -561,6 +561,9 @@ static void check_gpg(void)
engineInfo = engineInfo->next;
}
}
+
+ procmsg_set_decrypt_message_func
+ (rfc2015_open_message_decrypted);
} else {
if (prefs_common.gpg_warning) {
AlertValue val;