1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
Commit Graph

1163 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
a2bc4540e0 * implement sorting of threads on arbitrary fields (WIP) 2011-07-02 11:27:08 +03:00
Dirk-Jan C. Binnema
50edc719fa * basic support for threading in mug2 (WIP) 2011-07-01 20:52:38 +03:00
Dirk-Jan C. Binnema
8a4c70c669 * threading: small updates, cleanups 2011-07-01 20:52:09 +03:00
Dirk-Jan C. Binnema
8955703828 * rename mu-threader-utils => mu-container + cleanups, documentation 2011-07-01 20:51:39 +03:00
Dirk-Jan C. Binnema
126fa0e74a * make threading much faster, removing some safety checks 2011-07-01 01:20:05 +03:00
Dirk-Jan C. Binnema
eb7b7e4ea0 * mu-str: fix bug in mu_str_date_parse_hdwmy 2011-06-30 23:46:21 +03:00
Dirk-Jan C. Binnema
2d1f8366d5 * start using message threading (--threads/-t param for mu find) 2011-06-30 23:45:53 +03:00
Dirk-Jan C. Binnema
15ac5f04c9 * initial somewhat working implementation of message threading based on the
JWZ algorithm
2011-06-30 23:44:50 +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
16d6a7bd45 * mu-msg-str.c: fix memory error in date parsing 2011-06-27 21:31:34 +03:00
Dirk-Jan C. Binnema
7da25411bf * mu-msg-file: clean up references handling 2011-06-26 14:52:27 +03:00
Dirk-Jan C. Binnema
7994252527 * mu-msg-threader: set docid on previously seen virtual messages 2011-06-26 14:52:09 +03:00
Dirk-Jan C. Binnema
a3bd931aaf * overhaul/clean-up container code, add path object; seems to work now 2011-06-26 13:12:40 +03:00
Dirk-Jan C. Binnema
9c6014e40b * remove debug output, fix code for cc10, line33 2011-06-24 12:39:46 +03:00
Dirk-Jan C. Binnema
ffb6dfae8c * handle duplicate-messages correctly + re-check children when they have changed 2011-06-24 12:09:18 +03:00
Dirk-Jan C. Binnema
a615b208b6 * update threading documentation 2011-06-24 12:08:25 +03:00
Dirk-Jan C. Binnema
f193a5636d * mu-msg.h: cosmetic 2011-06-24 10:22:16 +03:00
Dirk-Jan C. Binnema
c8c1f50ac2 * mu-msg-threader.c: handle duplicate message-ids 2011-06-24 10:21:59 +03:00
Dirk-Jan C. Binnema
937fc20cab * mu-msg-find: improve display of threaded messages 2011-06-24 10:21:41 +03:00
Dirk-Jan C. Binnema
32127cdc9f * mug2: update for threading changes 2011-06-24 00:24:48 +03:00
Dirk-Jan C. Binnema
95bb29b653 * update / add test cases for threading 2011-06-24 00:24:04 +03:00
Dirk-Jan C. Binnema
eb9b0c6de8 * update threading implementation (WIP still) 2011-06-24 00:21:54 +03:00
Dirk-Jan C. Binnema
1891e68936 * mu-find.1: document -t/--threads for thread display 2011-06-24 00:20:24 +03:00
Dirk-Jan C. Binnema
ac2fe36f20 * gmime-test: display message references 2011-06-24 00:19:09 +03:00
Dirk-Jan C. Binnema
707a1ea1c2 * mu-cmd-find.c, mu-cmd.c: make sure we pass 'make line33' 2011-06-19 21:24:08 +03:00
Dirk-Jan C. Binnema
f51fbebe9a * mug,mug2: update for api changes 2011-06-19 21:23:46 +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
0e4b4f7a55 * mu-msg-iter.{cc,h}: hook up the msg-iter with threading 2011-06-19 21:04:40 +03:00
Dirk-Jan C. Binnema
d28319bc27 * mu-find: enable threaded output 2011-06-19 21:04:03 +03:00
Dirk-Jan C. Binnema
9a5888f7c8 * enable the --threads/t argument for mu-find / queries 2011-06-19 21:03:33 +03:00
Dirk-Jan C. Binnema
1e945e301f * semi-working message-threader (WIP) 2011-06-19 21:02:41 +03:00
Dirk-Jan C. Binnema
dfcbd854f0 * update test-cases 2011-06-18 18:49:46 +03:00
Dirk-Jan C. Binnema
e0c522c6a0 * mu-cmd-find: use the semi-working message threading 2011-06-18 18:49:33 +03:00
Dirk-Jan C. Binnema
f2a0e19626 * mu-msg: small improvements, cosmetics 2011-06-18 18:48:59 +03:00
Dirk-Jan C. Binnema
d2d94f291e * mu-msg-iter: use the semi-working message-threading 2011-06-18 18:47:46 +03:00
Dirk-Jan C. Binnema
a3ec83b96d * semi-working message-threading (WIP) 2011-06-18 18:47:13 +03:00
Dirk-Jan C. Binnema
d0d8356248 * mu-msg-file: ensure there are no duplicates in References: + Reply-To 2011-06-18 18:45:32 +03:00
Dirk-Jan C. Binnema
023efcc0ae * store references in that cache, cleanup 2011-06-18 18:44:28 +03:00
Dirk-Jan C. Binnema
35f7e2cd95 * mu-str: add simplistic mu_str_subject_normalize (WIP) 2011-06-18 18:43:09 +03:00
Dirk-Jan C. Binnema
b08bf4a1ed * mu-msg-doc: cosmetics, documentation 2011-06-18 18:42:24 +03:00
Dirk-Jan C. Binnema
8000b85f89 * mu-msg.h: update docstring 2011-06-16 10:24:52 +03:00
Dirk-Jan C. Binnema
a69cacf919 * WIP: mu-msg-threader, and hook it up with msg-iter 2011-06-16 10:23:11 +03:00
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
ef6f58d51b * cheatsheet.org: updated 2011-06-16 10:21:35 +03:00
Dirk-Jan C. Binnema
9b0067aa4a * add mailing list test msg for unit tests 2011-06-16 10:21:35 +03:00
Dirk-Jan C. Binnema
f14de4784b * mu-msg-iter.cc: pre-fetch documents in an mset, makes search slightly faster 2011-06-16 10:18:34 +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
4c1baccc86 * mu-msg-iter: remove offset/index, cosmetics 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
9531cb9cd5 * update TODO 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
eddf5a3965 * update mu-msg-iter (remove batching) 2011-06-16 10:18:34 +03:00