mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
Add TODO about more efficient stable thread queries
This commit is contained in:
parent
abeac48522
commit
d622cb942a
1 changed files with 6 additions and 0 deletions
|
@ -114,6 +114,12 @@ are multiple ideas that might make sense. Some consensus needs to be
|
||||||
reached on this issue, and then both reply formats should be updated
|
reached on this issue, and then both reply formats should be updated
|
||||||
to be consistent.
|
to be consistent.
|
||||||
|
|
||||||
|
Return docid-based queries in thread search results, instead of
|
||||||
|
message-id-based queries. These are much more compact and much faster
|
||||||
|
to later query. This will require support from the library, both for
|
||||||
|
retrieving docids (probably as an opaque "get a query that identifies
|
||||||
|
this message") and for docid queries.
|
||||||
|
|
||||||
notmuch library
|
notmuch library
|
||||||
---------------
|
---------------
|
||||||
Add support for custom flag<->tag mappings. In the notmuch
|
Add support for custom flag<->tag mappings. In the notmuch
|
||||||
|
|
Loading…
Reference in a new issue