Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 26445429E27 for ; Sat, 25 Jun 2011 15:55:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9y1dHGmMxfYT for ; Sat, 25 Jun 2011 15:55:45 -0700 (PDT) X-Greylist: delayed 2207 seconds by postgrey-1.32 at olra; Sat, 25 Jun 2011 15:55:45 PDT Received: from mxout.netdorm.com (host29.netdorm.com [64.182.105.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 70CC5431FD0 for ; Sat, 25 Jun 2011 15:55:45 -0700 (PDT) Received: from mail.dnsexit.com (mail.dnsexit.com [67.214.175.90] (may be forged)) by mxout.netdorm.com (8.13.8/8.13.8) with ESMTP id p5PMJGnC017602 for ; Sat, 25 Jun 2011 18:19:16 -0400 Received: from dragonfly.greenrd.org (greenrd.plus.com [212.159.116.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dnsexit.com (Postfix) with ESMTP id 1DDF28B5D21 for ; Sat, 25 Jun 2011 18:18:45 -0400 (EDT) Received: from greenrd (uid 1001) (envelope-from greenrd@greenrd.org) id 10797e1ae by dragonfly.greenrd.org (DragonFly Mail Agent) Sat, 25 Jun 2011 23:18:52 +0100 From: Robin Green To: notmuch@notmuchmail.org Subject: Race condition for '*' command User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-dragonfly) Date: Sat, 25 Jun 2011 23:18:52 +0100 Message-ID: <86d3i1d06r.fsf@dragonfly.greenrd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2011 22:55:47 -0000 Hi, A race condition in the '*' command was noted when it was first proposed. It looks to me like it still exists - has anything been done about it? Right now what I am doing is killing fetchmail, then using the '*' command, then starting fetchmail again in daemon mode, which is a little inconvenient. You see, in my setup fetchmail calls procmail to deliver mails, and procmail calls "notmuch new" after delivering every mail. Thanks, Robin Green