summaryrefslogtreecommitdiff
path: root/mail/nail/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nail/patches/patch-ad')
-rw-r--r--mail/nail/patches/patch-ad18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/nail/patches/patch-ad b/mail/nail/patches/patch-ad
deleted file mode 100644
index 53f1b24d118..00000000000
--- a/mail/nail/patches/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/12/09 10:37:17 cjep Exp $
-
---- sendout.c.orig Thu Nov 28 01:01:01 2002
-+++ sendout.c
-@@ -428,10 +428,13 @@ infix(hp, fi)
- #endif
- return NULL;
- }
-+
-+#ifdef HAVE_ICONV
- if (convhdr && iconvd != (iconv_t)-1) {
- iconv_close(iconvd);
- iconvd = (iconv_t)-1;
- }
-+#endif
- if (hp->h_attach != NULL) {
- if (make_multipart(hp, convert, fi, nfo,
- contenttype, charset) != 0) {