head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.12 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.10 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.8 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.6 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.2 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.3.0.28 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.26 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.24 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.22 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2008.10.30.13.08.10; author obache; state dead; branches; next 1.3; 1.3 date 2005.12.20.16.12.17; author joerg; state Exp; branches; next 1.2; 1.2 date 2003.01.19.18.10.12; author cjep; state dead; branches; next 1.1; 1.1 date 2002.12.09.10.37.17; author cjep; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.12.09.10.37.17; author cjep; state Exp; branches; next ; desc @@ 1.4 log @Remove mail/nail, successor heirloom-mailx is provided by PR 38262 and imported as mail/heirloom-mailx. @ text @$NetBSD: patch-ad,v 1.3 2005/12/20 16:12:17 joerg Exp $ --- lex.c.orig 2005-12-20 16:07:57.000000000 +0000 +++ lex.c @@@@ -79,7 +79,6 @@@@ setfile(char *name, int newmail) char isedit; char *who = name[1] ? name + 1 : myname; static int shudclob; - extern int errno; size_t offset; int omsgCount = 0; struct shortcut *sh; @ 1.3 log @Fix errno. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update of mail/nail to 10.4. Changes since 10.3 (as per e-mail from Gunnar Ritter): * A missing #ifdef HAVE_ICONV caused build errors on platforms without iconv() support (J.A. Neitzel, Jens Schleusener, Lars Kellogg-Stedman, Felicia Neff, Chris Pinnock). * Extraction of parts from header fields with more than 2560 characters fixed (Lukasz Sznuk, William Cherry). * Source archive name in nail.spec corrected (Didar Hussain). * Fixed segmentation violation when encountering multipart header fields that contain no ':' character (William Cherry). * Respect the 'allnet' variable when comparing strings in message lists. * IPv6 support (Jun-ichiro itojun Hagino). @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2002/12/09 10:37:17 cjep Exp $ d3 10 a12 16 --- 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) { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @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! @ text @@