Gnus development mailing list
 help / color / mirror / Atom feed
* multi tagging
@ 1999-05-25 14:34 bob115
  1999-05-25 16:30 ` Kai.Grossjohann
  1999-06-13  0:32 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: bob115 @ 1999-05-25 14:34 UTC (permalink / raw)


[-- Attachment #1: Type: TEXT/plain, Size: 257 bytes --]

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.
-- 
Robert Sheskin
bob115@tidalwave.net
ICQ: 5788323
AIM: RobertLS

[-- Attachment #2: Type: APPLICATION/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multi tagging
  1999-05-25 14:34 multi tagging bob115
@ 1999-05-25 16:30 ` Kai.Grossjohann
  1999-06-13  0:32 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Kai.Grossjohann @ 1999-05-25 16:30 UTC (permalink / raw)


bob115@tidalwave.net writes:

  > 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.

There is the X family of keybindings (type X C-h for a list), but
maybe it only groks uuencoded messages.  Try it.

kai
-- 
Abort this operation?   [Abort]  [Cancel]


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: multi tagging
  1999-05-25 14:34 multi tagging bob115
  1999-05-25 16:30 ` Kai.Grossjohann
@ 1999-06-13  0:32 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-06-13  0:32 UTC (permalink / raw)


bob115@tidalwave.net writes:

> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-13  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-25 14:34 multi tagging bob115
1999-05-25 16:30 ` Kai.Grossjohann
1999-06-13  0:32 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).