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 _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english