unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] cli/help,completion: added pointers to notmuch-properties(7)
@ 2017-10-26 21:28 Daniel Kahn Gillmor
  2017-11-30  5:57 ` [PATCH] cli/help, completion: " Daniel Kahn Gillmor
  2017-12-11 13:14 ` David Bremner
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Kahn Gillmor @ 2017-10-26 21:28 UTC (permalink / raw)
  To: Notmuch Mail

---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cli/help, completion: added pointers to notmuch-properties(7)
  2017-10-26 21:28 [PATCH] cli/help,completion: added pointers to notmuch-properties(7) Daniel Kahn Gillmor
@ 2017-11-30  5:57 ` Daniel Kahn Gillmor
  2017-12-11 13:14 ` David Bremner
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Kahn Gillmor @ 2017-11-30  5:57 UTC (permalink / raw)
  To: Notmuch Mail

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cli/help, completion: added pointers to notmuch-properties(7)
  2017-10-26 21:28 [PATCH] cli/help,completion: added pointers to notmuch-properties(7) Daniel Kahn Gillmor
  2017-11-30  5:57 ` [PATCH] cli/help, completion: " Daniel Kahn Gillmor
@ 2017-12-11 13:14 ` David Bremner
  1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2017-12-11 13:14 UTC (permalink / raw)
  To: Daniel Kahn Gillmor, Notmuch Mail

Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:

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

pushed to master

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-11 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 21:28 [PATCH] cli/help,completion: added pointers to notmuch-properties(7) Daniel Kahn Gillmor
2017-11-30  5:57 ` [PATCH] cli/help, completion: " Daniel Kahn Gillmor
2017-12-11 13:14 ` 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).