* mua updates

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-16 00:09:34 +03:00
parent ade551deb9
commit 76c8d21c73
7 changed files with 431 additions and 271 deletions

View File

@ -35,6 +35,8 @@
(require 'mua-msg)
(require 'mua-hdrs)
(require 'mua-view)
(require 'mua-msg-file)
(defvar mua/mu-home nil "location of the mu homedir, or nil for
the default")
@ -82,6 +84,7 @@ quitted, it switches back to its parent buffer")
(defface mua/body-face '((t (:foreground "#8cd0d3"))) "")
(setq mua/hdrs-mode-map
(let ((map (make-sparse-keymap)))
@ -146,7 +149,6 @@ quitted, it switches back to its parent buffer")
(switch-to-buffer buf)
(mua/mua-mode)))
(defvar mua/mua-mode-map
(let ((map (make-sparse-keymap)))