* mm: update main view, added bookmark support

This commit is contained in:
djcb
2011-12-03 14:22:30 +02:00
parent fe3449cec5
commit 8823edeed7
4 changed files with 105 additions and 63 deletions

View File

@ -204,6 +204,7 @@ or if not available, :body-html converted to text)."
(define-key map "q" 'mm/view-quit-buffer)
(define-key map "s" 'mm/search)
(define-key map "b" 'mm/search-bookmark)
(define-key map "j" 'mm/jump-to-maildir)
(define-key map "g" 'mm/view-go-to-url)
@ -395,7 +396,7 @@ removing '^M' etc."
(make-local-variable 'mm/view-buffer)
(setq major-mode 'mm/view-raw-mode
mode-name mm/view-raw-buffer-name)
mode-name "mm: raw view")
(setq truncate-lines t buffer-read-only t))
(defvar mm/view-raw-mode-map nil