Commit Graph

61 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 6c62a066c8 * make time & size checking a bit stricter, report errors to user 2011-07-16 12:50:17 +03:00
Dirk-Jan C. Binnema 329a524af7 * mu-query: special-case the empty search expr to mean 'match-all' 2011-07-13 08:18:42 +03:00
Dirk-Jan C. Binnema f59ca5af2d * support special characters in X-Labels 2011-07-10 14:08:16 +03:00
Dirk-Jan C. Binnema 8b687e678c * update test-cases 2011-07-06 02:14:53 +03:00
Dirk-Jan C. Binnema 28db904fb2 * update/add unit tests for threading 2011-06-30 23:43:08 +03:00
Dirk-Jan C. Binnema a356dbec10 * update test case for the new thread param for queries 2011-06-19 21:05:12 +03:00
Dirk-Jan C. Binnema dfcbd854f0 * update test-cases 2011-06-18 18:49:46 +03:00
Dirk-Jan C. Binnema 4dfe33609b * add mu_msg_iter_reset (to reset iter to the beginning), add tests 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema 794825e297 * remove the needless batching in mu-msg-iter, mu-query, update callers 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema 927737cc09 * test-mu-query.c: add some tests for querying tags 2011-06-16 07:59:23 +03:00
Dirk-Jan C. Binnema ec1b870ca1 * test-mu-query.c: add unit test for searching filenames 2011-05-21 16:07:44 +03:00
Dirk-Jan C. Binnema d81c994426 * test-mu-cmd.c: add tests for extra-by-filename for mu-extract 2011-05-21 14:13:15 +03:00
Dirk-Jan C. Binnema fa3ee3c058 * make size, date ranges work even if specified e->b. add unit tests. 2011-05-21 09:14:02 +03:00
Dirk-Jan C. Binnema e607aed8de * add unit tests for wildcards, size: and date: 2011-05-20 21:32:44 +03:00
Dirk-Jan C. Binnema d99a814c93 * tests: fix up merge fallout 2011-05-19 22:56:55 +03:00
Dirk-Jan C. Binnema 9d31d8aaca * update test-cases 2011-05-19 22:49:13 +03:00
Dirk-Jan C. Binnema f02a043741 * mu-msg-iter.{cc,h}: clear-up api, update callers 2011-05-19 00:26:14 +03:00
Dirk-Jan C. Binnema 2e717a92f9 * test-mu-{cmd,msg,query}.c: update (c) year 2011-05-18 22:14:38 +03:00
Dirk-Jan C. Binnema fa0882ed90 * test-mu-{cmd,msg,query}.c: update (c) year 2011-05-18 21:21:10 +03:00
Dirk-Jan C. Binnema 7e721953fd * test-mu-query.c: add specific tests for searching accented chars, as per #38
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 00:40:10 +03:00
Dirk-Jan C. Binnema 16180ced2a * tests/: add tests for issues mentioned in issue #38
(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 00:39:52 +03:00
Dirk-Jan C. Binnema ca9dc6ee6b * test-mu-query.c: add specific tests for searching accented chars, as per #38
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 00:15:52 +03:00
Dirk-Jan C. Binnema 3d79ba8c13 * tests/: add tests for issues mentioned in issue #38
(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 00:00:10 +03:00
Dirk-Jan C. Binnema 9a1ccc3103 * re-enable message summaries 2011-05-15 10:40:29 +03:00
Dirk-Jan C. Binnema 0cd1e78239 * updates for summary field removal 2011-05-14 18:07:07 +03:00
Dirk-Jan C. Binnema 53b87a79eb * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
Dirk-Jan C. Binnema 186e44ca66 * mu-query: some cleanups 2011-03-21 01:56:32 +02:00
Dirk-Jan C. Binnema e0b484e922 * make mu-cmd reference-counted (make mu_msg_destroy internal, use
mu_msg_unref instead)
2011-01-09 18:54:14 +02:00
Dirk-Jan C. Binnema a315e15081 * cosmetics 2010-12-12 18:32:37 +02:00
Dirk-Jan C. Binnema 3d3a4f8308 * mu-query.cc, mu-store.cc: use the escaping for some fields; update test case 2010-11-29 21:29:43 +02:00
Dirk-Jan C. Binnema 52972f1ec9 * test cases: update for mu-msg / mu-runtime change 2010-11-27 16:07:24 +02:00
Dirk-Jan C. Binnema dfeb0f7736 * update tests for GError-changes 2010-11-25 21:49:44 +02:00
Dirk-Jan C. Binnema b87b5d25fd * use GError to convey error info in MuQuery; update users 2010-11-24 00:47:36 +02:00
Dirk-Jan C. Binnema 085d0732c1 * unit tests: updated for other changes 2010-11-21 15:41:25 +02:00
Dirk-Jan C. Binnema f114d2f511 * testcases: update for other changes, add some tests 2010-11-21 13:43:40 +02:00
Dirk-Jan C. Binnema d1494028e7 * update testcases for mu-msg-field 2010-11-20 14:43:35 +02:00
Dirk-Jan C. Binnema 3c5314e4ed * tests: updated 2010-11-11 22:05:10 +02:00
Dirk-Jan C. Binnema fd2df0199c * test-mu-query.c: add some more test 2010-11-09 00:26:24 +02:00
Dirk-Jan C. Binnema f2770c5957 * added some more test cases 2010-09-26 15:52:07 +03:00
Dirk-Jan C. Binnema 82176c8991 * unit-tests: small updates to tests 2010-09-26 15:23:17 +03:00
Dirk-Jan C. Binnema 6a3327e534 * test-mu-query.c: comment-out some debugging stuff 2010-09-13 21:27:33 +03:00
Dirk-Jan C. Binnema 88ed5a9a6f * tests: small cleanups 2010-09-12 23:38:34 +03:00
Dirk-Jan C. Binnema 35bb2d143a * tests: updated for changes elsewhere, add new tests for searching messages 2010-09-12 16:33:18 +03:00
Dirk-Jan C. Binnema c09cb1303b * cleanup, improve, refactor message summary 2010-09-11 11:19:58 +03:00
Dirk-Jan C. Binnema 80a08462d8 * update / add unit tests 2010-09-10 20:37:06 +03:00
Dirk-Jan C. Binnema 57fc2441a8 * <many>: make gmime initialization/de-initialization implicit (remove mu_msg_init/mu_msg_uninit) 2010-09-10 08:18:04 +03:00
Dirk-Jan C. Binnema 32a218d76e * cleanup testcase, update for mu_msg_iter_is_done 2010-09-09 00:09:33 +03:00
Dirk-Jan C. Binnema 60be96510f * test-mu-query.c: add test for mu_msg_iter_get_msg, summary 2010-09-05 13:01:33 +03:00
Dirk-Jan C. Binnema 572da91216 * add new test for non-ascii search 2010-09-04 14:37:19 +03:00
djcb 0c04143bbc * rename MuQueryXapian => MuQuery 2010-08-25 21:46:16 +03:00