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 BAD91431FB6 for ; Sat, 13 Jul 2013 01:46:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 ULkPqIOf17wW for ; Sat, 13 Jul 2013 01:46:30 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id E25AC431FAF for ; Sat, 13 Jul 2013 01:46:29 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id 9613710009D; Sat, 13 Jul 2013 11:46:25 +0300 (EEST) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [PATCH 1/1] NEWS: Python bindings: Fix loading of libnotmuch on OS X (Darwin) Date: Sat, 13 Jul 2013 11:46:23 +0300 Message-Id: <1373705183-25410-1-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.8.0 Cc: tomi.ollila@iki.fi 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, 13 Jul 2013 08:46:34 -0000 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 811e5dd..7ca16e5 100644 --- a/NEWS +++ b/NEWS @@ -97,6 +97,11 @@ Key bindings for next/previous thread Show view has new key bindings M-n and M-p to move to the next and previous thread in the search results. +Python Bindings +--------------- + +Fix loading of libnotmuch shared library on OS X (Darwin) systems. + Notmuch 0.15.2 (2013-02-17) =========================== -- 1.8.1.4