summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-22 15:24:58 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-22 15:24:58 +0000
commit1b3511a6a1bd35dbaa29b5aba2bac8e4089b3f67 (patch)
tree25faff13721c7017901130514378ae96b19c77fe /handler.c
parent4a933a52f58b27f86dfc4e587d65424d524f60d5 (diff)
Heavy hacking on mutt's pgp support. We no longer read the complete
key ring into memory. For gpg, performance is heavily improved due to the fact that we are passing a couple of key hints to the key ring parsing back-end.
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 20d46e08..ba1bc991 100644
--- a/handler.c
+++ b/handler.c
@@ -1406,7 +1406,7 @@ void mutt_body_handler (BODY *b, STATE *s)
else if (b->type == TYPEAPPLICATION)
{
if (mutt_is_application_pgp(b))
- handler = application_pgp_handler;
+ handler = pgp_application_pgp_handler;
}
#endif /* _PGPPATH */