GNU bug report logs -
#8006
23.2.93; rmail-mime says "Not a MIME message"
Previous Next
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
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.