Change key binding of imail-summary-by-flags to be C-M-l for
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Jul 2000 20:34:59 +0000 (20:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Jul 2000 20:34:59 +0000 (20:34 +0000)
compatibility with Rmail.

v7/src/imail/imail-top.scm

index 0d84a05b875c5fa00e911cc99c2f3aabdacfcb05..ef655ed5c779a8be898864d7df937063f1c6f239 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-top.scm,v 1.209 2000/07/05 22:38:51 cph Exp $
+;;; $Id: imail-top.scm,v 1.210 2000/07/11 20:34:59 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -444,8 +444,8 @@ Instead, these commands are available:
 ;; Putting these after the group above exploits behavior in the comtab
 ;; abstraction that makes these bindings the ones that show up during
 ;; command substitution.
-(define-key 'imail #\c-m-f     'imail-summary-by-flags)
 (define-key 'imail #\c-m-h     'imail-summary)
+(define-key 'imail #\c-m-l     'imail-summary-by-flags)
 (define-key 'imail #\c-m-r     'imail-summary-by-recipients)
 (define-key 'imail #\c-m-s     'imail-summary-by-regexp)
 (define-key 'imail #\c-m-t     'imail-summary-by-topic)