Gnus development mailing list
 help / color / mirror / Atom feed
* Bug regarding reading sent-mail folder
@ 2004-03-01 17:09 Jarl Friis
  2004-03-02  1:27 ` Katsumi Yamaoka
  0 siblings, 1 reply; 11+ messages in thread
From: Jarl Friis @ 2004-03-01 17:09 UTC (permalink / raw)


Hello.

I recently upgraded from gnus 5.8.8 to 5.10.6 on XEmacs 21.4.10

Now I can't read my sent mails.

I believe I found a bug regarding regarding sent-mail. My relevant
"~/.gnus" part is (pretty standard/default):=20

(setq gnus-message-archive-method
      '(nnfolder "archive"
                 (nnfolder-get-new-mail nil)
                 (nnfolder-inhibit-expiry t)
                 (nnfolder-directory "~/Mail-softace/sent-mail/")
                 (nnfolder-active-file "~/Mail-softace/sent-mail/active")
                 )
      )
(setq gnus-message-archive-group "all")

When I hit the group "nnfolder+archive:all" in "*Group*" buffer. I get:

Signaling: (error "Couldn't request group nnfolder+archive:all: No such group: all")
  signal(error ("Couldn't request group nnfolder+archive:all: No such group: all"))
  cerror("Couldn't request group %s: %s" "nnfolder+archive:all" "No such group: all")
  apply(cerror "Couldn't request group %s: %s" ("nnfolder+archive:all" "No such group: all"))
  error("Couldn't request group %s: %s" "nnfolder+archive:all" "No such group: all")
  gnus-select-newsgroup("nnfolder+archive:all" nil nil)
  gnus-summary-read-group-1("nnfolder+archive:all" nil t nil nil nil)
  gnus-summary-read-group("nnfolder+archive:all" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group)


I further realised that when gnus has started up, there is a
difference of the value of `nnfolder-group-alist' variable.
In gnus 5.8.8 this value is `(("all" (1 . 1340)))'.
In gnus 5.10.6 this value is nil.

I further figured out that the following lines where removed from
5.8.8 to 5.10.6 in nnfolder.el (approx. line 600):
----------------------------------------------
	;; The group doesn't exist, so we create a new entry for it.
	(push (list group (cons 1 0)) nnfolder-group-alist)
	(nnfolder-save-active nnfolder-group-alist nnfolder-active-file))
----------------------------------------------

Is this a bug?=20
Can someone help?
Can I provide you with more information.

Jarl

-- 
Jarl Friis
Softace
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone:  +45 26 13 20 90
E-mail: jarl@softace.dk




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

end of thread, other threads:[~2005-09-20  9:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-01 17:09 Bug regarding reading sent-mail folder Jarl Friis
2004-03-02  1:27 ` Katsumi Yamaoka
2004-03-04 21:53   ` Jarl Friis
2004-03-05  7:17     ` Katsumi Yamaoka
2005-07-29  6:56       ` Jarl Friis
2005-08-01  7:35         ` Katsumi Yamaoka
2005-08-05  1:59           ` Katsumi Yamaoka
2005-09-19 12:35             ` Jarl Friis
2005-09-20  1:51               ` Katsumi Yamaoka
2005-09-20  9:27                 ` Jarl Friis
2005-09-20  9:49                   ` Katsumi Yamaoka

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