From ac8c2620e189acc55fdf90df6139edd0bdead001 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Sun, 7 Feb 2016 10:06:04 +0000 Subject: [PATCH] api-doc: return status for notmuch_query_search_threads_st ... --- c0/07971e99b83be05cc8773286e03f7455b00bac | 90 +++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 c0/07971e99b83be05cc8773286e03f7455b00bac diff --git a/c0/07971e99b83be05cc8773286e03f7455b00bac b/c0/07971e99b83be05cc8773286e03f7455b00bac new file mode 100644 index 000000000..7a521631e --- /dev/null +++ b/c0/07971e99b83be05cc8773286e03f7455b00bac @@ -0,0 +1,90 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id A0E0A6DE0A94 + for ; Sun, 7 Feb 2016 02:06:11 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.217 +X-Spam-Level: +X-Spam-Status: No, score=-0.217 tagged_above=-999 required=5 tests=[AWL=0.503, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id P5J9NPd4mffB for ; + Sun, 7 Feb 2016 02:06:09 -0800 (PST) +Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com + [209.85.217.180]) + by arlo.cworth.org (Postfix) with ESMTPS id 0F2F46DE0A7F + for ; Sun, 7 Feb 2016 02:06:09 -0800 (PST) +Received: by mail-lb0-f180.google.com with SMTP id dx2so69788390lbd.3 + for ; Sun, 07 Feb 2016 02:06:08 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=gaute-vetsj-com.20150623.gappssmtp.com; s=20150623; + h=date:from:subject:to:references:in-reply-to:user-agent:message-id + :mime-version:content-type:content-transfer-encoding; + bh=oVjskJPOJYFHFD3eLuXH/AzoR+EOEHhOFocWYwpVMxo=; + b=dOowqlk6bclKVzJzhCRsiX0XxOwot6Ze+A3sEusxvPgOaEssUYU5+KMppB8n/NaZgB + AeMV3MmLvqGq+A+TEw8CAv0QZRegiaZX0tCvdvP9W2GaH3xX2wqbaqoblaUKC9us+m2V + wJO4vDRCebKUvL9HQIbLTeUytCMMzm1iJw9PxEv1xk3vpps8s7Ji662fo9LsuQWGUPo+ + eHFAMnPEMeP4IUHvnXZXfzXpz6mu9JF3jovAplwm7h1/8NydtkdxaM5G6dqY+b9UP7iJ + dQGjSZY8AcZegjJrl5wf9ymiGk2JR9zWxrXEwjZAN/1CmOf8Q7VX4mSmKM4+fyGfrsnO + SRoA== +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:date:from:subject:to:references:in-reply-to + :user-agent:message-id:mime-version:content-type + :content-transfer-encoding; + bh=oVjskJPOJYFHFD3eLuXH/AzoR+EOEHhOFocWYwpVMxo=; + b=kTf11NUMCF93H994K4dboOw4Rec1rxOqJ7JcWcAOWQQ6Ps/VsvBS/nZDKJ9QwWEnkM + UOYIc8CoqyWKtNV3ijrBuqeNYd5ZmJSDbDhooeppyJvk5QA2l+zIuPhoAf+CLbT2esnp + aaT93CmhWa+ABdmwaJCb5po/bhgThmom+Cy0VVaBvaOR8rYb/ZePmDlVJ4C9/ZdJQSFa + IqdKvd/Ye4MUfWA6EIoZeTBBcdzrW96qvRQQwISWHgAb2CPzWAdYH4X6ciDQBnENrPkB + 0wJ/64g3aMP/T/47vY+iMnUin7wJIuUgfahGWQQdkxZMmDjvZ0dIh7ElKP947xVxr5ot + S4Qg== +X-Gm-Message-State: + AG10YOQvm0yPv/1CCSRoOH8BWlqp/ghT1G7NIGFohOOjAdgFbZLRQ6t1Gsv80MD8KBbHsA== +X-Received: by 10.112.209.99 with SMTP id ml3mr9003961lbc.26.1454839566583; + Sun, 07 Feb 2016 02:06:06 -0800 (PST) +Received: from localhost (c6878BF51.dhcp.as2116.net. [81.191.120.104]) + by smtp.gmail.com with ESMTPSA id 36sm3328454lfx.19.2016.02.07.02.06.04 + for + (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sun, 07 Feb 2016 02:06:05 -0800 (PST) +Date: Sun, 07 Feb 2016 10:06:04 +0000 +From: Gaute Hope +Subject: api-doc: return status for notmuch_query_search_threads_st ... +To: notmuch@notmuchmail.org +References: +In-Reply-To: +User-Agent: astroid/v0.5 (https://github.com/gauteh/astroid) +Message-Id: <1454839405-astroid-0-pyvwjk7jt8-6563@strange> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8; format=flowed +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 07 Feb 2016 10:06:11 -0000 + +Hi, + +I am switching from the deprecated notmuch_query_search_threads to +notmuch_query_search_threads_st, but the api-documentation does not +specify what status values are returned and what they mean. + +The same goes for notmuch_query_search_messages_st (...). + +Regards, Gaute += -- 2.26.2