From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: rmail and quoted-printable Date: Sat, 02 Sep 2006 12:48:37 +0300 Message-ID: References: <87odu0cz0k.fsf@zogzog.gnu-rox.org> <1157148332.060114.148370@p79g2000cwp.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1157190535 6747 80.91.229.2 (2 Sep 2006 09:48:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Sep 2006 09:48:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 02 11:48:53 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJS7R-0002Yw-Hj for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 11:48:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJS7R-0004bR-5W for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 05:48:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJS7F-0004Yp-4v for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 05:48:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJS7D-0004UX-37 for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 05:48:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJS7C-0004UO-WE for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 05:48:39 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJSHF-00045M-EW for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 05:59:01 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-42-63.inter.net.il [80.230.42.63]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FQJ30329 (AUTH halo1); Sat, 2 Sep 2006 12:48:36 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1157148332.060114.148370@p79g2000cwp.googlegroups.com> (maillaxa@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37117 Archived-At: > From: maillaxa@gmail.com > Date: 1 Sep 2006 15:05:32 -0700 > > > Xavier Maillard wrote: > > > I can't find an elegant solution to deal with all these mails sent > > > with QP encoded body. > > > > > > What is exactly the way to go either with GNU Emacs (directly) or > > > using external programs. > > > > Emacs: Gnus or VM > > I do not want to change my rmail solution for my mails. The question > was more on how to decode qp in rmail than what MUA I could use. Please explain what would qualify as ``an elegant solution'', then. The infrastructure is there: we have the function mail-unquote-printable-region to do the actual work.