From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.96.70.73 with SMTP id k9csp62891qdu; Sun, 1 Dec 2013 08:17:54 -0800 (PST) X-Received: by 10.14.47.130 with SMTP id t2mr52517496eeb.12.1385914673531; Sun, 01 Dec 2013 08:17:53 -0800 (PST) Return-Path: Received: from mout.gmx.net (mout.gmx.net. [212.227.17.20]) by mx.google.com with ESMTPS id s8si40089725eeh.257.2013.12.01.08.17.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Dec 2013 08:17:53 -0800 (PST) Received-SPF: pass (google.com: domain of eric.weikl@gmx.net designates 212.227.17.20 as permitted sender) client-ip=212.227.17.20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of eric.weikl@gmx.net designates 212.227.17.20 as permitted sender) smtp.mail=eric.weikl@gmx.net Received: from localhost ([93.104.108.181]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M2Ldk-1VWjMS0FAS-00s5Yg for ; Sun, 01 Dec 2013 17:17:52 +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: <1384303088-sup-6652@luna> References: <1383637745-sup-2758@qwerzila> <1384097900-sup-2821@luna> <1384112448-sup-9012@qwerzila> <1384175088-sup-8928@luna> <1384285065-sup-2892@alderaan> <1384303088-sup-6652@luna> Date: Sun, 01 Dec 2013 17:17:51 +0100 Message-Id: <1385914245-sup-242@alderaan> User-Agent: Sup/git Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:ee77wE/sgE0Anbrg/iORotOg4I5ZfvhKZIbjSg8NWDaP0DAN1P0 oIoOt/b3cdlbd7JMUaTDsYBBUUPQpUZ9H0CjEwl2/l8ec0JtZ2XE/lc3PoqmhzPE6Xv06Ug sQKIlLQJqHpmALS05qnQpse7KL0i0beE/lZI19VgHpJRmrD6PDwCm+1CXFaT4j704VaRofM QASsVHol7g/nYcercj4mQ== Hi Steven, I'm sorry for the (very) late answer. I couldn't quite reproduce the problem, but I did notice that your startup hook is missing a parameter in the call to Maildir.new. This commit[1] added a new parameter named sync_back with a default value, which probably leads to your error. After I added that parameter in my modified version of your hook, I didn't see any more errors. References: [1] https://github.com/sup-heliotrope/sup/commit/96113d0a62b2deb613cd1d54d59fdc2ad534acb7 Cheers, Eric