From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.96.70.73 with SMTP id k9csp170856qdu; Tue, 12 Nov 2013 11:42:55 -0800 (PST) X-Received: by 10.14.9.67 with SMTP id 43mr4419654ees.72.1384285375040; Tue, 12 Nov 2013 11:42:55 -0800 (PST) Return-Path: Received: from mout.gmx.net (mout.gmx.net. [212.227.15.15]) by mx.google.com with ESMTPS id x45si23426612eey.216.2013.11.12.11.42.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Nov 2013 11:42:55 -0800 (PST) Received-SPF: pass (google.com: domain of eric.weikl@gmx.net designates 212.227.15.15 as permitted sender) client-ip=212.227.15.15; Authentication-Results: mx.google.com; spf=pass (google.com: domain of eric.weikl@gmx.net designates 212.227.15.15 as permitted sender) smtp.mail=eric.weikl@gmx.net Received: from localhost ([93.104.120.87]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0M1SLt-1VR8UM1asj-00tUfv for ; Tue, 12 Nov 2013 20:42:54 +0100 Content-Type: text/plain; charset=UTF-8 From: Eric Weikl To: Steven Hum Cc: Gaute Hope , sup-devel Subject: Re: [sup-devel] sup 0.15? In-reply-to: <1384175088-sup-8928@luna> References: <1383637745-sup-2758@qwerzila> <1384097900-sup-2821@luna> <1384112448-sup-9012@qwerzila> <1384175088-sup-8928@luna> Date: Tue, 12 Nov 2013 20:42:50 +0100 Message-Id: <1384285065-sup-2892@alderaan> User-Agent: Sup/git Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:flK4vm7CY6EbukoXm6mDyP91CNYVAm7O0dOk5MITMny+8QrTBYr YwurY6TQV8Z6fSe5QpJ7VAD1M71LVjHum3JsrklgP3dECL3aVyMezzaX2D/OzFOJZ/tD8tD 3hgjy03wngGGTcsMmPUIZP/qroeJ40/btEhrbABunwUWSv4/ustAntT+3Jmf3NXT4prsZgF O5Jw3Bf/ENUCdlJhdioRQ== Hi Steven, On 11/11/2013 14:18:45, Steven Hum wrote: > Thanks for pointing me in the right direction. My sources.yaml file was > unchanged from sup 0.14.x but only had one source defined in it. I was > using a startup.rb hook to scan and define my offlineimap sources and > that is where the problem seems to have originated for sup 0.15.0.. > (due to a possible change to the SourceManager.add_source?) > > By eliminating my startup hook and manually defining all my sources, I > was able to reinitialize the xapian mail database and all seems to be > functioning now. > > Guess I will have to poke around to find out why my startup hook > appears to be causing problems. Hmm... I'm not aware of any changes that could cause that behavior. Could you post your hook? I'd like to make sure we didn't change any expected behavior. Cheers, Eric