Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
Cc: ding@ifi.uio.no
Subject: Re: BUG in nnml.el
Date: 19 Apr 1996 20:28:13 +0900	[thread overview]
Message-ID: <960419202813sGnus0.75@ganews.ga.sony.co.jp> (raw)
In-Reply-To: <w8sspe4awms.fsf@hler.ifi.uio.no>

>>>>> In article <w8sspe4awms.fsf@hler.ifi.uio.no>
>>>>>   gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys) writes:

> Katsumi Yamaoka <yamaoka@ga.sony.co.jp> 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 <yamaoka@ga.sony.co.jp>
MD Dep., Personal A&V Products Company, Sony Corporation, Tokyo, Japan.


           reply	other threads:[~1996-04-19 11:28 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <w8sspe4awms.fsf@hler.ifi.uio.no>]

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=960419202813sGnus0.75@ganews.ga.sony.co.jp \
    --to=yamaoka@ga.sony.co.jp \
    --cc=ding@ifi.uio.no \
    /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).