From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13677 Path: news.gmane.org!not-for-mail From: Tim Landscheidt Newsgroups: gmane.emacs.gnus.user Subject: Re: getting a photo out of an email? Date: Fri, 19 Feb 2010 00:10:47 +0000 Organization: Message-ID: References: <87pr45xj22.fsf@bsdlaptop.bsdlaptop.danakil.selfip.com> <87mxz916z4.fsf@mean.albasani.net> <87sk90u3zn.fsf@bsdlaptop.bsdlaptop.danakil.selfip.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266538300 5288 80.91.229.12 (19 Feb 2010 00:11:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Feb 2010 00:11:40 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Feb 19 01:11:37 2010 Return-path: Envelope-to: gegu-info-gnus-english@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 1NiGSy-0001ML-L7 for gegu-info-gnus-english@m.gmane.org; Fri, 19 Feb 2010 01:11:32 +0100 Original-Received: from localhost ([127.0.0.1]:37536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiGSx-0000mx-Sl for gegu-info-gnus-english@m.gmane.org; Thu, 18 Feb 2010 19:11:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiGSu-0000mi-Md for info-gnus-english@gnu.org; Thu, 18 Feb 2010 19:11:28 -0500 Original-Received: from [140.186.70.92] (port=52048 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiGSp-0000mR-31 for info-gnus-english@gnu.org; Thu, 18 Feb 2010 19:11:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiGSj-0002lt-Jp for info-gnus-english@gnu.org; Thu, 18 Feb 2010 19:11:23 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:44106) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiGSj-0002ln-DD for info-gnus-english@gnu.org; Thu, 18 Feb 2010 19:11:17 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NiGSg-00016k-Tu for info-gnus-english@gnu.org; Fri, 19 Feb 2010 01:11:14 +0100 Original-Received: from e177121162.adsl.alicedsl.de ([85.177.121.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Feb 2010 01:11:14 +0100 Original-Received: from tim by e177121162.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Feb 2010 01:11:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: info-gnus-english@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e177121162.adsl.alicedsl.de Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:PV1MhjWCHlPyKbH7/1oDC+CcIDM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13677 Archived-At: Nigel Beck wrote: > I wound up doing "X m" - "extract all parts" - which then said "image/*" > as the default part description, and it dumped them all into a directory > of my choice. > K v etc didn't do the trick right away at least. Perhaps as gnus had > inlined the photos? On a related topic: I receive quoted-printable encoded HTML mails (no multipart, i. e. "Content-Type: text/html; charset=ISO-8859-1" and "Content-Transfer-Encoding: quoted-printable") from Google Alerts. How do I extract a bunch of them to individual files in a target directory? In principle, X m works for me, but requires manual confirma- tion for every mail if used with M-&. What is the proper way to handle MIME mails in elisp? gnus-summary-save-parts and gnus-article-save-part look, ahem, very focused on user in- teraction. Tim