Package: vm Version: 8.0.13-1 Severity: normal
It appears that the current squeeze version of vm has introduced a new bug. When replying with R to a message which has mime-encoded text, lenny's vm would decode the text, making it visible in the reply as it is being composed. The squeeze version includes just a mime attachment of the original message, which is very unhelpful. I am using emacs23, though I think the problem also occurs in emacs22. For reference, I am including the vm part of my .emacs file. ------------------------- ;;; VM stuff (setq mail-default-reply-to "raym...@kestrel.nmt.edu") (setq user-full-name "David Raymond") (setq user-mail-address "raym...@kestrel.nmt.edu") (setq vm-use-toolbar nil) (setq vm-mime-8bit-text-transfer-encoding '("8bit")) (setq vm-move-after-deleting t) (setq vm-mutable-frames nil) (setq vm-preview-lines nil) (setq vm-auto-next-message nil) (setq vm-display-using-mime t) (setq vm-folder-directory "~/Mail/") (setq vm-confirm-new-folders t) (setq vm-delete-after-saving t) (setq vm-mime-internal-content-types '("text")) (setq vm-mime-internal-content-type-exceptions '("text/html")) (setq vm-auto-decode-mime-messages nil) (setq vm-auto-displayed-mime-content-types '("text")) (setq vm-mime-external-content-types-alist '( ("text/html" "firefox") ("image/eps" "evince") ("image" "eog") ("application/postscript" "evince") ("application/pdf" "evince") ("application/lyx" "lyx") ("application/msword" "abiword") ("application/excel" "gnumeric") ("application/octet-stream" "abiword") )) (define-key menu-bar-tools-menu [rmail] '("Read Mail" . vm)) (define-key-after menu-bar-tools-menu [smail] '("Send Mail" . vm-mail) 'rmail) ;;; ;;; Mail archiving (setq mail-archive-file-name "~/Mail/sent") -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages vm depends on: ii dpkg 1.15.5.5 Debian package management system ii emacs23 [emacsen] 23.1+1-5 The GNU Emacs editor (with GTK+ us ii install-info 4.13a.dfsg.1-5 Manage installed documentation in ii make 3.81-7 An utility for Directing compilati ii ucf 3.0025 Update Configuration File: preserv vm recommends no packages. Versions of packages vm suggests: ii exim4 4.71-2 metapackage to ease Exim MTA (v4) ii exim4-daemon-light [mail-tran 4.71-2 lightweight Exim MTA (v4) daemon pn stunnel <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org