Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus marks all new news as read
@ 1997-10-24  2:14 Eze Ogwuma
  0 siblings, 0 replies; 6+ messages in thread
From: Eze Ogwuma @ 1997-10-24  2:14 UTC (permalink / raw)


Hello,

Gnus is marking all my new news as read. Does anyone have any idea
why?

This is my .gnus file.

(setq gnus-nntp-server "localhost")
;;;(setq gnus-select-methods '(nnspool ""))
;; (setq gnus-select-method '(nnsoup ""))

(setq gnus-secondary-select-methods
	'((nnml "")
	  (nnsoup "")))


;;(setq message-default-news-headers
;;           "From: Eze Ogwuma <zcaceog@ucl.ac.uk>\n")
;; (setq message-default-mail-headers
;;          "From: Eze Ogwuma <zcaceog@ucl.ac.uk>\n")

;;; (setq gnus-article-highligh t)

(setq nnmail-tmp-directory "~/Mail/.nnmail-tmp-directory")

;;;(setq nnsoup-packer "tar cf - %s | gzip > $HOME/spin%d.tgz")
;;;(setq nnsoup-packet-regexp "sout")
;;;(setq message-send-news-function 'nnsoup-request-post)
;;;(setq message-send-mail-function 'nnsoup-request-mail)

(gnus-add-configuration
      '(article (vertical 1.0
                    (summary 0.30 point)
                    (article 1.0))))

(setq gnus-message-archive-group 
           '((if (message-news-p)
                 "misc-news" 
               "misc-mail")))

(setq gnus-kill-summary-on-exit nil)


(setq nnmail-split-methods
      '(("executor" "^From:.owner-executor-digest@ardi.com")
	("Gnus" "^To:.*ding-announce@hpc.uh.edu")
	("Gnus" "^To:.*ding@ifi.uio.no*")
	("Gnus" "^To:.*ding@gnus.org*")
	("Gnus" "^To:.*bugs@gnus.org*")
	("Gnus" "^To:.*gnus-bug@ifi.uio.no")
	("Gnus" "^To:.*gnus-bug*")
	("Gnus" "^To:.*Lars Magne Ingebrigtsen")
	("Gnus" "^Cc:.*bugs@gnus.org*")
	("Gnus" "^Cc:.*ding@ifi.uio.no*")
	("Gnus" "^Cc:.*ding@gnus.org*")
	("Gnus" "^From:.ding-rn-digests-request@bluesky.net")
	("Gnus" "^From:.*ding@ifi.uio.no")
	("Gnus" "^From:.*bugs@gnus.org*")
	("Gnus" "^From:.*gnus-bug@ifi.uio.no")
	("Gnus" "^From:.*gnus-bug*")
	("Gnus" "^From:.*Lars Magne Ingebrigtsen")
	("CS" "^From:.*@cs.ucl.ac.uk")
	("redhat.digests.v97.p2" "^From: redhat-digest-request@redhat.com")
;;	("linuxprog" "^Reply-To:.linuxprog@netsteps.com")
;;	("linuxprog" "^Reply-To:.linuxpro@netsteps.com")
	("exmh" "^From:.owner-exmh-users-digest@sunlabs.eng.Sun.COM")
	("Wine" "^From:.*Alexandre Julliard <julliard@lrc.epfl.ch>")
	("Applixware" "^To:.*applixware-list-request@redhat.com")
	("Applixware" "^From:.*applixware-list-request@redhat.com")
	("Applixware" "^Resent-From:.*applixware-list@redhat.com")
	("rpm" "^Resent-From:.rpm-list@redhat.com")
	("devel" "^Resent-From:.redhat-devel-list@redhat.com")
	("announce" "^Resent-From:.redhat-announce-list@redhat.com")
	("raid" "^To:.*linux-raid@vger.rutgers.edu")
	("raid" "^Cc:.*linux-raid@vger.rutgers.edu")
	("raid" "^Sender:.owner-linux-raid@vger.rutgers.edu")
	("Install" "^Resent-From:.redhat-install-list@redhat.com")
	("Install" "^Reply-To:.redhat-install-list@redhat.com")
	("PPP" "^Resent-From:.redhat-ppp-list@redhat.com")
	("pgsql" "^Sender:.owner-questions@hub.org")
	("pgsql" "^Sender:.owner-docs@hub.org")
	("pgsql" "^Sender:.owner-announce@hub.org")
	("pgsql" "^Sender:.owner-hackers@hub.org")
	("pgsql" "^To:.*pgsql*")
	("pgsql" "^Cc:.*pgsql*")
	("pgsql" "^To:.*postgreSQL*")
	("pgsql" "^To:.*postgresql*")
	("pgsql" "^Cc:.*postgreSQL*")
	("pgsql" "^Cc:.*postgresql*")
	("mysql" "^Sender:.owner-mysql@analytikerna.se")
	("mysql" "^To:.*mysql*")
	("mysql" "^Cc:.*mysql*")
	("sag" "^Sender:.*SAG-L*")
	("sag" "^To:.*SAG-L*")
	("sag" "^Reply-To:.*SAG-L*")	
	("mail.misc" "")))

