* mm-view: disable 'Inspect' for now

This commit is contained in:
djcb 2011-12-13 07:45:15 +02:00
parent 37c884aa2e
commit cfd180a888
1 changed files with 1 additions and 2 deletions

View File

@ -217,7 +217,7 @@ or if not available, :body-html converted to text)."
(define-key map "." 'mm/view-raw)
(define-key map "|" 'mm/view-pipe)
(define-key map "I" 'mm/inspect-message)
;; (define-key map "I" 'mm/inspect-message)
;; intra-message navigation
(define-key map (kbd "SPC") 'scroll-up)
@ -651,7 +651,6 @@ results."
(defconst mm/muile-process-name "*muile*"
"Name of the muile process.")
;; note, implementation is very basic/primitive; we probably need comint to do
;; something like geiser does (http://www.nongnu.org/geiser/). Desirable
;; features: a) the output is not editable b) tab-completions work