* doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next
@ 2014-02-09 10:50 Gaute Hope
2014-02-09 11:50 ` Tomi Ollila
2014-02-13 12:46 ` David Bremner
0 siblings, 2 replies; 3+ messages in thread
From: Gaute Hope @ 2014-02-09 10:50 UTC (permalink / raw)
To: notmuch
[-- 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 --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next
2014-02-09 10:50 doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next Gaute Hope
@ 2014-02-09 11:50 ` Tomi Ollila
2014-02-13 12:46 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: Tomi Ollila @ 2014-02-09 11:50 UTC (permalink / raw)
To: Gaute Hope, notmuch
On Sun, Feb 09 2014, Gaute Hope <eg@gaute.vetsj.com> wrote:
> Greetings,
>
> another small typo in the docs. Patch attached.
the same typo seems to be in bindings/go/src/notmuch/notmuch.go too
(used git grep notmuch_result_move_to_next ...)
>
> Cheers, Gaute
Tomi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next
2014-02-09 10:50 doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next Gaute Hope
2014-02-09 11:50 ` Tomi Ollila
@ 2014-02-13 12:46 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2014-02-13 12:46 UTC (permalink / raw)
To: Gaute Hope, notmuch
Gaute Hope <eg@gaute.vetsj.com> writes:
> Greetings,
>
> another small typo in the docs. Patch attached.
>
> Cheers, Gaute
>
pushed, thanks.
For future reference:
- patches via git send-email are much less work to deal with
- We usually want at least one more line in the commit message beyond
the "subject"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-13 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-09 10:50 doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next Gaute Hope
2014-02-09 11:50 ` Tomi Ollila
2014-02-13 12:46 ` David Bremner
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).