VM

Comment 20 for bug 881411

Revision history for this message
David Raymond (raymond-kestrel) wrote : [Bug 881411] Re: Incorrect processing of multipart/related

Dear Uday,

I am using chromium for html stuff. The pertinent part of my .emacs
file is listed below.

When I try to load emacs-w3m, emacs23 says that w3m isn't supported.

Best,

Dave

------------------------

;;; Load VM
(require 'vm-autoloads)
;;; the vm-reply library doesn't get autoloaded (bug in 8.2.0b)
(load "/usr/share/emacs/site-lisp/vm/vm-reply")
;;; VM configuration
(setq vm-mail-header-from "David Raymond <email address hidden>")
(setq vm-use-toolbar nil)
(setq vm-fill-paragraphs-containing-long-lines 75)
(setq vm-move-after-deleting t)
(setq vm-mutable-frames nil)
(setq vm-preview-lines nil)
(setq vm-auto-next-message nil)
(setq vm-folder-directory "~/Mail/")
(setq vm-confirm-new-folders t)
(setq vm-delete-after-saving t)
(setq vm-mime-attachment-save-directory "~/Desktop/")
(setq vm-mime-delete-after-saving t)
(setq vm-reply-ignored-addresses '("<email address hidden>"))
(add-to-list 'vm-mime-default-face-charsets "Windows-1251")
(add-to-list 'vm-mime-default-face-charsets "Windows-1252")
(add-to-list 'vm-mime-default-face-charsets "Windows-1257")
(setq vm-mime-internal-content-types '("text"))
(setq vm-imagemagick-convert-program nil)
(setq vm-mime-internal-content-type-exceptions '("text/html"))
(setq vm-mime-text/html-handler 'chromium)
(setq vm-auto-decode-mime-messages nil)
(setq vm-auto-displayed-mime-content-types '("text"))
(setq vm-mime-external-content-types-alist
        '(
   ;("text/html" "chromium")
   ("image/eps" "gv")
   ("image" "ristretto")
   ("application/postscript" "gv")
   ("application/pdf" "xpdf")
   ("application/lyx" "lyx")
   ("application/excel" "gnumeric")
   ))
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . vm))
(define-key-after menu-bar-tools-menu [smail] '("Send Mail" . vm-mail) 'rmail)

;;; Sendmail configuration
(setq mail-user-agent 'sendmail-user-agent)
(setq mail-from-style 'angles)
(setq user-full-name "David Raymond")
(setq user-mail-address "<email address hidden>")
(setq mail-default-reply-to "David Raymond <email address hidden>")

;;; Mail archiving
(setq mail-archive-file-name "~/Mail/sent")

;;; BBDB setup
(require 'bbdb)
(bbdb-initialize 'sendmail 'vm)
(bbdb-insinuate-vm)
(add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail)
(setq bbdb-quiet-about-name-mismatches t)
(setq bbdb-use-pop-up nil)
(setq bbdb/mail-auto-create-p nil)

;;; Set external browser
(setq browse-url-generic-program "chromium"
      browse-url-browser-function 'browse-url-generic)

-------------------------------------------------------

Uday Reddy writes:
 > Dear David and John, Rechecking this bug report, I find that VM 8.2.0a
 > has been working fine for multipart/related content as long as you use
 > emacs-w3m as your html viewer.
 >
 > Can you clarify what settings you used for html viewing, when you
 > reported the original problem?
 >
 > Cheers,
 > Uday
 >
 > --
 > You received this bug notification because you are subscribed to the bug
 > report.
 > https://bugs.launchpad.net/bugs/881411
 >
 > Title:
 > Incorrect processing of multipart/related
 >
 > Status in VM (View Mail) for Emacs:
 > In Progress
 >
 > Bug description:
 > Certain emails with [cid...] in the text part, which report the
 > existence of inline images, do not get decoded with the current
 > stable version of vm (8.20a on emacs 23.3). I can forward an example
 > of this type of email, which seems to have appeared recently (new
 > Microsoft trick?). By the way, mutt seems to be able to handle
 > messages of this type.
 >
 > To manage notifications about this bug go to:
 > https://bugs.launchpad.net/vm/+bug/881411/+subscriptions

--
David J. Raymond
Prof. of Physics
New Mexico Tech
http://www.physics.nmt.edu/~raymond/index.html