GNU bug report logs - #8006
23.2.93; rmail-mime says "Not a MIME message"

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Tue, 8 Feb 2011 20:26:01 UTC

Severity: minor

Tags: patch

Found in version 23.2.93

Fixed in version 24.0.92

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 8006 <at> debbugs.gnu.org
Subject: bug#8006: 23.2.93; rmail-mime says "Not a MIME message"
Date: Wed, 23 Nov 2011 18:45:34 -0500
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)





This bug report was last modified 13 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.