projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf4629
)
M-x imail-save-attachment should also work when invoked from the
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 26 Oct 2000 16:44:32 +0000
(16:44 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 26 Oct 2000 16:44:32 +0000
(16:44 +0000)
summary buffer.
v7/src/imail/imail-top.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail-top.scm
b/v7/src/imail/imail-top.scm
index 592b40c7f0796c9d36e1675ecfed8ec4def96e06..48af0fbabadf305a86659e160d388ea0060e6688 100644
(file)
--- 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.21
8 2000/10/26 05:07:27
cph Exp $
+;;; $Id: imail-top.scm,v 1.21
9 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."