Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: batch email reading?
Date: Tue, 16 May 2006 21:41:37 +0900	[thread overview]
Message-ID: <b4m3bfa5egu.fsf@jpl.org> (raw)
In-Reply-To: <1147782145.394634.8030@v46g2000cwv.googlegroups.com>

>>>>> In <1147782145.394634.8030@v46g2000cwv.googlegroups.com>
>>>>>	"jacques.wainer@gmail.com" <jacques.wainer@gmail.com> wrote:

> Anyone has a batch email reading function for gnus? (So gnus will read
> and classify  the 100+ emails a day I receive before I get to work?)
> The gnus-batch-kill function does not read email, and I tried to use it
> as a base for a batch mail reader but it seems that I call a function
> that generates an error while in batch.

I use the following crontab entry which runs before I get to work:

15 6 * * * rm -f ~/#.newsrc-dribble# ~/.newsrc-dribble; /usr/local/bin/emacs -batch -u yamaoka --eval '(gnus 1)' -f gnus-group-quit

`-u yamaoka' is necessary to let Emacs load my ~/.emacs file (my
account name is "yamaoka").  `1' means to make Gnus check only
mail groups (I've set the group levels to 1 for all mail groups).

  reply	other threads:[~2006-05-16 12:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-16 12:22 jacques.wainer
2006-05-16 12:41 ` Katsumi Yamaoka [this message]
2006-05-16 13:43 ` Karl Kleinpaste

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=b4m3bfa5egu.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).