Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: bugs@gnus.org, ding@gnus.org
Subject: Re: Bug regarding reading sent-mail folder
Date: Mon, 01 Aug 2005 16:35:15 +0900	[thread overview]
Message-ID: <b4m64uqm7nw.fsf@jpl.org> (raw)
In-Reply-To: <m34qae85hy.fsf@zeus.intra.softace.dk>

The old articles can be found in:

http://news.gmane.org/group/gmane.emacs.gnus.general/thread=56470

>>>>> In <m34qae85hy.fsf@zeus.intra.softace.dk> Jarl Friis wrote:

> Thanks for your response. It is long time we communicated. I have been
> very busy, yet I haven't solved my problem. Here is some more
> information for you. Thanks for helping me.

I retried it and succeeded in archiving and reading messages
again.  When I think of it now (I'm not quite sure of all,
though), it doesn't seem to be related to the marks nor to the
change you pointed out as follows:

>>>>> In <m3llmk7auy.fsf@zeus.intra.softace.dk> Jarl Friis wrote:

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

In addition, there seems to be no problem in the newsrc entry
for your archive group, except that it suggests there's no
article.

>> (assoc "nnfolder+archive:all" gnus-newsrc-alist)

> => ("nnfolder+archive:all" 6 nil nil (nnfolder "archive" (nnfolder-inhibit-expiry t) (nnfolder-directory "~/Mail-softace/sent-mail/") (nnfolder-active-file "~/Mail-softace/sent-mail/active")))

I guess there might be another "archive" method in the
`gnus-server-alist' variable and it might be used by some groups
other than the archive group.  For instance, in the .newsrc.eld
file, if `gnus-server-alist' contains

("archive" nnml "")

and a certain nnml group uses it in `gnus-newsrc-alist' as

("nnml:some" 1 (...) (...) "archive" (...))

rather then

("nnml:some" 1 (...) (...) "nnml:" (...))

, there's no problem to use the group, but the error you've
reported first will occur with the real archive group.  I've
ever experienced a similar accident actually, though I don't
know why it occurred.  The way to fix it is only to edit the
.newsrc.eld file manually.

If it is possible, please show me personally your .newsrc.eld
file.  I may be able to write a Lisp program to fix it.



  reply	other threads:[~2005-08-01  7:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01 17:09 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 [this message]
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=b4m64uqm7nw.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.org \
    /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).