| Age | Commit message (Collapse) | Author |
|
When running the test suite without building first, it is desirable to
have the tests consider these variables being undefined as equivalent
to the feature not being present, and in particular for the tests not
to generate errors.
|
|
Initially support selection of query syntax in two subcommands to
enable testing.
|
|
The notmuch address output is much more useful for scripts with just
the addresses printed. Support this using the --output=address option.
|
|
Don't assume the tests are always run from within the source tree.
|
|
It is annoying to debug failing tests when the interpretation of the
diffs is reversed for some tests.
|
|
First a simple smoke test first, next generate messages with multiple
email address variants and check the behaviour of deduplication
schemes with these.
|
|
Test not using address deduplication. Incorporate some trivial output
sorting tests here, as they seem to lack tests.
|
|
The files (test) scripts source (with builtin command `.`) provides
information which the scripts depend, and without the `source` to
succeed allowing script to continue may lead to dangerous situations
(e.g. rm -rf "${undefined_variable}"/*).
At the end of all source (.) lines construct ' || exit 1' was added;
In our case the script script will exit if it cannot find (or read) the
file to be sourced. Additionally script would also exits if the last
command of the sourced file exited nonzero.
|
|
When no --output option were given, change default to display senders
only.
When only --count option is given, display senders (in contrary to not
displaying anything).
Document that --count with --sort=**order** is not supported option
combination.
Clean up some whitespace in the documentation.
One test updated to have --output=count without sender nor recipient
output option.
|
|
This output prints how many times was each address encountered during
search.
|
|
This filters out duplicate addresses from address command output.
It also also adds tests for the address command.
The code here is an extended version of a patch from Jani Nikula.
|