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: Tue, 02 Mar 2004 10:27:49 +0900	[thread overview]
Message-ID: <b9yhdx8qbqi.fsf@jpl.org> (raw)
In-Reply-To: <m3llmk7auy.fsf@zeus.intra.softace.dk>

Hi,

I read your message last week and tried the same archiving method.
However, I could neither reproduce any problem nor look at the
nnfolder-group-alist variable as nil.

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

> Hello.

> I recently upgraded from gnus 5.8.8 to 5.10.6 on XEmacs 21.4.10

There is a remarkable difference between 5.8.8 and 5.10.6.
Recent Gnus uses .mrk files for nnfolder groups, for instance:

% cd ~/Mail-softace/sent-mail
% ls -aF
./ ../ active  all  all.mrk  all.nov  all~

About this, you will find a note in the GNUS-NEWS file as follows:

--8<---------------cut here---------------start------------->8---
** Upgrading from previous (stable) version if you have used Oort.

If you have tried Oort (the unstable Gnus branch leading to this
release) but went back to a stable version, be careful when upgrading
to this version.  In particular, you will probably want to remove all
.marks (nnml) and .mrk (nnfolder) files, so that flags are read from
your ~/.newsrc.eld instead of from the .marks/.mrk file where this
release store flags.  See a later entry for more information about
marks.  Note that downgrading isn't safe in general.
--8<---------------cut here---------------end--------------->8---

If .mrk files are broken, you can ignore them by setting the
nnfolder-marks-is-evil variable as t.  This may be unrelated
though.

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

[...]

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

Hm, it has been deleted early in the Oort Gnus (2001-07-09).

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

> Jarl
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2004-03-02  1:27 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 [this message]
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=b9yhdx8qbqi.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).