Gnus development mailing list
 help / color / mirror / Atom feed
From: "C. R. Oldham" <cro@nca.asu.edu>
Cc: ding@ifi.uio.no
Subject: Re: gnus-batch-brew-soup
Date: Tue, 25 Feb 1997 11:33:04 -0700 ()	[thread overview]
Message-ID: <Pine.WNT.3.95.970225112953.125A-100000@kirk.nca.asu.edu> (raw)
In-Reply-To: <m3d8tpl362.fsf@ucl.ac.uk>

On 25 Feb 1997, Eze Ogwuma wrote:

> Can anyone tell me how to use nnsoup to "batch brew soup" from the
> command line so as to include all the groups I'm subscribed to and no
> others. 

Merry Christmas.


--- begin newsunattended.el ---
(gnus)
(gnus-group-list-level 3)
(gnus-group-mark-regexp "*")
(gnus-brew-soup)
(gnus-group-exit)
--- end newsunattended.el ---

--- begin getnews ---
#!/usr/local/bin/zsh
export  PATH=/bin:/usr/bin:/usr/local/bin
file=`date +%y%m%d%H%M`
cp ~/.newsrc ~/.newsrc.$file
echo 'Doing news.'
/usr/local/bin/emacs --batch -l newsunattended.el
echo 'Zipping news.'
echo $file.zip
zip -mj $file.zip $HOME/SoupBrew/AREAS $HOME/SoupBrew/*.MSG $HOME/SoupBrew/*.IDX
echo 'Done.'
--- end getnews ---

--
| Charles R. (C. R.) Oldham     |         NCA Commission on Schools  |
| cro@nca.asu.edu               |  Arizona St. Univ., PO Box 873011  |
| V:602/965-8700 F:602/965-9423 |________      Tempe, AZ 85287-3011_ |
| "I like it!"--Citizen G'Kar, Babylon 5 | #include <disclaimer.h>X_>|


  reply	other threads:[~1997-02-25 18:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-02-25  8:07 gnus-batch-brew-soup Eze Ogwuma
1997-02-25 18:33 ` C. R. Oldham [this message]
1997-02-25 19:06   ` gnus-batch-brew-soup Eze Ogwuma
  -- strict thread matches above, loose matches on Subject: below --
1996-08-12  6:11 gnus-batch-brew-soup Richard Hoskins
1996-08-13  8:12 ` gnus-batch-brew-soup Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.WNT.3.95.970225112953.125A-100000@kirk.nca.asu.edu \
    --to=cro@nca.asu.edu \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).