Variable: mh-search-mode-map

mh-search-mode-map is a variable defined in mh-search.el.gz.

Value

C-c ?        mh-help
C-c C-c      mh-index-do-search
C-c C-f C-b  mh-to-field
C-c C-f C-c  mh-to-field
C-c C-f C-s  mh-to-field
C-c C-f C-t  mh-to-field
C-c C-f RET  mh-to-field
C-c C-f b    mh-to-field
C-c C-f c    mh-to-field
C-c C-f m    mh-to-field
C-c C-f s    mh-to-field
C-c C-f t    mh-to-field
C-c C-p      mh-pick-do-search

Documentation

Keymap for MH-Search mode.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-search.el.gz
;;; MH-Search Keys

;; If this changes, modify mh-search-mode-help-messages accordingly, below.
(gnus-define-keys  mh-search-mode-map
  "\C-c?"               mh-help
  "\C-c\C-c"            mh-index-do-search
  "\C-c\C-p"            mh-pick-do-search
  "\C-c\C-f\C-b"        mh-to-field
  "\C-c\C-f\C-c"        mh-to-field
  "\C-c\C-f\C-m"        mh-to-field
  "\C-c\C-f\C-s"        mh-to-field
  "\C-c\C-f\C-t"        mh-to-field
  "\C-c\C-fb"           mh-to-field
  "\C-c\C-fc"           mh-to-field
  "\C-c\C-fm"           mh-to-field
  "\C-c\C-fs"           mh-to-field
  "\C-c\C-ft"           mh-to-field)