1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-28 07:41:04 +02:00
Commit Graph

216 Commits

Author SHA1 Message Date
djcb
0be852b288 * improve support for non-latin languages (cyrillic etc.) (WIP)
- change the various escaping / normalization functions to better deal with
    non-ascii, non-latin languages, such as Russian.

    It seems. now we can match 'Тесла' or 'Аркона' without problem.

  - added unit test.

  - WIP -- needs more testing.
2012-04-16 01:10:46 +03:00
djcb
c3f63bb4c0 * mu-str.c, test-mu-query.c: ensure all unit tests pass 2012-04-13 22:12:44 +03:00
djcb
3ba8919faf * update unit tests for new escaping 2012-04-13 22:05:17 +03:00
djcb
7f0ec697d8 * mu-str etc.: improve escaping (for gmail folder names) 2012-03-30 18:45:06 +03:00
djcb
f43f704429 * test-mu-util.c: remove broken test case 2012-03-19 20:54:23 +02:00
djcb
027f870322 * tests: don't use mu_util_init_system, small cleanups 2012-03-19 20:49:19 +02:00
djcb
2a7b6f1304 * test-mu-cmd-cfind.c: fix unit tests for ubuntu 10.04
the tests made unwarranted assumptions about the order in which addresses
  are returned.
2012-03-19 00:14:48 +02:00
djcb
e80c4c9124 * tests/: fix test cases for freebsd (and other bsds) 2012-03-14 21:33:06 +02:00
djcb
7fd81cc154 * tests: more gracefully deal with the case where there's no en_US.utf8 locale 2012-03-08 00:11:31 +02:00
djcb
0d3f1887da * test-mu-util.c: fix test_mu_util_dir_expand_03 for the symlink case 2012-03-08 00:10:21 +02:00
Dirk-Jan C. Binnema
85be02c195 * test-mu-maildir: add some extra tests for maildir creation 2012-02-26 12:18:17 +02:00
Dirk-Jan C. Binnema
dcc0d5fc18 * cosmetics 2012-02-26 12:14:53 +02:00
Dirk-Jan C. Binnema
25a046536d * mu-cmd-find.c: --format=links: don't show error when there isn't any + unit test 2012-02-23 20:35:16 +02:00
djcb
7e9879ccc6 * update test, docs for mu extract 2012-02-13 22:36:43 +02:00
djcb
6f14e95c54 * test-mu-maildir.c: work around some weirdness on MacOS, fix permissions
failure in 'distcheck'
2012-01-31 20:55:56 +02:00
djcb
ff9b8185b7 * test-mu-maildir.c: make the verbose output a bit more useful. 2012-01-23 00:11:45 +02:00
djcb
22aeb33c4c * minor 2012-01-22 18:39:33 +02:00
djcb
cdfbba288e * tests: fix unit tests for the improved parsing 2012-01-21 11:19:15 +02:00
djcb
eb5bbe0c09 * test-mu-store: fix tiny leak in unit test 2012-01-12 00:23:37 +02:00
djcb
8bc4d3c113 * <many>: add possibility to limit max number of search results 2011-12-07 08:15:48 +02:00
djcb
57e3ae19d8 * add unit tests for the mime, attachment contents searching; they even pass 2011-12-01 21:18:56 +02:00
djcb
ebb3df2e2b * tests/Makefile.am: add new test e-mails to makefile 2011-11-27 16:21:20 +02:00
djcb
ab4ef80ecb * update test cases 2011-11-27 16:19:50 +02:00
djcb
88dac0fc62 * update test cases 2011-11-24 00:15:21 +02:00
djcb
1f0517429b * add test cases for RFC822 attachments, maildirs with spaces in name (do not
pass...)
2011-11-13 12:46:55 +02:00
djcb
92e543c803 * fix unit tests (i.e.. fix re-indexing messages bug) 2011-10-24 00:20:05 +03:00
Dirk-Jan C. Binnema
553b88620e * fix make check, make cc10 and make line33 2011-09-18 21:29:28 +03:00
Dirk-Jan C. Binnema
a197e584a5 * test-mu-store: updated test cases for API changes 2011-09-18 14:40:14 +03:00
Dirk-Jan C. Binnema
1fe1b144ef * test-mu-store.c: update for API change 2011-09-12 20:47:41 +03:00
Dirk-Jan C. Binnema
b944da0ae1 * mu-maildir: make public mu_maildir_get_maildir_from_path, add tests 2011-09-12 20:33:06 +03:00
Dirk-Jan C. Binnema
1a2614ec98 * updated test cases; in particular, use g_test_verbose 2011-09-03 10:51:00 +03:00
Dirk-Jan C. Binnema
c9d4111915 * update test cases for other changes 2011-08-30 21:59:05 +03:00
Dirk-Jan C. Binnema
ff7a40b3d9 * update test cases for other changes 2011-08-29 23:39:11 +03:00
Dirk-Jan C. Binnema
14aa3c132b * add mu-flags unit tests 2011-08-16 23:43:36 +03:00
Dirk-Jan C. Binnema
7238e8fbe5 Merge branch 'master' into emu 2011-08-16 07:32:32 +03:00
Dirk-Jan C. Binnema
dc9f120b55 * fix 'make distcheck' -- make thread test work regardless of indexing-order of files 2011-08-16 00:02:32 +03:00
Dirk-Jan C. Binnema
675b89708f * restore flag:unread and some optimization 2011-08-13 10:40:31 +03:00
Dirk-Jan C. Binnema
53b5dfa2bc * update maildir unit tests 2011-08-13 02:25:03 +03:00
Dirk-Jan C. Binnema
bad4973408 * mu-maildir.[ch]: re-implement message flag parsing, message moving 2011-08-13 02:00:04 +03:00
Dirk-Jan C. Binnema
a571a3f877 * MuMsgFlags => MuFlags 2011-08-11 22:44:23 +03:00
Dirk-Jan C. Binnema
49bcb3707a * test-mu-maildir.c: add some test cases 2011-08-11 20:21:01 +03:00
Dirk-Jan C. Binnema
93753f56ba * test-mu-store.c: fix test case (gboolean vs MuExitCode) 2011-08-10 23:58:36 +03:00
Dirk-Jan C. Binnema
d291c5a9f5 * some mu_store_store => mu_store_store_msg and the consequences 2011-08-03 23:03:22 +03:00
Dirk-Jan C. Binnema
7fef745d17 * update for new mu_runtime init stuff 2011-07-23 17:58:40 +03:00
Dirk-Jan C. Binnema
8bc7001cc7 * test-mu-date: added some unit tests 2011-07-21 21:58:56 +03:00
Dirk-Jan C. Binnema
62616a2a2c * tests: don't assume the whole lives in Helsinki, Finland 2011-07-21 08:20:10 +03:00
Dirk-Jan C. Binnema
f0833ca315 * some more timezone fixes for the unit tests 2011-07-21 00:58:40 +03:00
Dirk-Jan C. Binnema
e390743195 * updates for new APIs (mu-date.h) 2011-07-21 00:39:00 +03:00
Dirk-Jan C. Binnema
d894621c7f * mu-date.[ch]: split off date-related funcs in separate files 2011-07-21 00:29:12 +03:00
Dirk-Jan C. Binnema
6c62a066c8 * make time & size checking a bit stricter, report errors to user 2011-07-16 12:50:17 +03:00