Gnus development mailing list
 help / color / mirror / Atom feed
* Help - function to get/read new mails in a group
@ 1998-05-08 23:54 jgrass
  1998-05-11 15:52 ` Wes Hardaker
  0 siblings, 1 reply; 3+ messages in thread
From: jgrass @ 1998-05-08 23:54 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-05-11 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-05-08 23:54 Help - function to get/read new mails in a group jgrass
1998-05-11 15:52 ` Wes Hardaker
1998-05-11 17:26   ` Darren/Torin/Who Ever...

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).