From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60980 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug regarding reading sent-mail folder Date: Tue, 20 Sep 2005 18:49:01 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1127210038 4817 80.91.229.2 (20 Sep 2005 09:53:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Sep 2005 09:53:58 +0000 (UTC) Cc: bugs@gnus.org, ding@gnus.org Original-X-From: ding-owner+m9512@lists.math.uh.edu Tue Sep 20 11:53:53 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EHemj-0004V0-Hw for ding-account@gmane.org; Tue, 20 Sep 2005 11:51:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EHeme-0003LV-00; Tue, 20 Sep 2005 04:51:28 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EHeks-0003LQ-00 for ding@lists.math.uh.edu; Tue, 20 Sep 2005 04:49:38 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EHekn-0006NZ-Dv for ding@lists.math.uh.edu; Tue, 20 Sep 2005 04:49:38 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EHeke-0003Gf-00; Tue, 20 Sep 2005 11:49:24 +0200 Original-Received: from localhost.servershost.net ([127.0.0.1] helo=localhost) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1EHekX-0006r5-VE; Tue, 20 Sep 2005 04:49:18 -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.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:eBnDvf6rvgHeuPR15YPD0M9We5c= X-Hashcash: 1:20:050920:jarl@softace.dk::87f3IFCTE8hJI/dr:00000000000000000000000000000000000000000000004qGU X-Hashcash: 1:20:050920:bugs@gnus.org::HX5dridRfh0WRx4u:00000jt2 X-Hashcash: 1:20:050920:ding@gnus.org::rBKu+mRr71UNvFGa:00001szy X-Antivirus-Scanner: Clean mail though you should still use an Antivirus 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 - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.0 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60980 Archived-At: >>>>> In Jarl Friis wrote: >> I'm sorry that I cannot reproduce the same bad behavior. If it >> occurs on me, I'll investigate all the Gnus functions related to >> this step by step using edebug for example. > Have you tried reproducing using the same backend (method)? Yes, I tried it more than three times using exactly the same method (and directory) as yours. I also tried some various ways in order to make the problem clear, but I've never succeeded in it yet. I hope other developers see the following thread and try it too. http://news.gmane.org/group/gmane.emacs.gnus.general/thread=56470 >> (I personally will not use the mail directory which is not the >> default or the methods which aren't popular since I don't >> believe they have been fully tested, though.) > So what you say is that I might solve the problem by converting my > sent-mail to another backend (method of storing my sent-mail), right? Probably. I use the local nntp server for `gnus-select-method' and the settings similar to the following: (setq gnus-secondary-select-methods '(nnml "") gnus-message-archive-method '(nnml "") gnus-message-archive-group '((if (message-news-p) "sent-news" "sent-mail")))