diff --git a/toys/mm/mm-view.el b/toys/mm/mm-view.el index 067fd5ca..b8a7c651 100644 --- a/toys/mm/mm-view.el +++ b/toys/mm/mm-view.el @@ -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