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 3BD5C431FC9 for ; Sun, 13 May 2012 12:57:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 bKhjkIMcRZOW for ; Sun, 13 May 2012 12:57:22 -0700 (PDT) Received: from dmz-mailsec-scanner-6.mit.edu (DMZ-MAILSEC-SCANNER-6.MIT.EDU [18.7.68.35]) by olra.theworths.org (Postfix) with ESMTP id 9F77A431FB6 for ; Sun, 13 May 2012 12:57:22 -0700 (PDT) X-AuditID: 12074423-b7fcc6d0000008a8-dc-4fb0122293fd Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-6.mit.edu (Symantec Messaging Gateway) with SMTP id FD.62.02216.22210BF4; Sun, 13 May 2012 15:57:22 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id q4DJvKfS015078; Sun, 13 May 2012 15:57:20 -0400 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q4DJvFfH022905 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 13 May 2012 15:57:16 -0400 (EDT) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1STeup-0003el-Fa; Sun, 13 May 2012 15:57:15 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/5] Fix notmuch_database_get_directory API Date: Sun, 13 May 2012 15:57:04 -0400 Message-Id: <1336939029-13969-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrMIsWRmVeSWpSXmKPExsUixCmqrasktMHf4HAvn8Xs1h9MFjdauxkt mqY7W1y/OZPZ4s3KeawOrB6Hvy5k8Zh4/jSbx637r9k9nq26xeyx5dB75gDWKC6blNSczLLU In27BK6MBe3P2QoOMld83faPpYHxHVMXIyeHhICJxJbHt5ghbDGJC/fWs3UxcnEICexjlGje uxHK2cAoseh4KzuEc59J4sWtV8wQznxGiXMNS9hA+tkENCS27V/OCGKLCEhL7Lw7mxXEZhZI k3g44w5YjbCAtUTXieVg+1gEVCX2fvkEVs8r4CDRebAd6g55iaf3+9gmMPIuYGRYxSibklul m5uYmVOcmqxbnJyYl5dapGuml5tZopeaUrqJERRW7C7KOxj/HFQ6xCjAwajEw7tQdL2/EGti WXFl7iFGSQ4mJVHedN4N/kJ8SfkplRmJxRnxRaU5qcWHGCU4mJVEeNc/BCrnTUmsrEotyodJ SXOwKInzami98xMSSE8sSc1OTS1ILYLJynBwKEnwfhYAGipYlJqeWpGWmVOCkGbi4AQZzgM0 /DVIDW9xQWJucWY6RP4Uo6KUOO87kIQASCKjNA+uFxb3rxjFgV4R5hUQBKriAaYMuO5XQIOZ gAbzC6wDGVySiJCSamBcvkqeccLLResl230Kvvy8/HIPR+BXnh2hApdqOd1nPhX98Wjrs574 GVNs1bQjJk421b3mWnncLcKOM6+s50jN0sgcI26ZjG/h8Svn1nrZpVS9rhOUa+xO7ZN+tb9M S+ULh2q480oRAdGPK+4dTVI4OudZrzfzMd91/5QnPkrMXrsk+0/GZw0lluKMREMt5qLiRABN dEMf1gIAAA== 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: Sun, 13 May 2012 19:57:23 -0000 This is a proposed last-minute change for 0.13. It fixes the notmuch_database_get_directory API in the same way we're fixing notmuch_database_open, etc in this release. Since this is a backwards-incompatible change, it would be nice to lump it with the other API-breaking changes. To keep the patch simple, this does not change the behavior of notmuch_database_get_directory, but it puts us in a good position to fix it in the future.