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 DFBC2429E26 for ; Mon, 5 Sep 2011 00:59:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.302 X-Spam-Level: * X-Spam-Status: No, score=1.302 tagged_above=-999 required=5 tests=[DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2] 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 xo6-m5BQpr9p for ; Mon, 5 Sep 2011 00:59:09 -0700 (PDT) X-Greylist: delayed 901 seconds by postgrey-1.32 at olra; Mon, 05 Sep 2011 00:59:09 PDT Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5ABA1431FB6 for ; Mon, 5 Sep 2011 00:59:09 -0700 (PDT) Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1R0Tqd-0003eh-No for notmuch@notmuchmail.org; Mon, 05 Sep 2011 09:44:03 +0200 Received: from mail-bw0-f44.google.com ([209.85.214.44]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R0TqZ-0003RU-De; Mon, 05 Sep 2011 09:43:59 +0200 Received: by bkar4 with SMTP id r4so6253553bka.17 for ; Mon, 05 Sep 2011 00:43:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=cCwtumVJmm2zbHpRtGldO0SXNH2a0+Mstd8ZxBauerU=; b=ObOz7ZjWYzPI9nMr6fiOvyZILDD6Ojagmps2TjS2f/fMll0Jbdxh6xAQSRJwhu6MTA EJG3IjxCHSYIULFmAZlqeG6wDd4z4QdDD9pge66IUl5bhkQRWJlqhwnJ0/G+Zr0UE3yR TOF4vGPjAJoUp9HoEPfOUC5ny6KqBEp+tLaXE= Received: by 10.204.157.16 with SMTP id z16mr1956014bkw.163.1315208630889; Mon, 05 Sep 2011 00:43:50 -0700 (PDT) Received: from localhost (pc44es043.cs.uni-magdeburg.de [141.44.32.152]) by mx.google.com with ESMTPS id y3sm3154896bkw.4.2011.09.05.00.43.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Sep 2011 00:43:50 -0700 (PDT) From: matthias.guedemann@googlemail.com To: David Bremner , public-notmuch-gxuj+Tv9EO5zyzON3hdc1g@plane.gmane.org Subject: Re: [PATCH] adds getline and getdelim to notmuch.sym if not provided by OS In-Reply-To: <87fwkbvf9s.fsf@zancas.localnet> (David Bremner's message of "Mon, 05 Sep 2011 00:28:47 -0300") References: <87k49v12i5.fsf@pc44es141.cs.uni-magdeburg.de> <87fwkbvf9s.fsf@zancas.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) Date: Mon, 05 Sep 2011 09:43:37 +0200 Message-ID: <87aaajcu3a.fsf@usby.cde.ovgu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 08 Sep 2011 14:21:55 -0700 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, 05 Sep 2011 07:59:10 -0000 Hi David, > Can you let me know if my version of the patches is OK on OpenBSD? yes it works well on OpenBSD5.0-current, thanks a lot, Matthias