--- handler.c.orig 2005-07-15 14:37:16.000000000 +0200 +++ handler.c.orig 2005-07-15 14:38:03.000000000 +0200 @@ -1799,7 +1799,8 @@ */ if ((WithCrypto & APPLICATION_PGP) && mutt_is_application_pgp (b)) handler = crypt_pgp_application_pgp_handler; - else if (ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0) + else if ((ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0) || + option(OPTTEXTFLOWED)) handler = text_plain_flowed_handler; else plaintext = 1;