patch-pith_conf_c 777 B

12345678910111213141516
  1. $OpenBSD: patch-pith_conf_c,v 1.5 2017/04/25 09:20:53 ajacoutot Exp $
  2. By default, check "Do Not Send Flowed Text".
  3. --- pith/conf.c.orig Mon Feb 6 01:06:22 2017
  4. +++ pith/conf.c Tue Apr 25 11:10:11 2017
  5. @@ -2867,7 +2867,7 @@ feature_list(int index)
  6. {"use-sender-not-x-sender", "Use Sender Instead of X-X-Sender",
  7. F_USE_SENDER_NOT_X, h_config_use_sender_not_x, PREF_SEND, 0},
  8. {"quell-flowed-text", "Do Not Send Flowed Text",
  9. - F_QUELL_FLOWED_TEXT, h_config_quell_flowed_text, PREF_SEND, 0},
  10. + F_QUELL_FLOWED_TEXT, h_config_quell_flowed_text, PREF_SEND, 1},
  11. {"downgrade-multipart-to-text", "Downgrade Multipart to Text",
  12. F_COMPOSE_ALWAYS_DOWNGRADE, h_downgrade_multipart_to_text, PREF_SEND, 0},
  13. {"enable-8bit-esmtp-negotiation", "Enable 8bit ESMTP Negotiation",