Gnus development mailing list
 help / color / mirror / Atom feed
From: jgrass@hotmail.com
Subject: Help - function to get/read new mails in a group
Date: Fri, 08 May 1998 23:54:29 GMT	[thread overview]
Message-ID: <199805082354.SAA14400@x7.dejanews.com> (raw)

Hi,

I'm trying to find a function in GNUS that will open a group, get all
new articles in that group and read the group. I'd like to use the
function with xbuffy/xbiff like commands.

I couldn't find such a function and here is what I came up with:

(defun gnus-visit-group (group)
  (gnus-get-unread-articles-in-group
   (gnus-get-info group) (gnus-active group) t)
  (gnus-fetch-group group)
  )

When I did:

(gnus-visit-group "nnfolder+jgrass:inbox")


It doesn't seem to do the trick. Any suggestions?

JG

-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/   Now offering spam-free web-based newsreading



             reply	other threads:[~1998-05-08 23:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-08 23:54 jgrass [this message]
1998-05-11 15:52 ` Wes Hardaker
1998-05-11 17:26   ` Darren/Torin/Who Ever...

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=199805082354.SAA14400@x7.dejanews.com \
    --to=jgrass@hotmail.com \
    /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).