From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 170BA6DE096A for ; Sat, 23 Sep 2017 11:54:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.488 X-Spam-Level: X-Spam-Status: No, score=0.488 tagged_above=-999 required=5 tests=[AWL=-0.164, SPF_NEUTRAL=0.652] 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 UGnHpXu5OB0q for ; Sat, 23 Sep 2017 11:54:30 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 196DF6DE00DB for ; Sat, 23 Sep 2017 11:54:29 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 10475100033; Sat, 23 Sep 2017 21:54:42 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH] fix reference to notmuch_message_get_properties In-Reply-To: <20170923144613.8860-1-dkg@fifthhorseman.net> References: <20170923144613.8860-1-dkg@fifthhorseman.net> User-Agent: Notmuch/0.25+89~g5a0c015 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 23 Sep 2017 18:54:33 -0000 On Sat, Sep 23 2017, Daniel Kahn Gillmor wrote: Looks safe to me > --- > lib/notmuch.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/notmuch.h b/lib/notmuch.h > index 34bf5899..cbde6a93 100644 > --- a/lib/notmuch.h > +++ b/lib/notmuch.h > @@ -1873,7 +1873,7 @@ notmuch_message_get_properties (notmuch_message_t *message, const char *key, not > * says. Whereas when this function returns FALSE, calling any of > * these functions results in undefined behaviour. > * > - * See the documentation of notmuch_message_properties_get for example > + * See the documentation of notmuch_message_get_properties for example > * code showing how to iterate over a notmuch_message_properties_t > * object. > * > -- > 2.14.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch