Don't bind imail-delete-folder to a key. It should be hard to do this.
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 May 2000 04:50:52 +0000 (04:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 May 2000 04:50:52 +0000 (04:50 +0000)
v7/src/imail/imail-top.scm

index e9743c12a7e352a1e337b93e159da439e5844150..fbcc4f77a72117e5fca2290c78a056d0d184e5d9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.97 2000/05/23 04:36:24 cph Exp $
+;;; $Id: imail-top.scm,v 1.98 2000/05/23 04:50:52 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -381,7 +381,7 @@ DEL Scroll to previous screen of this message.
 (define-key 'imail #\o         'imail-output)
 (define-key 'imail #\i         'imail-input)
 (define-key 'imail #\+         'imail-create-folder)
-(define-key 'imail #\-         'imail-delete-folder)
+;(define-key 'imail #\-                'imail-delete-folder)
 (define-key 'imail #\q         'imail-quit)
 (define-key 'imail #\?         'describe-mode)