From: Gaute Hope <eg@gaute.vetsj.com>
To: notmuch <notmuch@notmuchmail.org>
Subject: doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next
Date: Sun, 09 Feb 2014 11:50:48 +0100 [thread overview]
Message-ID: <1391943009-sup-9107@qwerzila> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 82 bytes --]
Greetings,
another small typo in the docs. Patch attached.
Cheers, Gaute
[-- Attachment #1.2: 0001-doc-notmuch_results_move_to_next-notmuch_tags_move_t.patch --]
[-- Type: application/octet-stream, Size: 1142 bytes --]
From e211b6fde3558ac685807a6ed82aa9286d001078 Mon Sep 17 00:00:00 2001
From: Gaute Hope <eg@gaute.vetsj.com>
Date: Sun, 9 Feb 2014 11:49:03 +0100
Subject: [PATCH] doc: notmuch_results_move_to_next ->
notmuch_tags_move_to_next
---
lib/notmuch.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 3df1ade..350bed8 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -1000,7 +1000,7 @@ notmuch_thread_get_newest_date (notmuch_thread_t *thread);
*
* for (tags = notmuch_thread_get_tags (thread);
* notmuch_tags_valid (tags);
- * notmuch_result_move_to_next (tags))
+ * notmuch_tags_move_to_next (tags))
* {
* tag = notmuch_tags_get (tags);
* ....
@@ -1242,7 +1242,7 @@ notmuch_message_get_header (notmuch_message_t *message, const char *header);
*
* for (tags = notmuch_message_get_tags (message);
* notmuch_tags_valid (tags);
- * notmuch_result_move_to_next (tags))
+ * notmuch_tags_move_to_next (tags))
* {
* tag = notmuch_tags_get (tags);
* ....
--
1.8.5.3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2014-02-09 10:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-09 10:50 Gaute Hope [this message]
2014-02-09 11:50 ` doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next Tomi Ollila
2014-02-13 12:46 ` David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1391943009-sup-9107@qwerzila \
--to=eg@gaute.vetsj.com \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).