mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
TODO: Add item for the build system to support a non-source-dir build
This would be a handy feature that many people would expect to just work.
This commit is contained in:
parent
0b1ddc5f66
commit
38f46b6869
1 changed files with 10 additions and 0 deletions
10
TODO
10
TODO
|
@ -255,6 +255,16 @@ existing messages at the next database upgrade).
|
|||
Add support for the user to specify custom headers to be indexed (and
|
||||
re-index these for existing messages at the next database upgrade).
|
||||
|
||||
Build system
|
||||
------------
|
||||
Fix to allow a non-source-directory build. For example, the below
|
||||
should be made to work:
|
||||
|
||||
mkdir build_dir
|
||||
cd build_dir
|
||||
../configure
|
||||
make
|
||||
|
||||
Test suite
|
||||
----------
|
||||
Achieve 100% test coverage with the test suite.
|
||||
|
|
Loading…
Reference in a new issue