Re: [PATCH] cli/help, completion: added pointers to notmuch-properties(7)

2017-12-11 Thread David Bremner
Daniel Kahn Gillmor  writes:

> ---
>  completion/notmuch-completion.bash | 2 +-
>  notmuch.c  | 2 ++

pushed to master

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] cli/help, completion: added pointers to notmuch-properties(7)

2017-11-29 Thread Daniel Kahn Gillmor
On Thu 2017-10-26 18:28:12 -0400, Daniel Kahn Gillmor wrote:
> ---
>  completion/notmuch-completion.bash | 2 +-
>  notmuch.c  | 2 ++
>  2 files changed, 3 insertions(+), 1 deletion(-)

Ping on this patch as well.  I think this should be safe and simple to
merge.

--dkg
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] cli/help,completion: added pointers to notmuch-properties(7)

2017-10-26 Thread Daniel Kahn Gillmor
---
 completion/notmuch-completion.bash | 2 +-
 notmuch.c  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/completion/notmuch-completion.bash 
b/completion/notmuch-completion.bash
index a0c3ac17..895fc554 100644
--- a/completion/notmuch-completion.bash
+++ b/completion/notmuch-completion.bash
@@ -611,7 +611,7 @@ _notmuch()
esac
 elif [ "${arg}" = "help" ]; then
# handle help command specially due to _notmuch_commands usage
-   local help_topics="$_notmuch_commands hooks search-terms"
+   local help_topics="$_notmuch_commands hooks search-terms properties"
COMPREPLY=( $(compgen -W "${help_topics}" -- ${cur}) )
 else
# complete using _notmuch_subcommand if one exist
diff --git a/notmuch.c b/notmuch.c
index 2f43ad28..efbe32ff 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -186,6 +186,8 @@ static help_topic_t help_topics[] = {
   "Common search term syntax." },
 { "hooks",
   "Hooks that will be run before or after certain commands." },
+{ "properties",
+  "Message property conventions and documentation." },
 };
 
 static command_t *
-- 
2.14.2

___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch