From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Re: improve rmail's MIME handling Date: Sun, 28 Nov 2010 22:24:29 -0500 Message-ID: <19699.7405.907052.380667@rgr.rgrjr.com> References: <83r5e874ab.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291001089 17954 80.91.229.12 (29 Nov 2010 03:24:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2010 03:24:49 +0000 (UTC) Cc: eliz@gnu.org, Stefan Monnier , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 29 04:24:44 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 1PMuM7-0001Uc-Ig for ged-emacs-devel@m.gmane.org; Mon, 29 Nov 2010 04:24:43 +0100 Original-Received: from localhost ([127.0.0.1]:52368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMuM6-0007YU-Sd for ged-emacs-devel@m.gmane.org; Sun, 28 Nov 2010 22:24:42 -0500 Original-Received: from [140.186.70.92] (port=38248 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMuM2-0007YA-5l for emacs-devel@gnu.org; Sun, 28 Nov 2010 22:24:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMuM0-0000Pz-Gb for emacs-devel@gnu.org; Sun, 28 Nov 2010 22:24:38 -0500 Original-Received: from rgrjr.com ([216.146.47.5]:40465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMuM0-0000Pi-At for emacs-devel@gnu.org; Sun, 28 Nov 2010 22:24:36 -0500 Original-Received: from rgrjr.dyndns.org (c-66-30-196-77.hsd1.ma.comcast.net [66.30.196.77]) by rgrjr.com (Postfix on CentOS) with ESMTP id 18FBE1601C9 for ; Mon, 29 Nov 2010 03:24:35 +0000 (UTC) Original-Received: (qmail 8755 invoked by uid 89); 29 Nov 2010 03:24:34 -0000 Original-Received: from unknown (HELO rgr.rgrjr.com) (192.168.57.1) by home with SMTP; 29 Nov 2010 03:24:34 -0000 Original-Received: by rgr.rgrjr.com (Postfix, from userid 500) id 4B5FBA4E90; Sun, 28 Nov 2010 22:24:30 -0500 (EST) In-Reply-To: X-Mailer: VM 7.19 under Emacs 24.0.50.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:133219 Archived-At: From: Kenichi Handa Date: Mon, 29 Nov 2010 09:59:16 +0900 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 . . . FWIW, the VM mail reader (which also uses "g" to get mail and "t" to toggle headers) uses "D", for "decode MIME". -- Bob Rogers http://www.rgrjr.com/