From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: read and send mails with attachements Date: Thu, 08 Dec 2005 17:39:18 +0100 Message-ID: References: <43980B65.10704@netcabo.pt> Reply-To: zedek@gnu-rox.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1134066322 15976 80.91.229.2 (8 Dec 2005 18:25:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 18:25:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 08 19:25:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkQM3-0007Ro-Q9 for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2005 19:18:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkQMM-0000A3-83 for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2005 13:19:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkOr2-0004VM-7R for help-gnu-emacs@gnu.org; Thu, 08 Dec 2005 11:42:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkOqy-0004U5-Cu for help-gnu-emacs@gnu.org; Thu, 08 Dec 2005 11:42:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkOqv-0004Te-53 for help-gnu-emacs@gnu.org; Thu, 08 Dec 2005 11:42:42 -0500 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkOry-00078a-4u for help-gnu-emacs@gnu.org; Thu, 08 Dec 2005 11:43:46 -0500 Original-Received: from localhost.localdomain (unknown [10.0.0.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gnu-rox.org (Postfix) with ESMTP id 8207B8BBFE; Thu, 8 Dec 2005 17:45:11 +0100 (CET) Original-Received: from zedek by localhost.localdomain with local (Exim 4.60) (envelope-from ) id 1EkOne-0005F5-N9; Thu, 08 Dec 2005 17:39:18 +0100 Original-To: Pedro Sa da Costa In-reply-to: <43980B65.10704@netcabo.pt> (message from Pedro Sa da Costa on Thu, 08 Dec 2005 10:31:01 +0000) User-Agent: RMAIL/GNU Emacs 22.0.50.1 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:31793 Archived-At: From: Pedro Sa da Costa How can i send mails with attachements in emacs? With which MUA=A0? There are plethora of them in Emacs. With gnus, that should be pretty easy, with rmail, you can use rmime.el. I don't know for the others. How can i deal with the attachements when receiving mail? Is there any= =20 way to say that pdf files opens with xpdf, jpg and gif files with=20 gqview, etc? ~/.Mailcap is your friend. Xavier