From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.240.136 with SMTP id la8cs240788icb; Sun, 13 Feb 2011 10:09:22 -0800 (PST) Received: by 10.224.73.129 with SMTP id q1mr2369964qaj.112.1297620561695; Sun, 13 Feb 2011 10:09:21 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 12si3202909qcd.74.2011.02.13.10.09.21; Sun, 13 Feb 2011 10:09:21 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 30A9418581F3; Sun, 13 Feb 2011 13:09:21 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.CMU.EDU [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 14FC71858112 for ; Sun, 13 Feb 2011 12:57:17 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1PogHv-0000yJ-BZ; Sun, 13 Feb 2011 13:03:11 -0500 From: Rich Lane To: Moritz Wilhelmy In-reply-to: <1297605296-sup-2535@niflheimr> References: <4D522CBF.4020203@gmx.de> <1297452493-sup-3136@spade.spade-domain> <1297584795-sup-2477@localhost> <1297605296-sup-2535@niflheimr> Date: Sun, 13 Feb 2011 13:03:11 -0500 Message-Id: <1297619275-sup-3028@zyrg.net> User-Agent: Sup/git Cc: sup-talk Subject: Re: [sup-talk] message missing in source, sup v0.12.1, sup-sync no longer has --changed? X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Moritz Wilhelmy's message of 2011-02-13 08:59:12 -0500: > Excerpts from John Wyzer's message of Sun Feb 13 09:20:13 +0100 2011: > > So the question remain - if messags are missing from one Maildir, is my only > > option to dump, reindex all and restore? That would be painful given the > > number of messages... > > Not only painful and annoying but also very stupid. Why would someone want to > get rid of sup-sync --changed? It happens all the time that Maildirs are > externally changed, there *should* be some easy way to sync these changes back, > at least that's my insignificant opinion. I don't completely understand the > motivation for getting rid of this feature in the first place. Can someone > please explain? sup-sync --changed was removed because it is no longer necessary. The maildir code can now gracefully deal with messages being moved and deleted. If all locations for a message are deleted it will keep the index entry (including the snippet) but display an error (inline, not disrupting the rest of the UI) if you try to view the message. Is this the behavior you're seeing, or is there a bug in the implementation? Sascha posted a patch that deletes index entries with no locations after a sync. I'd rather see that as a extra sup-sync --purge option, and if you don't want deleted messages to appear in the UI we should just check for that before adding them to the ThreadSet. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk