Gnus development mailing list
 help / color / mirror / Atom feed
From: Jarl Friis <jarl@softace.dk>
Subject: Bug regarding reading sent-mail folder
Date: Mon, 01 Mar 2004 18:09:25 +0100	[thread overview]
Message-ID: <m3llmk7auy.fsf@zeus.intra.softace.dk> (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




             reply	other threads:[~2004-03-01 17:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01 17:09 Jarl Friis [this message]
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

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=m3llmk7auy.fsf@zeus.intra.softace.dk \
    --to=jarl@softace.dk \
    /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).