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:
aa7fa78
)
Define IMAIL-MESSAGE-WRAPPER to allow folder abstraction to present
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 4 May 2000 19:03:38 +0000
(19:03 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 4 May 2000 19:03:38 +0000
(19:03 +0000)
messages to user.
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 3ecdc7392bbeb0b291165bb010df738c6bd0d6ef..097055df34c3849e0807a7daeeff7d6b3aff14d1 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.3
2 2000/05/04 18:52:30
cph Exp $
+;;; $Id: imail-top.scm,v 1.3
3 2000/05/04 19:03:38
cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
@@
-124,6
+124,9
@@
May be called with an IMAIL folder URL as argument;
FLUSH-ON-SPACE)
procedure))
+(define imail-message-wrapper
+ message-wrapper)
+
(define (associate-imail-folder-with-buffer folder buffer)
(buffer-put! buffer 'IMAIL-FOLDER folder)
(folder-put! folder 'BUFFER buffer)