Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Read while uploading
@ 2002-08-14  0:11 R. Molen
       [not found] ` <v9sn1heeii.fsf@marauder.physik.uni-ulm.de>
  0 siblings, 1 reply; 2+ messages in thread
From: R. Molen @ 2002-08-14  0:11 UTC (permalink / raw)



Help! This is a gnusbie question, but the answer was not obvious to me
in my info file.

When I select a group that I've previously visited in Gnus v5.9.0, Emacs
21.2.1 for WinNT queries how many messages to upload.  It uploads what
seems to be the entire newsgroup regardless of my answer.

I want to be able to start reading shortly after selecting the group.
So I guess my questions are:

1. How do I keep the prior messages?

2. How do I read selected group(s) in the background so that they are
    ready to read?

My .emacs stuff is below.

TIA for any comments

R. Molen

;;;gnus
  (setq gnus-nntp-server nil) ; default nil -- overrides 
gnus-select-method
  (setq gnus-select-method '(nntp "news.iccinternet.com"))
  (setq gnus-check-new-newsgroups "ask-server")
  (setq gnus-save-killed-list nil) ;don't save list of killed groups.
  (setq gnus-inhibit-startup-message t)
  (setq gnus-auto-select-first nil)

;timestamp when group last read
(add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
(setq gnus-group-line-format  "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
     ;timestamp in ISO8601 format

;preread articles -- reduces wait increases traffic
(setq gnus-asynchronous t)
(setq gnus-use-article-prefetch 10) ;#,t=infinite,nil
(setq gnus-fetch-old-headers 'invisible) ;quicker A T thread fetches

;persistent articles support
(setq gnus-use-cache 'passive)

(setq gnus-use-trees t) ;make additional thread tree buffer

(gnus-async-prefetch-article-p gnus-async-read-p) ; skip read articles

;;;using Gnus to handle mail
(load-library "message")
(setq message-send-mail-function 'smtpmail-send-it)


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

end of thread, other threads:[~2002-08-14 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-14  0:11 Read while uploading R. Molen
     [not found] ` <v9sn1heeii.fsf@marauder.physik.uni-ulm.de>
     [not found]   ` <uofc5qwna.fsf@postbox-lax.iccinternet.com>
2002-08-14 16:58     ` Reiner Steib

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