openbsd-ports/mail/alpine/patches/patch-pith_conf_c
ajacoutot 3dbd533fcd Set "Do Not Send Flowed Text" by default to allow sending proper inline
diffs ("cool!!!" sthen@).
Switch to REVISION and new DEPENDS.

Add a README.OpenBSD file explaining how to setup pop/imap/smtp.

Most work from Daniel Dickman (thanks!), with a couple of tweaks.
2010-08-31 20:07:10 +00:00

16 lines
777 B
Plaintext

$OpenBSD: patch-pith_conf_c,v 1.1 2010/08/31 20:07:10 ajacoutot Exp $
By default, check "Do Not Send Flowed Text".
--- pith/conf.c.orig Tue Aug 31 10:37:38 2010
+++ pith/conf.c Tue Aug 31 10:37:51 2010
@@ -2769,7 +2769,7 @@ feature_list(int index)
{"use-sender-not-x-sender", "Use Sender Instead of X-X-Sender",
F_USE_SENDER_NOT_X, h_config_use_sender_not_x, PREF_SEND, 0},
{"quell-flowed-text", "Do Not Send Flowed Text",
- F_QUELL_FLOWED_TEXT, h_config_quell_flowed_text, PREF_SEND, 0},
+ F_QUELL_FLOWED_TEXT, h_config_quell_flowed_text, PREF_SEND, 1},
{"downgrade-multipart-to-text", "Downgrade Multipart to Text",
F_COMPOSE_ALWAYS_DOWNGRADE, h_downgrade_multipart_to_text, PREF_SEND, 0},
{"enable-8bit-esmtp-negotiation", "Enable 8bit ESMTP Negotiation",