Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Moll <mmoll@cs.cmu.edu>
Subject: Re: using pop with Gnus, XEmacs and procmail
Date: 08 May 1997 09:54:31 -0400	[thread overview]
Message-ID: <uttk9lagjc8.fsf@gs236.sp.cs.cmu.edu> (raw)
In-Reply-To: <uttlo5qgjtp.fsf@gs236.sp.cs.cmu.edu>

>>> On 08 May 1997 09:44:02 -0400, Mark Moll (MM) wrote:
MM> Second, let gnus pop your mail every 5 minutes and invoke procmail:

MM> (defun mm-pop-mail () (interactive) (call-process "/usr0/mmoll/bin/procinc"))
MM> (gnus-demon-add-handler 'mm-pop-mail 5 t)
MM> (gnus-demon-init)

Instead of using a demon you can, of course, also pop your mail manually by
pressing `g' in the *Group* buffer if you add the following line to your
..gnus:

(add-hook 'gnus-get-new-news-hook 'mm-pop-mail)

-- 
Mark Moll    


      reply	other threads:[~1997-05-08 13:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-07 19:52 Eric Hendrickson
1997-05-08 13:44 ` Mark Moll
1997-05-08 13:54   ` Mark Moll [this message]

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=uttk9lagjc8.fsf@gs236.sp.cs.cmu.edu \
    --to=mmoll@cs.cmu.edu \
    /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).