Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 1998 08:44:15 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/mail cmd3.c collect.c def.h extern.h mail.1 main.c names.c send.c src/usr.bin/mail/misc mail.tildehelp
Message-ID:  <199801021644.IAA04679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       1998/01/02 08:44:14 PST

  Modified files:
    usr.bin/mail         cmd3.c collect.c def.h extern.h mail.1 
                         main.c names.c send.c 
    usr.bin/mail/misc    mail.tildehelp 
  Log:
  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.
  
  Revision  Changes    Path
  1.3       +14 -6     src/usr.bin/mail/cmd3.c
  1.3       +10 -1     src/usr.bin/mail/collect.c
  1.4       +8 -4      src/usr.bin/mail/def.h
  1.3       +3 -3      src/usr.bin/mail/extern.h
  1.14      +8 -1      src/usr.bin/mail/mail.1
  1.5       +6 -3      src/usr.bin/mail/main.c
  1.3       +2 -1      src/usr.bin/mail/names.c
  1.3       +12 -3     src/usr.bin/mail/send.c
  1.2       +1 -0      src/usr.bin/mail/misc/mail.tildehelp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801021644.IAA04679>