From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14104 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.gnus.user Subject: Re: How strip attached images `en masse' Date: Fri, 15 Oct 2010 09:26:08 +0200 Message-ID: <87tyknvrvz.fsf@eps142.cdf.udc.es> References: <87ocawa5dd.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287127574 19029 80.91.229.12 (15 Oct 2010 07:26:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2010 07:26:14 +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 Oct 15 09:26:10 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 1P6eg3-0001Mp-9V for gegu-info-gnus-english@m.gmane.org; Fri, 15 Oct 2010 09:26:07 +0200 Original-Received: from localhost ([127.0.0.1]:44692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6eg2-0000ie-9H for gegu-info-gnus-english@m.gmane.org; Fri, 15 Oct 2010 03:26:06 -0400 Original-Received: from [140.186.70.92] (port=48126 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6efy-0000hZ-FY for info-gnus-english@gnu.org; Fri, 15 Oct 2010 03:26:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6efx-00079I-HT for info-gnus-english@gnu.org; Fri, 15 Oct 2010 03:26:02 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:36132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6efw-000796-Rv for info-gnus-english@gnu.org; Fri, 15 Oct 2010 03:26:01 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6efr-0001HN-Pj for info-gnus-english@gnu.org; Fri, 15 Oct 2010 09:25:55 +0200 Original-Received: from eps142.cdf.udc.es ([193.144.52.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 09:25:55 +0200 Original-Received: from aluaces by eps142.cdf.udc.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2010 09:25:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: eps142.cdf.udc.es User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:D3pvkhW7kFXzH4QAFWNnhzVrXUk= 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:14104 Archived-At: Harry Putnam writes: > Can any one offer some input on commands for writing attachments to > disk that work on a mass level rather one at a time. > > I normally use `K o' to write an image to disk but that is going to be > very tedious with the mass of images I'm now receiving. > > The command requires that I leave the summary buffer and move to the > article buffer then move point to the attached item, them press `K o' > and give a file name. > > That will not do it for some 100 images over several messages. >From the summary buffer you have `gnus-summary-save-parts', bound to `X m'. Maybe you can craft a simple macro for operating on several messages. -- Alberto