From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.81.207 with SMTP id y15cs1697bkk; Wed, 26 May 2010 20:36:14 -0700 (PDT) Received: by 10.231.157.203 with SMTP id c11mr3796740ibx.14.1274931347534; Wed, 26 May 2010 20:35:47 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id l24si1102963ibj.59.2010.05.26.20.35.47; Wed, 26 May 2010 20:35:47 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-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-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 909D71858353; Wed, 26 May 2010 23:35:46 -0400 (EDT) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.CMU.EDU [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 13BE51858348 for ; Wed, 26 May 2010 23:31:04 -0400 (EDT) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1OHToG-0002EY-Hu for sup-devel@rubyforge.org; Wed, 26 May 2010 23:31:04 -0400 From: Rich Lane To: sup-devel Date: Wed, 26 May 2010 23:31:04 -0400 Message-Id: <1274847527-sup-4673@zyrg.net> User-Agent: Sup/git Subject: [sup-devel] now in next: maildir and index version bump X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion 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-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org I've merged the maildir branch to next. These changes allow Sup to handle maildirs where messages are being moved and deleted. There are still some UI fixes I need to make to handle moved/deleted messages smoothly, but I'm hoping that with the current code there aren't any regressions. The maildir branch changes the how message locations are stored so you'll have to do a full sync after upgrading. I've made sure of this by incrementing the index version number. This is the first incompatible index format change since switching to xapian, so I've taken the opportunity to remove old compatibility code and make some improvements to sup-dump. The sup-dump in next will work against any older xapian-based index, so there's no need to downgrade to run it. It will also work against newer index versions unless the basic structure changes. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel