summaryrefslogtreecommitdiff
path: root/src/tests/test-mu-query.c
AgeCommit message (Collapse)Author
2012-05-21* refactoring: split src/ into mu/ and lib/djcb
2012-05-20* append all inline text/plain parts for the body, add test casesdjcb
2012-05-11* fix: shortcut for signed is 'z', not 's'; add some unit tests as welldjcb
2012-05-04* mu-str.c: do some more massaging for xapian queries with brackets, add ↵djcb
unit tests
2012-04-13* mu-str.c, test-mu-query.c: ensure all unit tests passdjcb
2012-03-30* mu-str etc.: improve escaping (for gmail folder names)djcb
2012-01-21* tests: fix unit tests for the improved parsingdjcb
2011-12-07* <many>: add possibility to limit max number of search resultsdjcb
2011-11-24* update test casesdjcb
2011-10-24* fix unit tests (i.e.. fix re-indexing messages bug)djcb
2011-09-03* updated test cases; in particular, use g_test_verboseDirk-Jan C. Binnema
2011-08-30* update test cases for other changesDirk-Jan C. Binnema
2011-08-29* update test cases for other changesDirk-Jan C. Binnema
2011-07-21* tests: don't assume the whole lives in Helsinki, FinlandDirk-Jan C. Binnema
2011-07-21* some more timezone fixes for the unit testsDirk-Jan C. Binnema
2011-07-21* updates for new APIs (mu-date.h)Dirk-Jan C. Binnema
2011-07-16* make time & size checking a bit stricter, report errors to userDirk-Jan C. Binnema
2011-07-13* mu-query: special-case the empty search expr to mean 'match-all'Dirk-Jan C. Binnema
2011-07-10* support special characters in X-LabelsDirk-Jan C. Binnema
2011-07-06* update test-casesDirk-Jan C. Binnema
2011-06-30* update/add unit tests for threadingDirk-Jan C. Binnema
2011-06-19* update test case for the new thread param for queriesDirk-Jan C. Binnema
2011-06-18* update test-casesDirk-Jan C. Binnema
2011-06-16* add mu_msg_iter_reset (to reset iter to the beginning), add testsDirk-Jan C. Binnema
2011-06-16* remove the needless batching in mu-msg-iter, mu-query, update callersDirk-Jan C. Binnema
2011-06-16* test-mu-query.c: add some tests for querying tagsDirk-Jan C. Binnema
2011-05-21* test-mu-query.c: add unit test for searching filenamesDirk-Jan C. Binnema
2011-05-21* test-mu-cmd.c: add tests for extra-by-filename for mu-extractDirk-Jan C. Binnema
2011-05-21* make size, date ranges work even if specified e->b. add unit tests.Dirk-Jan C. Binnema
2011-05-20* add unit tests for wildcards, size: and date:Dirk-Jan C. Binnema
2011-05-19* tests: fix up merge falloutDirk-Jan C. Binnema
2011-05-19* update test-casesDirk-Jan C. Binnema
2011-05-19* mu-msg-iter.{cc,h}: clear-up api, update callersDirk-Jan C. Binnema
2011-05-18* test-mu-{cmd,msg,query}.c: update (c) yearDirk-Jan C. Binnema
2011-05-18* test-mu-{cmd,msg,query}.c: update (c) yearDirk-Jan C. Binnema
2011-05-18* test-mu-query.c: add specific tests for searching accented chars, as per #38Dirk-Jan C. Binnema
this seems to work even for "Kröger", even though 'mu view' does not show the correct value. It could be some inconsistency in GMime, need to check.
2011-05-18* tests/: add tests for issues mentioned in issue #38Dirk-Jan C. Binnema
(http://code.google.com/p/mu0/issues/detail?id=38). Cannot reproduce the issue though, except when searching for the 'From:' -- this seems to be due to limitation with GMime, if I do: mu view testdir/cur/1305664394.2171_402.cthulhu\!2, get: ------------------------------- From: Mü <testmu@testmu.xx> To: Helmut =?iso-8859-1?q?Kr=F6ger?= <hk@testmu.xxx> Subject: Motörhead Test for issue #38, where apparently searching for accented words in subject, to etc. fails. What about here? Queensrÿche. Mötley Crüe. ------------------------------- They decoding issues are of course very mail-client specific.
2011-05-18* test-mu-query.c: add specific tests for searching accented chars, as per #38Dirk-Jan C. Binnema
this seems to work even for "Kröger", even though 'mu view' does not show the correct value. It could be some inconsistency in GMime, need to check.
2011-05-18* tests/: add tests for issues mentioned in issue #38Dirk-Jan C. Binnema
(http://code.google.com/p/mu0/issues/detail?id=38). Cannot reproduce the issue though, except when searching for the 'From:' -- this seems to be due to limitation with GMime, if I do: mu view testdir/cur/1305664394.2171_402.cthulhu\!2, get: ------------------------------- From: Mü <testmu@testmu.xx> To: Helmut =?iso-8859-1?q?Kr=F6ger?= <hk@testmu.xxx> Subject: Motörhead Test for issue #38, where apparently searching for accented words in subject, to etc. fails. What about here? Queensrÿche. Mötley Crüe. ------------------------------- They decoding issues are of course very mail-client specific.
2011-05-15* re-enable message summariesDirk-Jan C. Binnema
2011-05-14* updates for summary field removalDirk-Jan C. Binnema
2011-05-09* <many> WIP: refactor mu-msg -- mu-msg-fileDirk-Jan C. Binnema
2011-03-21* mu-query: some cleanupsDirk-Jan C. Binnema
2011-01-09* make mu-cmd reference-counted (make mu_msg_destroy internal, useDirk-Jan C. Binnema
mu_msg_unref instead)
2010-12-12* cosmeticsDirk-Jan C. Binnema
2010-11-29* mu-query.cc, mu-store.cc: use the escaping for some fields; update test caseDirk-Jan C. Binnema
2010-11-27* test cases: update for mu-msg / mu-runtime changeDirk-Jan C. Binnema
2010-11-25* update tests for GError-changesDirk-Jan C. Binnema
2010-11-24* use GError to convey error info in MuQuery; update usersDirk-Jan C. Binnema
2010-11-21* unit tests: updated for other changesDirk-Jan C. Binnema