;;; -*-Scheme-*-
;;;
-;;; $Id: imail-top.scm,v 1.94 2000/05/23 03:55:50 cph Exp $
+;;; $Id: imail-top.scm,v 1.95 2000/05/23 03:57:44 cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
(define (imail-expunge-pop-up-messages folder)
(pop-up-temporary-buffer " *imail-message*" '(READ-ONLY SHRINK-WINDOW)
(lambda (buffer window)
+ window
(local-set-variable! truncate-partial-width-windows #f buffer)
(let ((mark (mark-left-inserting-copy (buffer-point buffer)))
(n (folder-length folder)))
IMAIL To-Do List
-$Id: todo.txt,v 1.41 2000/05/23 03:27:02 cph Exp $
+$Id: todo.txt,v 1.42 2000/05/23 03:55:57 cph Exp $
Bug fixes
---------
* Optionally wrap long lines for presentation.
-* Add configurable confirmation for performing EXPUNGE.
-
* Add command to rename folders. Add command to append all of the
messages from one folder to another.