Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: baxter tron <blax@blax.blajkx>
Subject: Configuration Trouble
Date: Sat, 01 Oct 2005 03:03:33 -0500	[thread overview]
Message-ID: <pan.2005.10.01.08.03.29.452138@blax.blajkx> (raw)

Hello,

I use to read news and mail with Gnus about a year ago, and I would like
to start using it again.  However, I am having problems.  This is quite
odd since I am using the same exact configuration files that I used
previously.

My first problem is that when I hit 'L' in the group buffer all I get is
the following:

     74: news.announce.newusers (m)
     358: news.groups.questions 
    1641: gnu.emacs.gnus 
      10: nndoc+gnus-help:gnus-help 
       *: nndraft:queue 
       *: nndraft:drafts 
When I believe I should get a list of all available groups on my server. 
BTW, when I start Gnus for the very first time Gnus reads a list of ~6MB
of groups.

This in itself wouldn't be a horrible thing, since I can still subscribe
to groups by using 'U' in the group summary, except I come up with another
problem.  At first everything seems to be working fine.  I can download
all headers for a particular group, and view the bodies.  But when I mark
all the articles read (using 'c' from the group buffer) Gnus will never
find any new articles in when updating with 'g' or restarting Gnus.

Here is my .gnus file:
;; -*- emacs-lisp -*-

(setq user-mail-address "wbennett@kyonline.net")
(setq user-full-name "Will Bennett")

(setq gnus-select-method '(nntp "newshost.allthenewsgroups.com"))

;; incoming mail
(add-to-list 'gnus-secondary-select-methods 
	     '(nnml ""
		    (nnml-directory "~/gnus-mail/")
		    (nnml-active-file "~/gnus-mail/active")))
	     

(setq mail-sources '((pop :server "mail.kyonline.net
			  :user "wbennett"
			  :password "Left Blank")))
;; outgoing mail
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mail.kyonline.net")


;; auto-wrap messages
(add-hook 'message-mode-hook
	  '(lambda ()
	     (turn-on-auto-fill)
	     (setq fill-column 70)))


Is there something wrong with my configuration file or do I just have
little or no idea how to use Gnus?  Any help is appreciated.

Thanks,
Will Bennett
wbennettNO@SPAMkyonline.net


             reply	other threads:[~2005-10-01  8:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-01  8:03 baxter tron [this message]
2005-10-07 15:06 ` DavidEng

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=pan.2005.10.01.08.03.29.452138@blax.blajkx \
    --to=blax@blax.blajkx \
    /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).