;;; -*-Scheme-*-
;;;
-;;; $Id: imail-summary.scm,v 1.18 2000/06/15 01:57:41 cph Exp $
+;;; $Id: imail-summary.scm,v 1.19 2000/06/15 02:35:59 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
(define-key 'imail-summary #\c-n 'imail-next-message)
(define-key 'imail-summary #\c-p 'imail-previous-message)
(define-key 'imail-summary #\. 'undefined)
-(define-key 'imail-summary #\q 'imail-summary-quit)
(define-key 'imail-summary #\u 'imail-undelete-forward)
(define-key 'imail-summary #\m-< 'imail-first-message)
(define-key 'imail-summary #\m-> 'imail-last-message)
(buffer-end (window-buffer window)))
0))))
((ref-command imail-summary-select-message))))
-
-(define-command imail-summary-quit
- "Quit out of IMAIL."
- ()
- (lambda ()
- (let ((folder-buffer
- (buffer-get (selected-buffer) 'IMAIL-FOLDER-BUFFER #f)))
- (if folder-buffer
- (for-each window-delete! (buffer-windows folder-buffer))))
- ((ref-command imail-quit))
- ((ref-command bury-buffer))))
\f
;;;; Navigation
(ref-variable imail-summary-highlight-message buffer))
(begin
(highlight-region (make-region mark (line-end mark 0))
- #t)))))))
+ #t)
+ (buffer-not-modified! buffer)))))))
(if (ref-variable imail-summary-pop-up-message buffer)
(imail-summary-pop-up-message-buffer buffer)))
;;; -*-Scheme-*-
;;;
-;;; $Id: imail.pkg,v 1.59 2000/06/15 02:35:54 cph Exp $
+;;; $Id: imail.pkg,v 1.60 2000/06/15 02:37:16 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
edwin-command$imail-summary-by-recipients
edwin-command$imail-summary-by-regexp
edwin-command$imail-summary-by-topic
- edwin-command$imail-summary-quit
edwin-command$imail-summary-select-message
edwin-command$imail-toggle-message
edwin-command$imail-undelete-backward