Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99102
Collapse All | Expand All

(-)handler.c.orig (-1 / +2 lines)
Lines 1799-1805 Link Here
1799
       */
1799
       */
1800
      if ((WithCrypto & APPLICATION_PGP) && mutt_is_application_pgp (b))
1800
      if ((WithCrypto & APPLICATION_PGP) && mutt_is_application_pgp (b))
1801
	handler = crypt_pgp_application_pgp_handler;
1801
	handler = crypt_pgp_application_pgp_handler;
1802
      else if (ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0)
1802
      else if ((ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0) ||
1803
		option(OPTTEXTFLOWED))
1803
	handler = text_plain_flowed_handler;
1804
	handler = text_plain_flowed_handler;
1804
      else
1805
      else
1805
	plaintext = 1;
1806
	plaintext = 1;

Return to bug 99102