Change M-x imail-file-message to default to the last output file.
authorChris Hanson <org/chris-hanson/cph>
Tue, 30 Oct 2001 19:29:11 +0000 (19:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 30 Oct 2001 19:29:11 +0000 (19:29 +0000)
v7/src/imail/imail-top.scm

index 2efbd87b5df997321d7f47b4cf4f208a00a00a29..f85833fd608cfbdacbbf5976def5615b880982e6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.276 2001/10/25 15:57:16 cph Exp $
+;;; $Id: imail-top.scm,v 1.277 2001/10/30 19:29:11 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
 ;;;
@@ -869,7 +869,11 @@ With prefix argument, appends next several messages."
 With prefix argument, appends next several messages.
 This command writes the message to the output file in human-readable format,
  unlike the \\[imail-output] command which writes in computer format."
-  "FAppend message to file\nP"
+  (lambda ()
+    (list (prompt-for-file "Append message to file" #f
+                          'HISTORY 'IMAIL-FILE-MESSAGE
+                          'HISTORY-INDEX 0)
+         (command-argument)))
   (lambda (pathname argument)
     (let ((write-separator? (file-exists? pathname)))
       (call-with-temporary-buffer " *imail-file-message*"