diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-20 15:59:17 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-20 15:59:17 +0000 |
| commit | abd6f56f04bd4f60baf0c6a04ab8dac26b7686e3 (patch) | |
| tree | 016c2340878a4a7d77fadc01a4b1bdf33e4aff52 /mail/nail/files/patch-aa | |
| parent | Update to version 1.13 (diff) | |
Update to 9.30. User-visible changes in this release:
* Avoid to prepend quote prefix twice when replying to multipart messages.
* Fixed a problem with empty Content-type fields in multipart messages.
* Allow name lists for -b and -c command line options.
* Added the "showlast" option.
Diffstat (limited to 'mail/nail/files/patch-aa')
| -rw-r--r-- | mail/nail/files/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/nail/files/patch-aa b/mail/nail/files/patch-aa deleted file mode 100644 index 7be737eedc02..000000000000 --- a/mail/nail/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ - -$FreeBSD$ - ---- mime.c.orig Mon Nov 19 17:37:47 2001 -+++ mime.c Tue Jan 29 01:17:38 2002 -@@ -183,7 +183,7 @@ - if ((sz = xmbstowcs(w, t, LINESIZE)) == (size_t)-1) - return 0; - for (p = w, i = 0; *p && i < sz; p++, i++) { -- if (!iswprint(*p) && *p != '\n' && *p != '\r' -+ if (!isprint(*p) && *p != '\n' && *p != '\r' - && *p != '\b' && *p != '\t') - *p = '?'; - } -@@ -319,6 +319,7 @@ - return p; - } - -+#ifndef HAVE_STRCASESTR - /* - * glibc 2.1 provides such a function, but others ... - */ -@@ -346,6 +347,7 @@ - } - return p; - } -+#endif - - #ifndef HAVE_STRCASECMP - /* One of the things I really HATE on some SysVs is that they still |
