comparison lisp/mail/rmail.el @ 813:f3706268745a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 17 Jul 1992 20:09:54 +0000
parents 4f28bd14272c
children 38b2499cb3e9
comparison
equal deleted inserted replaced
812:485e82a8acb5 813:f3706268745a
513 (defun rmail-insert-inbox-text (files renamep) 513 (defun rmail-insert-inbox-text (files renamep)
514 (let (file tofile delete-files movemail) 514 (let (file tofile delete-files movemail)
515 (while files 515 (while files
516 (setq file (expand-file-name (substitute-in-file-name (car files))) 516 (setq file (expand-file-name (substitute-in-file-name (car files)))
517 ;;>> un*x specific << 517 ;;>> un*x specific <<
518 tofile (concat file "~")) 518 ;; The "+" used to be "~", which is an extremely poor choice;
519 ;; it might accidentally be deleted when space is low
520 ;; (as happened to me!).
521 tofile (concat file "+"))
519 ;; If getting from mail spool directory, 522 ;; If getting from mail spool directory,
520 ;; use movemail to move rather than just renaming, 523 ;; use movemail to move rather than just renaming,
521 ;; so as to interlock with the mailer. 524 ;; so as to interlock with the mailer.
522 (setq movemail (equal (file-name-directory file) rmail-spool-directory)) 525 (setq movemail (equal (file-name-directory file) rmail-spool-directory))
523 (if movemail 526 (if movemail