;; Leaving messages on the servers after retrieving.
;; Note that the line should not be in .emacs. If do so,
;; pop accont settings conflict with the line in the
;; .emacs file.
(setq mew-pop-delete nil)
;; C-c C-E
;; this line is not necessary to use mozilla with C-c C-E.
;; this line cannot launch mozilla.
;; (setq mew-prog-text/html "mozilla")
;; Viewing URL from Mew by Mozzila-firefox
(setq browse-url-browser-function 'browse-url-netscape)
(autoload 'browse-url-at-mouse "browse-url"
"Ask a WWW browser to load a URL clicked with the mouse." t)
(add-hook 'mew-message-mode-hook
(function
(lambda()
(local-set-key [mouse-2] 'browse-url-at-mouse))))