From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15507 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Automatically batch-decoding of all binaries in all groups. Date: 01 Jul 1998 13:59:13 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035154526 22462 80.91.224.250 (20 Oct 2002 22:55:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:55:26 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.0/8.9.0) with ESMTP id FAA25418 for ; Wed, 1 Jul 1998 05:12:03 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id IAA08909 for ; Wed, 1 Jul 1998 08:09:43 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id GAT05938; Wed, 1 Jul 1998 06:43:22 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Jul 1998 07:07:39 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id HAA25280 for ; Wed, 1 Jul 1998 07:07:24 -0500 (CDT) Original-Received: (qmail 32586 invoked by uid 504); 1 Jul 1998 12:07:02 -0000 Original-Received: (qmail 32581 invoked from network); 1 Jul 1998 12:07:00 -0000 Original-Received: from ppp032.uio.no (HELO sparky.gnus.org) (129.240.240.33) by claymore.vcinet.com with SMTP; 1 Jul 1998 12:06:59 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id OAA09390; Wed, 1 Jul 1998 14:06:58 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Lloyd Zusman's message of "Wed, 01 Jul 1998 04:29:45 GMT" X-Mailer: Gnus v5.6.24/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > (3) This is the part I'm looking for suggestions on: I want to > run something in batch mode that loops through all newsgroups, > and within each newsgroup loops through all the articles > and automatically decodes them and stores all the results in > a directory I have previously specfied. Multi-part binary > articles need to be handled correctly. As this is being done, > all the articles are marked as "read". Once invoked, his needs > to run to completion totally without any manual intervention. `(gnus-group-read-group nil t group)' will fetch GROUP, and then you can run `gnus-uu-mark-all' and `(gnus-uu-decode-uu-and-save nil "~/save-directory/")' and `gnus-summary-exit'. And that should basically be it. With some checks that you land in the right buffer, and so on. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen