X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch.c;h=7810b68569f5eb47be8d54bca78aa5206e6cd741;hb=570349e132da5e19b36a004e633b870cec810170;hp=0becd87e7841e739c8ddf2094bb5b942518b75f5;hpb=040c3236afcf95bead0324a48c2e0b9cd7934993;p=notmuch diff --git a/notmuch.c b/notmuch.c index 0becd87e..7810b685 100644 --- a/notmuch.c +++ b/notmuch.c @@ -26,7 +26,7 @@ * Notmuch subcommand hook. * * The return value will be used as notmuch exit status code, - * preferrably EXIT_SUCCESS or EXIT_FAILURE. + * preferably EXIT_SUCCESS or EXIT_FAILURE. */ typedef int (*command_function_t) (notmuch_config_t *config, int argc, char *argv[]); @@ -190,6 +190,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 *