From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23216 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: multi tagging Date: 13 Jun 1999 02:32:02 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199905251032.SM00173@tidalwave.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160990 846 80.91.224.250 (21 Oct 2002 00:43:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:43:10 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA08107 for ; Sat, 12 Jun 1999 20:49:31 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB14222; Sat, 12 Jun 1999 19:46:00 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Jun 1999 19:46:29 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA18170 for ; Sat, 12 Jun 1999 19:46:17 -0500 (CDT) Original-Received: from quimbies.gnus.org (bang.netfonds.no [195.1.89.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA07991 for ; Sat, 12 Jun 1999 20:45:20 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id CAA08211; Sun, 13 Jun 1999 02:46:24 +0200 Mail-Copies-To: never X-Now-Reading: Sheri S. Tepper's _The True Game_ X-Now-Playing: Skinny Puppy's _Dystemper_: "Dig_It-Mark_Walk_remix" Original-To: ding@gnus.org In-Reply-To: bob115@tidalwave.net's message of "Tue, 25 May 1999 10:34:24 -0400 (EDT)" User-Agent: Gnus/5.070086 (Pterodactyl Gnus v0.86) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ How do I tag multiple messages with attachments? If I want to download > say 3 different messages with attachments I have to do a decode and > save each. I would like to que more than 1 thread. I whipped up `gnus-summary-save-parts' a few weeks ago, but I seem to have neglected to bind it to a key. Uhm... No, it's on `X m'. Anyway, I've been poking about in alt.binaries.pictures.furniture a bit with the following command: (defun lars-save-all () (interactive) (gnus-uu-mark-buffer) (gnus-summary-save-parts "text/.*" "~/tmp/" nil t)) which saves all non-textual parts in that directory there. Perhaps this function should also be added, since I guess that this is what most people will want to use? (Well, it should prompt for the directory, of course.) Would a group mode command to iterate over a set of groups, entering the groups, running this command and exiting be a good idea? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen