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 2D93E431FBC for ; Sat, 5 Dec 2009 06:22:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 YHdGzvwujO5E for ; Sat, 5 Dec 2009 06:22:08 -0800 (PST) Received: from n12a.bullet.mail.mud.yahoo.com (n12a.bullet.mail.mud.yahoo.com [209.191.125.177]) by olra.theworths.org (Postfix) with SMTP id 41061431FAE for ; Sat, 5 Dec 2009 06:22:08 -0800 (PST) Received: from [68.142.200.225] by n12.bullet.mail.mud.yahoo.com with NNFMP; 05 Dec 2009 14:22:07 -0000 Received: from [68.142.201.72] by t6.bullet.mud.yahoo.com with NNFMP; 05 Dec 2009 14:22:07 -0000 Received: from [127.0.0.1] by omp424.mail.mud.yahoo.com with NNFMP; 05 Dec 2009 14:22:07 -0000 X-Yahoo-Newman-Id: 896673.3078.bm@omp424.mail.mud.yahoo.com Received: (qmail 54771 invoked from network); 5 Dec 2009 14:22:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=fJbyXHV2j/EpgzROncty77qCa+7FsxtPFLMAWSqQaSA8Ns4UFC7N29piWHA5QWniqVWimDpAAB0hTrlIuiKljL0qMTaUMQp/mLnbghJvhC2QcBnicPJPXPFGvY9+AXJDjqyvGPQatNXbZT22kAklunl2riTPYoOoVvGDEg9NaGs= ; Received: from 189.27.99.224.dynamic.adsl.gvt.net.br (fcarrijo@189.27.99.224 with plain) by smtp143.mail.mud.yahoo.com with SMTP; 05 Dec 2009 06:22:07 -0800 PST X-Yahoo-SMTP: NgkT36eswBAymTD26_IxCjMQ0A5a X-YMail-OSG: Wu.pNNsVM1m4BV45T20XkmeMlwfhMg6d9MXRUS80BUuC94URHa.wrdY_KvxmvJ1We5_gZawHKQ5OC3mJT29HTV_RfBBQCrsQEW0JJIbXj430WBS6hd0WFM7hJcCBsgzzECAC5ihoWfxRz4Qjn1iUXosDfHwBo09MBl_JHB2reo5Th5lgIcaVNy88TsJ.d_U4.cBuBiBatb8VtWQKKR_AfqTKGShDMAQoQtTq2CEnU6BOwGHm5p3QGL_3w08V3WVB2JZ8KImD05A- X-Yahoo-Newman-Property: ymail-3 From: Fernando Carrijo To: notmuch@notmuchmail.org Content-Type: text/plain Date: Sat, 05 Dec 2009 12:22:05 -0200 Message-Id: <1260022925.7080.2.camel@pc-fernando> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: [notmuch] [PATCH] Update documentation of notmuch_query_create X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 05 Dec 2009 14:22:09 -0000 Commit cd467caf renamed notmuch_query_search to notmuch_query_search_messages. Commit 1ba3d46f created notmuch_query_search_threads. We better keep the docs of notmuch_query_create consistent with those changes. Signed-off-by: Fernando Carrijo --- lib/notmuch.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 60834fb..32ab199 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -305,7 +305,8 @@ notmuch_database_get_all_tags (notmuch_database_t *db); * result in a query that returns all messages in the database. * * See notmuch_query_set_sort for controlling the order of results and - * notmuch_query_search to actually execute the query. + * notmuch_query_search_{messages,threads} to actually execute the + * query. * * User should call notmuch_query_destroy when finished with this * query. -- 1.5.6.3