Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus got lazy all of a sudden.
@ 2006-05-02  3:35 Fredrik Bulow
  2006-05-02  7:00 ` Tim X
  0 siblings, 1 reply; 4+ messages in thread
From: Fredrik Bulow @ 2006-05-02  3:35 UTC (permalink / raw)



Hi!

I've been using GNUS for about two weeks to read my mail, new and
favourite RSS feeds.

When I start GNUS, it used to check for new mail, news and RSS and
display the number of new messages next to the group. One day it
ceased to do this for news, it still fetches mail and rss like it
should, but if I want to check for new news I must go to the
group. Instead of seeing the number of new messages next to news
groups, I see an '*'. After visiting and exiting the group this as
been replaced by the number for new messages.

The 'g' key in the *Groups* buffer also ignores news but gets rss and
mail.

Here is my current .gnus file.

,----
| ;;;; TPG news server
| (setq gnus-select-method '(nntp "news.tpg.com.au"))
| 
| 
| (setq nnmail-split-methods
|       '(
| 	("CLUG" "^Subject:.*\\[clug\\]")
| 	("other" "")))
| 
| 
| ;;;; TPG email server
| (setq gnus-secondary-select-methods '((nnml ""
| 					    (nnml-directory "~/Mail/"))))
| (setq user-mail-address "****")
| 
| (setq user-full-name "****")
| 
| 
| (setq send-mail-function 'smtpmail-send-it
|       message-send-mail-function 'smtpmail-send-it
|       smtpmail-default-smtp-server "mail.tpg.com.au"
|       smtpmail-auth-credentials '(("mail.tpg.com.au" 25  "****" "****"))
|       smtpmail-local-domain "lsafjalsdf.dasfasd.se")
| 
| (setq gnus-message-archive-group "sent")
| (setq message-send-mail-function 'message-smtpmail-send-it)
| (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
| 
| 
| 
| ;;; Define how Gnus is to read your mail.  We read mail from
| ;;; your ISP's POP server.
| (setq mail-sources '((pop 
| 		      :server "mail.tpg.com.au"
| 		      :port "110"
| 		      :user "****"
| 		      :password "****"
| 		      )))
| 
| 
| 
| (defun my-archive-article (&optional n)
|   "Copies one or more article(s) to a corresponding `nnml:' group, e.g.
|      `gnus.ding' goes to `nnml:1.gnus.ding'. And `nnml:List-gnus.ding' goes
|      to `nnml:1.List-gnus-ding'.
| 
|      Use process marks or mark a region in the summary buffer to archive
|      more then one article."
|   (interactive "P")
|   (let ((archive-name
| 	 (format
| 	  "nnml:1.%s"
| 	  (if (featurep 'xemacs)
| 	      (replace-in-string gnus-newsgroup-name "^.*:" "")
| 	    (replace-regexp-in-string "^.*:" "" gnus-newsgroup-name)))))
|     (gnus-summary-copy-article n archive-name)))
| 
`----


I am grateful for all help

/Fredrik

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

end of thread, other threads:[~2006-05-03 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02  3:35 gnus got lazy all of a sudden Fredrik Bulow
2006-05-02  7:00 ` Tim X
2006-05-03  3:14   ` Fredrik Bulow
2006-05-03 10:17     ` Tim X

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