Update devel/schemata for --entire-thread=false

Also remove the Json --entire-thread item from devel/TODO.
This commit is contained in:
Mark Walters 2012-06-16 11:21:45 +01:00 committed by David Bremner
parent 15904cde12
commit fdce20d365
2 changed files with 1 additions and 3 deletions

View file

@ -92,8 +92,6 @@ and email address in the From: line. We could also then easily support
"notmuch compose --from <something>" to support getting at alternate
email addresses.
Fix the --format=json option to not imply --entire-thread.
Implement "notmuch search --exclude-threads=<search-terms>" to allow
for excluding muted threads, (and any other negative, thread-based
filtering that the user wants to do).

View file

@ -32,7 +32,7 @@ thread = [thread_node*]
# A message and its replies (show_messages)
thread_node = [
message?, # present if --entire-thread or matched
message?, # null if not matched and not --entire-thread
[thread_node*] # children of message
]