From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7FE4B431FAF for ; Sun, 14 Oct 2012 22:05:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 6O22uT+26+j3 for ; Sun, 14 Oct 2012 22:05:57 -0700 (PDT) Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C8763431FAE for ; Sun, 14 Oct 2012 22:05:57 -0700 (PDT) Received: by mail-qa0-f53.google.com with SMTP id s11so1231081qaa.5 for ; Sun, 14 Oct 2012 22:05:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=V/J93YRFbRnthdwY6KmmX3JOeq2apQduOg9I/Iz9HyM=; b=EB5EE6rQsp7N7VCvuo6K5tLzS2VESi2+B3cIcLeMKb2kydEE8447eKCXRIvi++cCC3 fD6RZmWJWSHL9Y9z5xQKnSspdupPsO9KcDyeIl4u/cTLyJ4GJT9Rzk4CEz9Tc1IaW7VG rP3MLhzq4QiQVAXNA8xuDg0eriKgP4ASjKkqudIeb2BBKs6wHtKPn5UKxHBToONp1XIg vXI0dvmi1Jnop5UCnZ09IhjfKRNsf3Q9gC65huea8qBy8MEmAdfxnOikwg90XoadKwRW 9OUpyOtLhHlhqJwVJWFsK7sB6oLOXd48ELCtOHwqE4JS7FnE6+cC2Iygj4XvX0lS5eVn t/bg== Received: by 10.224.191.130 with SMTP id dm2mr18421661qab.98.1350277557220; Sun, 14 Oct 2012 22:05:57 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id c9sm13413574qeh.1.2012.10.14.22.05.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 14 Oct 2012 22:05:56 -0700 (PDT) From: Ethan Glasser-Camp To: Vladimir.Marek@oracle.com, notmuch@notmuchmail.org Subject: Re: [PATCH 3/4] Private strsep implementation In-Reply-To: <1333966665-10469-4-git-send-email-Vladimir.Marek@oracle.com> References: <1333966665-10469-1-git-send-email-Vladimir.Marek@oracle.com> <1333966665-10469-4-git-send-email-Vladimir.Marek@oracle.com> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 15 Oct 2012 01:05:47 -0400 Message-ID: <87bog49vf8.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Vladimir Marek 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: Mon, 15 Oct 2012 05:05:58 -0000 Vladimir.Marek@oracle.com writes: > From: Vladimir Marek > > strsep is not available on Solaris 10, so we stole the one used by > mutt. Hi! Just going through the patch queue. This patch looks fine to me, but it no longer applies cleanly to master. Can you rebase it? It'll have my +1. Ethan