From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.96.142.65 with SMTP id ru1csp9363qdb; Fri, 28 Mar 2014 01:15:56 -0700 (PDT) X-Received: by 10.182.72.9 with SMTP id z9mr45977obu.58.1395994556223; Fri, 28 Mar 2014 01:15:56 -0700 (PDT) Return-Path: Received: from rubyforge.org ([50.56.192.79]) by mx.google.com with ESMTP id ov10si4326976obc.194.2014.03.28.01.15.55 for ; Fri, 28 Mar 2014 01:15:56 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (no key for signature) header.i=@gmail.com; dmarc=fail (p=NONE dis=NONE) header.from=gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0DE572E1BE; Fri, 28 Mar 2014 08:15:56 +0000 (UTC) X-Greylist: delayed 1355 seconds by postgrey-1.31 at rubyforge; Fri, 28 Mar 2014 08:15:45 UTC Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by rubyforge.org (Postfix) with ESMTP id AD38C2E17D for ; Fri, 28 Mar 2014 08:15:45 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id t60so2357067wes.5 for ; Fri, 28 Mar 2014 01:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:mime-version:content-type; bh=XCQZsCC1rAXJF16BBCWE4gulKqqhhrhZk1pybERtvgE=; b=rxa94nJN3QF34DXxkZjYSJbRCmt3fmcYK4szFq6tRaBxkQkZyZzTOfrzb7cDnRSeT0 8xIKxziBgej9kZ4taRKa4KbbzmOPnYWFdVc+aHEmKTU1zJPdWN+Uk4KT2E3xlznjs2+P mbPdMNxpuviGNGzUr4UXAePnPmNFeZgXgOhNmUI/KOTFVolqBx3pa+sR41OoWryMgb6L 4akKwELDF4Q3M6oLMZxgvt8Vw53N/nBJYPUQqPkPGYstkiwBJ6f5pfegM864nzjgxok8 gEwLFpZaQolzs7zQwD29Z/O2PewjDfcDYGj2grV+NY6TeLbmmflx0cV66uvA68JCF712 b6aQ== X-Received: by 10.180.23.99 with SMTP id l3mr45373269wif.47.1395992867987; Fri, 28 Mar 2014 00:47:47 -0700 (PDT) Received: from localhost.localdomain (155-29-190-109.dsl.ovh.fr. [109.190.29.155]) by mx.google.com with ESMTPSA id u6sm4565849wif.6.2014.03.28.00.47.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Mar 2014 00:47:46 -0700 (PDT) Received: from localhost (localhost.localdomain [IPv6:::1]); by localhost.localdomain (OpenSMTPD) with ESMTP id 4b1062ba; for ; Fri, 28 Mar 2014 07:47:42 +0000 (UTC) From: Matthieu Rakotojaona To: sup-devel In-reply-to: <18152441-C2B3-4454-B1E1-3242F62E7412@schmeiser.org> References: <1395042468-sup-5821@qwerzila> <18152441-C2B3-4454-B1E1-3242F62E7412@schmeiser.org> X-pgp-key: http://otokar.looc2011.eu/static/matthieu.rakotojaona.asc Date: Fri, 28 Mar 2014 08:47:35 +0100 Message-Id: <1395992480-sup-9485@kpad> User-Agent: Sup/git MIME-Version: 1.0 Subject: Re: [sup-devel] [sup] Maildir root: Keep labels in sync with maildir folders (#253) 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: , Content-Type: multipart/mixed; boundary="===============1970783743891816755==" Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org --===============1970783743891816755== Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=-1395992862-243713-9560-2193-1-=" --=-1395992862-243713-9560-2193-1-= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Excerpts from Steven Schmeiser's message of 2014-03-28 00:40:18 +0100: > I'm trying out the maildir-root branch, but get the following error: > = > undefined local variable or method `check_enable_experimental' for Mail= dirSub (deleted):Redwood::MaildirRoot::MaildirSub > /usr/local/Cellar/ruby193/1.9.3-p545/lib/ruby/gems/1.9.1/gems/sup-999/l= ib/sup/maildirroot.rb:153:in `ensure_maildir' > = > I did a diff with an older version of maildir-root that I was using fro= m gauteh's personal repository, but I didn't see anything obviously relat= ed to this that changed in maildirroot.rb. Any suggestions? Yes, the `check_enable_experimental` function is defined at the maildirroot level, not the maildirsub level. The whole e8bc811bb9188cbe9c2111b9515110a90278c46e commit is wrong. If you feel adventurous you can fix this: the 2 lines are related to the @maildirroot variable. I'll provide a patch a fix after $dayjob. -- = Matthieu Rakotojaona --=-1395992862-243713-9560-2193-1-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQJ8BAEBCgBmBQJTNSkeXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwNkQ3NDcxMDJFRUU4MEYwRTY4MzQwMkEz QTc0RTE5NDVDM0Q5NzIyAAoJEDp04ZRcPZcicjwQAJ2NQvB68EV6osDvbjCJFKHT m0WTBRTHTNumXp3BfMPCWHTMuiAoU1lXyhp0uoIcIBwz06pYZTAb3iQtj9MG575U /fY6t1wQL8mUi3n7dvZf0HKGEEPyrCgcA/Ul+9rAkkCebIP6xxDEbnqcdO92Gygg ZBkShs47wYCh7Uxo/cnI0JLGFyU9NNCSjWO4BM1ZBIhQiHRD7pmLsV9vvpJarmwv vxO6r7J1r7IPgGBlabzlVnblzqBkhxvxePBffgd3QUNlWyi2WimdVL8GbYKEqVlE AG1NWkcA1YQA0Ojf2IeYzV65o0RpYGDcc9fgWHWvt7Q9FEFWq17S7aY66qFov8qs oSi1ikMLwkJfyoG7fmYSlakG+YCuZWGf8xnL2QR3Y84IyZ9By6PaWF9PyTkht844 hquUNOoyBBKHeajzVGELiW0FoijjOqmpvYdg/nmM0SPYjmY1EdlXHeIDNmREjypr 0tBaTkYqScYPhvQHJPs2x1FV3Sn6e+GfGIvcT2ykoql7EF95DdB6rmyy2/MudiSZ XP+6sUti8SmjuwvTL30xt0HxHnGkW4WpyW+il8PRneprHQKrxVVwb9XrIWeZXGPz EZpF4nMQ4zlrJsCLMzp+JHLh4mVOLe07kQjhE5USXv/+5tf/87s3vI2Ap92sr+VP HSc93Hk2zrshPK93TUM+ =hwBa -----END PGP SIGNATURE----- --=-1395992862-243713-9560-2193-1-=-- --===============1970783743891816755== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel --===============1970783743891816755==--