home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.bug
- Path: sparky!uunet!cis.ohio-state.edu!equinox.unr.edu!rosen
- From: rosen@equinox.unr.edu (David B. Rosen)
- Subject: problems with mail-do-fcc
- Message-ID: <9212220553.AA14022@equinox.unr.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 22 Dec 1992 05:53:24 GMT
- Approved: bug-gnu-emacs@prep.ai.mit.edu
- Lines: 12
-
- The following two problems apply to sendmail.el, emacs version 18.58.1 .
-
- 1) If a file being written to by mail-do-cc is being visited by a
- buffer, but the buffer is read-only, it fails to append and returns an
- error. I believe it should temporarily make the buffer writeable instead.
-
- 2) mail-do-cc always writes a "\n" before the "From" at the beginning
- of the message. When the file being written is previously empty or
- nonexistent, this creates a mail file that begins with a blank line
- before the first "From ", which is nonstandard and makes some mail
- programs unable to recognize it a unix mail file.
-
-