home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / bug / 1590 < prev    next >
Encoding:
Text File  |  1992-12-22  |  989 b   |  25 lines

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