From 00289accda875898bb2dc93c3681d29d455634b9 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jan 1998 16:44:13 +0000 Subject: Teach boring old mail(1) about the use of the REPLYTO environment variable which is de-facto standard for MUAs. Teach bomail to generate an in-reply-to header so threading MUAs and mail->news gateways won't lose context. While i was at it, removed two gratuitous standard violations for functions starting with an underscore. --- usr.bin/mail/extern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/mail/extern.h') diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 508e281..24b7608 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -77,8 +77,8 @@ int More __P((int *)); int Pclose __P((FILE *)); int Respond __P((int *)); int Type __P((int *)); -int _Respond __P((int [])); -int _respond __P((int *)); +int doRespond __P((int [])); +int dorespond __P((int *)); void alter __P((char *)); int alternates __P((char **)); void announce __P((void)); @@ -162,7 +162,7 @@ void load __P((char *)); struct var * lookup __P((char [])); int mail __P((struct name *, - struct name *, struct name *, struct name *, char *)); + struct name *, struct name *, struct name *, char *, char *)); void mail1 __P((struct header *, int)); void makemessage __P((FILE *)); void mark __P((int)); -- cgit v1.1