freebsd-ports/chinese/mutt/files/patch-sendlib.c
David E. O'Brien 90c5078b1c Break patch-0b into the one file for each source file patched. Having a
patch apply to >1 file is against the Porter's Handbook's guidlines.
2000-08-26 09:43:51 +00:00

18 lines
469 B
C

--- sendlib.c.orig Fri Aug 11 11:28:58 2000
+++ sendlib.c Fri Aug 11 11:29:19 2000
@@ -1825,13 +1825,14 @@
rfc2047_encode_adrlist (env->from);
rfc2047_encode_adrlist (env->mail_followup_to);
rfc2047_encode_adrlist (env->reply_to);
-
+ /*
if (env->subject)
{
rfc2047_encode_string (buffer, sizeof (buffer) - 1,
(unsigned char *) env->subject);
mutt_str_replace (&env->subject, buffer);
}
+ */
encode_headers (env->userhdrs);
}