mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
Update devel/schemata for --entire-thread=false
Also remove the Json --entire-thread item from devel/TODO.
This commit is contained in:
parent
15904cde12
commit
fdce20d365
2 changed files with 1 additions and 3 deletions
|
@ -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
|
"notmuch compose --from <something>" to support getting at alternate
|
||||||
email addresses.
|
email addresses.
|
||||||
|
|
||||||
Fix the --format=json option to not imply --entire-thread.
|
|
||||||
|
|
||||||
Implement "notmuch search --exclude-threads=<search-terms>" to allow
|
Implement "notmuch search --exclude-threads=<search-terms>" to allow
|
||||||
for excluding muted threads, (and any other negative, thread-based
|
for excluding muted threads, (and any other negative, thread-based
|
||||||
filtering that the user wants to do).
|
filtering that the user wants to do).
|
||||||
|
|
|
@ -32,7 +32,7 @@ thread = [thread_node*]
|
||||||
|
|
||||||
# A message and its replies (show_messages)
|
# A message and its replies (show_messages)
|
||||||
thread_node = [
|
thread_node = [
|
||||||
message?, # present if --entire-thread or matched
|
message?, # null if not matched and not --entire-thread
|
||||||
[thread_node*] # children of message
|
[thread_node*] # children of message
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue