From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59925 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP article move optimization! Date: 1 Mar 2005 11:26:57 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nsm3fpc1a.fsf@lifelogs.com> References: <4nr7n4b12g.fsf@lifelogs.com> <4nu0ryd6oj.fsf@lifelogs.com> <4n4qg0csx4.fsf_-_@lifelogs.com> <4nhdjwg1nn.fsf@lifelogs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109694319 21085 80.91.229.2 (1 Mar 2005 16:25:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2005 16:25:19 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8466=ding+2Daccount=gmane.org@lists.math.uh.edu Tue Mar 01 17:25:19 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6A8i-0001cP-UV for ding-account@gmane.org; Tue, 01 Mar 2005 17:22:29 +0100 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 1D6ADF-0004JC-01 for ding-account@gmane.org; Tue, 01 Mar 2005 10:27:09 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D6ADA-0004J4-00 for ding@lists.math.uh.edu; Tue, 01 Mar 2005 10:27:04 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D6AD7-0007eA-Pv for ding@lists.math.uh.edu; Tue, 01 Mar 2005 10:27:01 -0600 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D6AD6-0000oc-00 for ; Tue, 01 Mar 2005 17:27:00 +0100 Original-Received: (qmail 8341 invoked from network); 1 Mar 2005 16:24:54 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: yamaoka@jpl.org, simon@josefsson.org, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 1 Mar 2005 16:24:54 -0000 Mail-Followup-To: "Katsumi Yamaoka" , "Simon Josefsson " , ding@gnus.org Original-To: "Katsumi Yamaoka" , "Simon Josefsson" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:050301:yamaoka@jpl.org::PGZpGlyO7zM+w1xe:00000000000000000000000000000000000000000000002D1X X-Hashcash: 1:20:050301:ding@gnus.org::k5l9naja3spIQiHS:00002CnZ X-Hashcash: 1:20:050301:simon@josefsson.org::BwlvSbgLyVxK9F8n:0000000000000000000000000000000000000000000pM6 In-Reply-To: (Katsumi Yamaoka's message of "Tue, 01 Mar 2005 09:37:08 +0900") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59925 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59925 On Tue, 01 Mar 2005, yamaoka@jpl.org wrote: >>>>> In <4nhdjwg1nn.fsf@lifelogs.com> Ted Zlatanov wrote: > >>> Isn't it better to use defvar to gnus-sum-hint-move-is-internal? > >> I wanted it to be a local variable without definition or effect >> outside its scope. It's a kludge anyhow, the real solution is to have >> nnimap-request-move-article check the source and destination server. >> Do you agree? > > I see. Sorry to have written rubbish. Your point was valid! If it was rubbish I would have told you I disagree :) I am just asking you and Simon if you agree that nnimap-request-move-article should check the servers for equality. I can also put that as a parameter to gnus-request-move-article and have it be passed to ALL move commands - nnmaildir, nnml, etc. Is that better? Do other backends benefit? I would imagine nnml and nnfolder won't, but maybe nnmaildir would benefit. Ted