Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > ec6d000dc80cad42ded4a9314a0c2870 > files > 1

mew-4.2.52-1mdk.i586.rpm

;; mew.el
;; Taken from info
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)

;; Setup icon location
(setq mew-icon-directory "/usr/share/pixmaps/mew")

;; Optional setup (Read Mail menu for Emacs 21):
;;(if (boundp 'read-mail-command)
;;    (setq read-mail-command 'mew))

;; Optional setup (e.g. C-xm for sending a message):
;;(autoload 'mew-user-agent-compose "mew" nil t)
;;(if (boundp 'mail-user-agent)
;;    (setq mail-user-agent 'mew-user-agent))
;;(if (fboundp 'define-mail-user-agent)
;;    (define-mail-user-agent
;;      'mew-user-agent
;;      'mew-user-agent-compose
;;      'mew-draft-send-message
;;      'mew-draft-kill
;;      'mew-send-hook))