bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8006: 23.2.93; rmail-mime says "Not a MIME message"


From: Glenn Morris
Subject: bug#8006: 23.2.93; rmail-mime says "Not a MIME message"
Date: Wed, 23 Nov 2011 18:45:34 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

But if you want this feature, does this work?

*** lisp/mail/rmailmm.el        2011-11-22 02:55:06 +0000
--- lisp/mail/rmailmm.el        2011-11-23 23:44:08 +0000
***************
*** 1269,1275 ****
                             (or arg (goto-char (point-min)))
                             (point)) 'rmail-mime-entity)))
              (if (or (not arg) entity) (rmail-mime-toggle-raw state)))
!         (message "Not a MIME message")))
      (let* ((data (rmail-apply-in-message rmail-current-message 
'buffer-string))
           (buf (get-buffer-create "*RMAIL*"))
           (rmail-mime-mbox-buffer rmail-view-buffer)
--- 1269,1277 ----
                             (or arg (goto-char (point-min)))
                             (point)) 'rmail-mime-entity)))
              (if (or (not arg) entity) (rmail-mime-toggle-raw state)))
!         (progn
!           (message "Not a MIME message, just toggling headers")
!           (rmail-toggle-header))))
      (let* ((data (rmail-apply-in-message rmail-current-message 
'buffer-string))
           (buf (get-buffer-create "*RMAIL*"))
           (rmail-mime-mbox-buffer rmail-view-buffer)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]