[PATCH v2 2/6] test: only exclude "deleted" messages from search if explicitly configured

2012-01-23 Thread Pieter Praet
Currently, the 'search.exclude_tags' option is automatically set to "deleted;spam;" if it's missing from the config file. This violates the Principle of Least Surprise, so update the tests to *only* expect the exclusion of messages which are tagged "deleted" if the 'search.exclude_tags' option is

[PATCH v2 2/6] test: only exclude deleted messages from search if explicitly configured

2012-01-22 Thread Pieter Praet
Currently, the 'search.exclude_tags' option is automatically set to deleted;spam; if it's missing from the config file. This violates the Principle of Least Surprise, so update the tests to *only* expect the exclusion of messages which are tagged deleted if the 'search.exclude_tags' option is