Bind M-x imail-summary-by-flags to C-M-f rather than C-M-l.
authorChris Hanson <org/chris-hanson/cph>
Fri, 19 May 2000 20:57:56 +0000 (20:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 19 May 2000 20:57:56 +0000 (20:57 +0000)
v7/src/imail/imail-top.scm

index 87d0eb1e5e9a033943391819c839c0881a08c6a1..49dfbdbe51e255d5804515971f018d93f61a83bc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.73 2000/05/19 20:57:29 cph Exp $
+;;; $Id: imail-top.scm,v 1.74 2000/05/19 20:57:56 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -278,7 +278,7 @@ DEL Scroll to previous screen of this message.
 (define-key 'imail #\s         'imail-save-folder)
 
 (define-key 'imail #\c-m-h     'imail-summary)
-(define-key 'imail #\c-m-l     'imail-summary-by-flags)
+(define-key 'imail #\c-m-f     'imail-summary-by-flags)
 (define-key 'imail #\c-m-r     'imail-summary-by-recipients)
 
 (define-key 'imail #\m         'imail-mail)