;(setq nnmail-split-methods
;      '(("digests" "")))


;;(autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
;;(autoload 'sc-submit-bug-report "supercite" "Supercite 3.1" t)
;;(setq message-cite-function 'sc-cite-original)


(setq gnus-visual t)
(add-hook 'gnus-article-display-hook 'gnus-article-highlight)


;(add-hook 'gnus-article-display-hook 'gnus-smiley-display t)

;;; (gnus-agentize)

(setq gnus-group-line-format "%M%S%p%m%P%5y: %(%g%)%l\n")


Thanks.
-- 
Eze Ogwuma


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

* Re: Gnus marks all new news as read
  1997-11-05 12:44     ` Lars Magne Ingebrigtsen
@ 1997-11-11 19:49       ` Eze Ogwuma
  0 siblings, 0 replies; 6+ messages in thread
From: Eze Ogwuma @ 1997-11-11 19:49 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Eze Ogwuma <zcaceog@ucl.ac.uk> writes:
> 
> > > `g' makes all newsgroups disappear from the group buffer?  I. e., are
> > > displayed as having zero unread articles if you list them with `L'?
> > 
> > Only groups that were already invisible. These remain invisible and
> > all new news gets an "O" mark. 
> 
> This is really odd.  I don't understand at all how this is possible.

Hello,

I've investigated some more and it appears that those articles that
have been cross-posted are marked as read.
-- 
Eze Ogwuma


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

* Re: Gnus marks all new news as read
  1997-10-25  6:50   ` Eze Ogwuma
@ 1997-11-05 12:44     ` Lars Magne Ingebrigtsen
  1997-11-11 19:49       ` Eze Ogwuma
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-11-05 12:44 UTC (permalink / raw)


Eze Ogwuma <zcaceog@ucl.ac.uk> writes:

> > `g' makes all newsgroups disappear from the group buffer?  I. e., are
> > displayed as having zero unread articles if you list them with `L'?
> 
> Only groups that were already invisible. These remain invisible and
> all new news gets an "O" mark. 

This is really odd.  I don't understand at all how this is possible.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Gnus marks all new news as read
  1997-10-24 23:38 ` Lars Magne Ingebrigtsen
@ 1997-10-25  6:50   ` Eze Ogwuma
  1997-11-05 12:44     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Eze Ogwuma @ 1997-10-25  6:50 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Eze Ogwuma <zcaceog@ucl.ac.uk> writes:
> 
> > Gnus is marking all my new news as read as soon as I do 'g' to get
> > it.
> 
> `g' makes all newsgroups disappear from the group buffer?  I. e., are
> displayed as having zero unread articles if you list them with `L'?

Only groups that were already invisible. These remain invisible and
all new news gets an "O" mark. 

Groups that were already visible remain visible but all new news gets
an "O" mark so the number of unread messages remains the same.
-- 
Eze Ogwuma


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

* Re: Gnus marks all new news as read
  1997-10-24  5:02 Eze Ogwuma
@ 1997-10-24 23:38 ` Lars Magne Ingebrigtsen
  1997-10-25  6:50   ` Eze Ogwuma
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-24 23:38 UTC (permalink / raw)


Eze Ogwuma <zcaceog@ucl.ac.uk> writes:

> Gnus is marking all my new news as read as soon as I do 'g' to get
> it.

`g' makes all newsgroups disappear from the group buffer?  I. e., are
displayed as having zero unread articles if you list them with `L'?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Gnus marks all new news as read
@ 1997-10-24  5:02 Eze Ogwuma
  1997-10-24 23:38 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Eze Ogwuma @ 1997-10-24  5:02 UTC (permalink / raw)


Hello,

Gnus is marking all my new news as read as soon as I do 'g' to get
it. However my mail is fine (nnml) apparently. Does anyone have any
idea what's going on?


Thanks.

This is my .gnus file.

(setq gnus-nntp-server "localhost")
;;;(setq gnus-select-methods '(nnspool ""))
;; (setq gnus-select-method '(nnsoup ""))

(setq gnus-secondary-select-methods
	'((nnml "")
	  (nnsoup "")))


;;(setq message-default-news-headers
;;           "From: Eze Ogwuma <zcaceog@ucl.ac.uk>\n")
;; (setq message-default-mail-headers
;;          "From: Eze Ogwuma <zcaceog@ucl.ac.uk>\n")

;;; (setq gnus-article-highligh t)

(setq nnmail-tmp-directory "~/Mail/.nnmail-tmp-directory")

;;;(setq nnsoup-packer "tar cf - %s | gzip > $HOME/spin%d.tgz")
;;;(setq nnsoup-packet-regexp "sout")
;;;(setq message-send-news-function 'nnsoup-request-post)
;;;(setq message-send-mail-function 'nnsoup-request-mail)

(gnus-add-configuration
      '(article (vertical 1.0
                    (summary 0.30 point)
                    (article 1.0))))

(setq gnus-message-archive-group 
           '((if (message-news-p)
                 "misc-news" 
               "misc-mail")))

(setq gnus-kill-summary-on-exit nil)


(setq nnmail-split-methods
      '(("executor" "^From:.owner-executor-digest@ardi.com")
	("Gnus" "^To:.*ding-announce@hpc.uh.edu")
	("Gnus" "^To:.*ding@ifi.uio.no*")
	("Gnus" "^To:.*ding@gnus.org*")
	("Gnus" "^To:.*bugs@gnus.org*")
	("Gnus" "^To:.*gnus-bug@ifi.uio.no")
	("Gnus" "^To:.*gnus-bug*")
	("Gnus" "^To:.*Lars Magne Ingebrigtsen")
	("Gnus" "^Cc:.*bugs@gnus.org*")
	("Gnus" "^Cc:.*ding@ifi.uio.no*")
	("Gnus" "^Cc:.*ding@gnus.org*")
	("Gnus" "^From:.ding-rn-digests-request@bluesky.net")
	("Gnus" "^From:.*ding@ifi.uio.no")
	("Gnus" "^From:.*bugs@gnus.org*")
	("Gnus" "^From:.*gnus-bug@ifi.uio.no")
	("Gnus" "^From:.*gnus-bug*")
	("Gnus" "^From:.*Lars Magne Ingebrigtsen")
	("CS" "^From:.*@cs.ucl.ac.uk")
	("redhat.digests.v97.p2" "^From: redhat-digest-request@redhat.com")
;;	("linuxprog" "^Reply-To:.linuxprog@netsteps.com")
;;	("linuxprog" "^Reply-To:.linuxpro@netsteps.com")
	("exmh" "^From:.owner-exmh-users-digest@sunlabs.eng.Sun.COM")
	("Wine" "^From:.*Alexandre Julliard <julliard@lrc.epfl.ch>")
	("Applixware" "^To:.*applixware-list-request@redhat.com")
	("Applixware" "^From:.*applixware-list-request@redhat.com")
	("Applixware" "^Resent-From:.*applixware-list@redhat.com")
	("rpm" "^Resent-From:.rpm-list@redhat.com")
	("devel" "^Resent-From:.redhat-devel-list@redhat.com")
	("announce" "^Resent-From:.redhat-announce-list@redhat.com")
	("raid" "^To:.*linux-raid@vger.rutgers.edu")
	("raid" "^Cc:.*linux-raid@vger.rutgers.edu")
	("raid" "^Sender:.owner-linux-raid@vger.rutgers.edu")
	("Install" "^Resent-From:.redhat-install-list@redhat.com")
	("Install" "^Reply-To:.redhat-install-list@redhat.com")
	("PPP" "^Resent-From:.redhat-ppp-list@redhat.com")
	("pgsql" "^Sender:.owner-questions@hub.org")
	("pgsql" "^Sender:.owner-docs@hub.org")
	("pgsql" "^Sender:.owner-announce@hub.org")
	("pgsql" "^Sender:.owner-hackers@hub.org")
	("pgsql" "^To:.*pgsql*")
	("pgsql" "^Cc:.*pgsql*")
	("pgsql" "^To:.*postgreSQL*")
	("pgsql" "^To:.*postgresql*")
	("pgsql" "^Cc:.*postgreSQL*")
	("pgsql" "^Cc:.*postgresql*")
	("mysql" "^Sender:.owner-mysql@analytikerna.se")
	("mysql" "^To:.*mysql*")
	("mysql" "^Cc:.*mysql*")
	("sag" "^Sender:.*SAG-L*")
	("sag" "^To:.*SAG-L*")
	("sag" "^Reply-To:.*SAG-L*")	
	("mail.misc" "")))

;(setq nnmail-split-methods
;      '(("digests" "")))


;;(autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
;;(autoload 'sc-submit-bug-report "supercite" "Supercite 3.1" t)
;;(setq message-cite-function 'sc-cite-original)


(setq gnus-visual t)
(add-hook 'gnus-article-display-hook 'gnus-article-highlight)


;(add-hook 'gnus-article-display-hook 'gnus-smiley-display t)

;;; (gnus-agentize)

(setq gnus-group-line-format "%M%S%p%m%P%5y: %(%g%)%l\n")


-- 
Eze Ogwuma


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

end of thread, other threads:[~1997-11-11 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-24  2:14 Gnus marks all new news as read Eze Ogwuma
1997-10-24  5:02 Eze Ogwuma
1997-10-24 23:38 ` Lars Magne Ingebrigtsen
1997-10-25  6:50   ` Eze Ogwuma
1997-11-05 12:44     ` Lars Magne Ingebrigtsen
1997-11-11 19:49       ` Eze Ogwuma

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