From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: improve rmail's MIME handling Date: Mon, 29 Nov 2010 09:59:16 +0900 Message-ID: References: <83r5e874ab.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290992382 23124 80.91.229.12 (29 Nov 2010 00:59:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2010 00:59:42 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 29 01:59:38 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PMs5h-0000iC-1S for ged-emacs-devel@m.gmane.org; Mon, 29 Nov 2010 01:59:37 +0100 Original-Received: from localhost ([127.0.0.1]:39030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMs5g-0003f2-1o for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2010 19:59:36 -0500 Original-Received: from [140.186.70.92] (port=52150 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMs5b-0003en-9W for emacs-devel@gnu.org; Sun, 28 Nov 2010 19:59:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMs5Y-0005SK-Kt for emacs-devel@gnu.org; Sun, 28 Nov 2010 19:59:31 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:34718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMs5T-0005RF-1C; Sun, 28 Nov 2010 19:59:23 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id oAT0xH5d016959; Mon, 29 Nov 2010 09:59:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id oAT0xHKW005659; Mon, 29 Nov 2010 09:59:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id oAT0xGog011566; Mon, 29 Nov 2010 09:59:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1PMs5M-00084U-EF; Mon, 29 Nov 2010 09:59:16 +0900 In-Reply-To: (message from Stefan Monnier on Fri, 26 Nov 2010 09:41:42 -0500) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133216 Archived-At: In article , Stefan Monnier writes: > While I think handling MIME out of the box is indispensable, I also > think it should be easy to view the raw message easily, so I hope > there's a command that lets you see the raw message, turning off all > MIME processing. It's easy to implement such a feature. In article , Lars Magne Ingebrigtsen writes: > > FWIW, I couldn't find such a command in Gnus :-(. > `C-u C-u g'. In RMAIL, as `g' is for getting new mails, it can't be used for toggling the MIME handling. In Gnus it seems C-u C-u g also toggles headers. So one idea is to use `t' in RMAIL to toggle MIME handling too. But, in RMAIL, `t' still decodes subect, etc. according to RFC2047. Should we change it? Another idea is to use the most useless key 'v' (rmail-mime) when rmail-enable-mime is t. --- Kenichi Handa handa@m17n.org