]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-vvv.quote.patch
- updated to 1.12.0
[packages/mutt.git] / mutt-vvv.quote.patch
index 647062e88583792a87bc15e8c9938e7760c72c28..cd641a16919ad650ada91eaef77d52a9e4bfa10c 100644 (file)
@@ -34,7 +34,7 @@ diff -udprP mutt-1.5.19.orig/handler.c mutt-1.5.19/handler.c
 @@ -1617,7 +1621,7 @@ int mutt_body_handler (BODY *b, STATE *s
         */
        if ((WithCrypto & APPLICATION_PGP) && mutt_is_application_pgp (b))
-       handler = crypt_pgp_application_pgp_handler;
+       encrypted_handler = handler = crypt_pgp_application_pgp_handler;
 -      else if (option(OPTREFLOWTEXT) && ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0)
 +      else if (option(OPTREFLOWTEXT) && ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0 && !s->prefix)
        handler = rfc3676_handler;
This page took 0.04099 seconds and 4 git commands to generate.