From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5993 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: BUG in nnml.el Date: 19 Apr 1996 20:28:13 +0900 Organization: The Katsumi Yamaoka Fan Club Message-ID: <960419202813sGnus0.75@ganews.ga.sony.co.jp> References: <28wx3gk3jq.fsf_-_@ganews.ga.sony.co.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.50) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035146514 2058 80.91.224.250 (20 Oct 2002 20:41:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:41:54 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id FAA05633 for ; Fri, 19 Apr 1996 05:21:08 -0700 Original-Received: from maud.ifi.uio.no (0@maud.ifi.uio.no [129.240.74.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Fri, 19 Apr 1996 13:33:47 +0200 Original-Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17]) by maud.ifi.uio.no ; Fri, 19 Apr 1996 13:33:36 +0200 Original-Received: from sonygw.sony.co.jp ([43.0.1.249]) by sonyinet.sony.co.jp (8.6.10/3.4W4-96030410) with ESMTP id UAA20548; Fri, 19 Apr 1996 20:28:18 +0900 Original-Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-96041919) with ESMTP id UAA22560; Fri, 19 Apr 1996 20:28:03 +0900 Original-Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-95070714) with SMTP id UAA06037; Fri, 19 Apr 1996 20:28:01 +0900 Original-Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6) id AA05541; Fri, 19 Apr 96 20:28:15 JST Original-Received: by beer.ga.sony.co.jp (4.2/6.4J.6) id AA11841; Fri, 19 Apr 96 20:28:14 JST Original-To: gnus-bug@ifi.uio.no X-Face: I^U0(J'Dk3(>vvfmA.$Xw?JC`51Ns)!fn%}h;?c-lZ CjM=:P3s&d5`$up0Vg4@Z7I>97v7E4-^dYj+Iq!cP|y#drEnC9z%C4#?vs[B5|]nRIxDsHVa-]x;2+ ur6l7HEl;r[R$cYU#A_.)C7);K9a X-Mailer: September Gnus[0.75] + tm[7.50] / Mule[2.3@19.30] Original-Lines: 34 Xref: main.gmane.org gmane.emacs.gnus.general:5993 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5993 >>>>> In article >>>>> gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys) writes: > Katsumi Yamaoka writes: >> nnml deletes unnecessary articles. >> This is the patch for sgnus-0.73. >> >> --- nnml.el.orig Tue Apr 16 14:56:03 1996 >> +++ nnml.el Tue Apr 16 14:56:03 1996 >> @@ -306,7 +306,8 @@ >> (progn >> (condition-case () >> (funcall nnmail-delete-file-function >> - (concat nnml-current-directory >> + (concat nnml-directory >> + (substring gnus-newsgroup-name 5) "/" >> (int-to-string article))) >> (file-error nil)) >> (nnml-nov-delete-article group article) > I'm sorry, but what bug does this fix? `nnml-current-directory' > should be the same as > (concat nnml-directory > (substring gnus-newsgroup-name 5) "/") This `nnml-current-directory' belongs to the group which the article is moved to, but it should be current group. Then, think about a example when I try to move article `nnml:inbox 123' to `nnml:ding'. Nnml copies `nnml:inbox 123' to `nnml:ding 456', for example, and it deletes `nnml:ding 123' instead of `nnml:inbox 123'. -- Katsumi Yamaoka MD Dep., Personal A&V Products Company, Sony Corporation, Tokyo, Japan.