From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56485 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug regarding reading sent-mail folder Date: Tue, 02 Mar 2004 10:27:49 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: sea.gmane.org 1078190929 20541 80.91.224.253 (2 Mar 2004 01:28:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2004 01:28:49 +0000 (UTC) Cc: bugs@gnus.org, ding@gnus.org Original-X-From: ding-owner+M5026@lists.math.uh.edu Tue Mar 02 02:28:40 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Axyi8-0005sM-00 for ; Tue, 02 Mar 2004 02:28:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AxyhZ-0001L6-00; Mon, 01 Mar 2004 19:28:05 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AxyhU-0001L1-00 for ding@lists.math.uh.edu; Mon, 01 Mar 2004 19:28:00 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 3BCA03A01FB; Mon, 1 Mar 2004 19:28:00 -0600 (CST) Original-Received: from yamaoka by washington.hostforweb.net with local (Exim 4.24) id 1AxyhW-0007AJ-Df; Mon, 01 Mar 2004 20:28:02 -0500 Original-To: Jarl Friis X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:I3l4U8c9IDXZ7JiF6IonSvuGziY= X-Hashcash: 0:040302:jarl@softace.dk:fd763dc699690718 X-Hashcash: 0:040302:bugs@gnus.org:3551d65e28119af6 X-Hashcash: 0:040302:ding@gnus.org:67b721744ffcff39 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32041 32041] / [47 12] X-AntiAbuse: Sender Address Domain - washington.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56485 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 >>>>> Jarl Friis 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