[gnu.emacs] wanted - sendmail that understands "record" variable

kuro%shochu@Sun.COM (Teruhiko Kurosaka - Sun Intercon) (01/28/89)

The Sun UNIX Mail command automatically saves all the out-going mail 
under a filename specified by the "record" variable. 
Does anybody has a version of sendmail.el that does the same?
Or is there any other way to tell GNU EMACS to save all out-going mail?

T. Kurosaka (kuro@Sun.COM)

leblanc@garnet.berkeley.edu (Emile LeBlanc) (01/30/89)

In article <87306@sun.uucp>, kuro%shochu (Teruhiko Kurosaka - Sun Intercon) writes:
>The Sun UNIX Mail command automatically saves all the out-going mail 
>under a filename specified by the "record" variable. 
>Does anybody has a version of sendmail.el that does the same?
>Or is there any other way to tell GNU EMACS to save all out-going mail?
>
>T. Kurosaka (kuro@Sun.COM)

The "mail-archive-file-name" variable is what you want:

    mail-archive-file-name's value is nil

    Documentation:
    *Name of file to write all outgoing messages in, or nil for none.

Emile LeBlanc
ARPA:  leblanc@garnet.BERKELEY.EDU
UUCP:  {decvax,decwrl,dual,hplabs,sun,...}!ucbvax!garnet!leblanc

								Emile