From: Chris Hanson Date: Thu, 26 Oct 2000 16:44:32 +0000 (+0000) Subject: M-x imail-save-attachment should also work when invoked from the X-Git-Tag: 20090517-FFI~3217 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5f8b60913c89f1d5048d5f063a991068577bb5f1;p=mit-scheme.git M-x imail-save-attachment should also work when invoked from the summary buffer. --- diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index 592b40c7f..48af0fbab 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -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."