mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
NEWS: give a hint about using sort to achieve the old dump behavior.
This is needed for a few applications, and actually is quite fast (relative to the actual dump).
This commit is contained in:
parent
84d9e319ad
commit
9981f995c6
1 changed files with 2 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -23,7 +23,8 @@ Automatic tag query optimization
|
||||||
Don't sort messages when creating a dump file
|
Don't sort messages when creating a dump file
|
||||||
|
|
||||||
This speeds up tag dumps considerably, without any loss of
|
This speeds up tag dumps considerably, without any loss of
|
||||||
information.
|
information. To replicate the old behavior of sorted output (for
|
||||||
|
example to compare two dump files), one can use e.g. sort(1).
|
||||||
|
|
||||||
Memory Management
|
Memory Management
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Reference in a new issue