pkgsrc/mail/nail/patches/patch-ab
cjep bf5ec62232 Initial import of nail 10.3 into the NetBSD packages collection as
mail/nail.

Nail is a mail user agent derived from Berkeley Mail 8.1. It is
intended to provide the functionality of the POSIX.2 mailx command
with built-in support for MIME messages. This means it can handle
international character sets as well as attachments. In recent
system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:"
Address.

Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09 10:37:17 +00:00

13 lines
444 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/12/09 10:37:17 cjep Exp $
--- mime.c Tue Sep 17 13:40:18 2002
+++ mime.c.nb Wed Nov 20 17:40:00 2002
@@ -62,7 +62,7 @@
* You won't guess what these are for.
*/
static const char basetable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
-static char *mimetypes_world = "/etc/mime.types";
+static char *mimetypes_world = MIMEPATH;
static char *mimetypes_user = "~/.mime.types";
char *us_ascii = "us-ascii";