8b0a31e2a5
Merge branch 'master' into procmule
2011-07-13 23:33:33 +03:00
3bf7c4d641
* test-mu-cmd-find.c: update unit test for --format=mutt-ab changes
2011-07-13 23:28:05 +03:00
329a524af7
* mu-query: special-case the empty search expr to mean 'match-all'
2011-07-13 08:18:42 +03:00
e06f036c72
* add test mail to Makefile.am
2011-07-10 14:53:09 +03:00
f59ca5af2d
* support special characters in X-Labels
2011-07-10 14:08:16 +03:00
31d568e076
* rename the --separate option into --terminate (mu view), update test cases
2011-07-10 14:07:35 +03:00
8b687e678c
* update test-cases
2011-07-06 02:14:53 +03:00
0ec6df6369
* use the new strip option for list->str
2011-07-06 02:14:00 +03:00
5ad2319fe1
* refactor msg-sorting a bit
2011-07-02 12:50:29 +03:00
58fdfa9bc1
* let mu_str_subject_normalize work with static strings as well
2011-07-02 12:48:46 +03:00
28db904fb2
* update/add unit tests for threading
2011-06-30 23:43:08 +03:00
a3bd931aaf
* overhaul/clean-up container code, add path object; seems to work now
2011-06-26 13:12:40 +03:00
9c6014e40b
* remove debug output, fix code for cc10, line33
2011-06-24 12:39:46 +03:00
95bb29b653
* update / add test cases for threading
2011-06-24 00:24:04 +03:00
a356dbec10
* update test case for the new thread param for queries
2011-06-19 21:05:12 +03:00
dfcbd854f0
* update test-cases
2011-06-18 18:49:46 +03:00
583afc2749
* make mu-msg-file return references in same order as found in msgs; update
...
unit test
2011-06-16 10:21:35 +03:00
9b0067aa4a
* add mailing list test msg for unit tests
2011-06-16 10:21:35 +03:00
4dfe33609b
* add mu_msg_iter_reset (to reset iter to the beginning), add tests
2011-06-16 10:18:34 +03:00
794825e297
* remove the needless batching in mu-msg-iter, mu-query, update callers
2011-06-16 10:18:34 +03:00
927737cc09
* test-mu-query.c: add some tests for querying tags
2011-06-16 07:59:23 +03:00
a9161d1cd5
* add unit tests for reading tags
2011-06-16 00:49:30 +03:00
2ef079968a
* add mu_str_from_list, mu_str_to_list and mu_str_list_free + unit tests
2011-06-15 23:44:52 +03:00
57ebeda135
* add optional separator (\f, form-feed) between multiple messages in 'mu
...
view' when using --separate (fixes issue #41 )
2011-06-14 00:08:13 +03:00
0dcc122c0f
* add test mail
2011-05-29 13:57:27 +03:00
4e904d7c73
* test-mu-cmd.c: updated testcase
2011-05-25 21:58:48 +03:00
f22b506607
* test-mu-cmd.c, test-mu-contacts.c: fix tiny leaks in test cases
2011-05-25 08:12:27 +03:00
e478eeee6d
* reindentation, fix mu_str_ascii_xapian_escape_in_place for '..'
2011-05-22 10:27:12 +03:00
e7804314e2
* mu-cmd.c, test-mu-cmd.c: add attachment info to 'mu view' + unit test
2011-05-21 20:20:38 +03:00
ec1b870ca1
* test-mu-query.c: add unit test for searching filenames
2011-05-21 16:07:44 +03:00
e103a23c1f
* add test-mu-cmd changes, missed from previous commit
2011-05-21 14:13:56 +03:00
d81c994426
* test-mu-cmd.c: add tests for extra-by-filename for mu-extract
2011-05-21 14:13:15 +03:00
fa3ee3c058
* make size, date ranges work even if specified e->b. add unit tests.
2011-05-21 09:14:02 +03:00
e607aed8de
* add unit tests for wildcards, size: and date:
2011-05-20 21:32:44 +03:00
ce7c354f74
* make test-mu-cfind.c work on other days but 2011-05-19 too...
2011-05-20 08:20:11 +03:00
f6f5b457dd
* update test-mu-msg.c
2011-05-19 23:02:11 +03:00
d99a814c93
* tests: fix up merge fallout
2011-05-19 22:56:55 +03:00
9d31d8aaca
* update test-cases
2011-05-19 22:49:13 +03:00
68294e4d5c
* tests: add unit-tests for 'mu cfind'; fix up merge
2011-05-19 22:24:12 +03:00
f6ff982e92
* tests: add unit-tests for 'mu cfind'; fix up merge
2011-05-19 20:56:29 +03:00
51fb5fe8e9
* tests: add unit-tests for 'mu cfind'
2011-05-19 19:55:50 +03:00
f02a043741
* mu-msg-iter.{cc,h}: clear-up api, update callers
2011-05-19 00:26:14 +03:00
0f20ce6273
* fix some of the merge fallout
2011-05-18 22:20:39 +03:00
2e717a92f9
* test-mu-{cmd,msg,query}.c: update (c) year
2011-05-18 22:14:38 +03:00
c6c3dd99c1
* tests/Makefile.am, tests/test-mu-contacts.c: add mu_contacts unit tests
2011-05-18 22:14:24 +03:00
fa0882ed90
* test-mu-{cmd,msg,query}.c: update (c) year
2011-05-18 21:21:10 +03:00
0f71852aea
* tests/Makefile.am, tests/test-mu-contacts.c: add mu_contacts unit tests
2011-05-18 21:20:17 +03:00
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
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
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