all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 8006@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	[thread overview]
Message-ID: <khobw2qu75.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <vby5v6a03g.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 23 Nov 2011 18:30:11 -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)






  reply	other threads:[~2011-11-23 23:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-08 20:33 bug#8006: 23.2.93; rmail-mime says "Not a MIME message" Eli Zaretskii
2011-02-08 20:44 ` Eli Zaretskii
2011-02-09  0:23 ` Chong Yidong
2011-02-09  4:02   ` Eli Zaretskii
2011-02-09  4:49 ` Kenichi Handa
2011-02-09 11:21   ` Eli Zaretskii
2011-11-23 23:30     ` Glenn Morris
2011-11-23 23:45       ` Glenn Morris [this message]
2011-11-24  3:55         ` Eli Zaretskii
2011-11-24  3:59           ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=khobw2qu75.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=8006@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.