mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
90c5078b1c
patch apply to >1 file is against the Porter's Handbook's guidlines.
19 lines
469 B
C
19 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);
|
|
}
|
|
|