M-x imail-save-attachment should also work when invoked from the
authorChris Hanson <org/chris-hanson/cph>
Thu, 26 Oct 2000 16:44:32 +0000 (16:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 26 Oct 2000 16:44:32 +0000 (16:44 +0000)
summary buffer.

v7/src/imail/imail-top.scm

index 592b40c7f0796c9d36e1675ecfed8ec4def96e06..48af0fbabadf305a86659e160d388ea0060e6688 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.218 2000/10/26 05:07:27 cph Exp $
+;;; $Id: imail-top.scm,v 1.219 2000/10/26 16:44:32 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -813,7 +813,7 @@ With prefix argument, prompt even when point is on an attachment."
                                                       (current-point)
                                                       always-prompt?
                                                       mime-attachment?))
-                     (selected-buffer))))
+                     (imail-folder->buffer (selected-folder) #t))))
 
 (define-command imail-mouse-save-mime-entity
   "Save the MIME entity that mouse is on."