Commit Graph

805 Commits

Author SHA1 Message Date
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 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 eddf5a3965 * update mu-msg-iter (remove batching) 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 52b7ac738d * add tags output to 'mu view' 2011-06-16 08:14:07 +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 e7f9e1d082 * mu-store.cc: handle a comma-separated list of tags as multiple terms for the doc 2011-06-16 07:59:00 +03:00
Dirk-Jan C. Binnema a9161d1cd5 * add unit tests for reading tags 2011-06-16 00:49:30 +03:00
Dirk-Jan C. Binnema 95c67fdc39 * mu-msg-cache: add MU_MSG_FIELD_ID_TAGS 2011-06-16 00:49:04 +03:00
Dirk-Jan C. Binnema 9971c1e7ae * add basic support for X-Label (WIP) 2011-06-16 00:26:30 +03:00
Dirk-Jan C. Binnema 2a36799054 * cosmetic 2011-06-15 23:52:41 +03:00
Dirk-Jan C. Binnema 76bef9f984 * mu-store.cc: support GSList* fields 2011-06-15 23:52:32 +03:00
Dirk-Jan C. Binnema dab245d010 * make MU_MSG_FIELD_ID_REFS a GSList* field 2011-06-15 23:51:49 +03:00
Dirk-Jan C. Binnema a98bff9493 * mu-msg: add support for GSList* fields 2011-06-15 23:51:16 +03:00
Dirk-Jan C. Binnema 663895f968 * add support for GSList* fields to MuMsgDoc and MuMsgFile 2011-06-15 23:50:17 +03:00
Dirk-Jan C. Binnema 1e629e45c7 * mu-msg-cache: add support for GSList* values 2011-06-15 23:48:54 +03:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema de24a59d8c * mu-cmd-find.c: fix compiler warning 2011-06-15 08:15:13 +03:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 8531a78301 * merge mu-output with mu-cmd-find 2011-06-02 11:18:47 +03:00
Dirk-Jan C. Binnema ccbf76b793 * make the output of mu cfind/extract/view locale-encoded except for cfind
with --format=bbdb
2011-06-02 11:09:04 +03:00
Dirk-Jan C. Binnema de539ea3f8 * cosmetics 2011-06-02 11:07:57 +03:00
Dirk-Jan C. Binnema e16c95a883 * make mu find --format=plain output respect the locale 2011-06-01 21:56:09 +03:00
Dirk-Jan C. Binnema 4629e26609 * mu-str.c: convert strftime output to utf8 if needed 2011-06-01 21:55:32 +03:00
Dirk-Jan C. Binnema 7019bd9b86 * mu-util.[ch]: add mu_util_locale_is_utf8, handle invalid utf8 string more gracefully 2011-06-01 21:52:58 +03:00
Dirk-Jan C. Binnema 8b7d0f9b06 * mu-util.c: only convert if the locale is not already in UTF8 2011-05-31 23:23:50 +03:00
Dirk-Jan C. Binnema 096c92e5c2 * add mu_util_print_encoded, mu_util_printerr_encoded, mu_util_fputs_encoded,
for printing where the input (in utf8) is converted to the current locale
  before  printing (WIP)
2011-05-31 23:17:09 +03:00
Dirk-Jan C. Binnema a34738c882 * mu-output: push cyclomatic complexity <= 10 to satisfy 'make cc10' 2011-05-29 13:58:17 +03:00
Dirk-Jan C. Binnema 0dcc122c0f * add test mail 2011-05-29 13:57:27 +03:00
Dirk-Jan C. Binnema 61f462c4ad * prepare for 0.9.6 2011-05-28 12:29:53 +03:00
Dirk-Jan C. Binnema 132f0d4b01 * mu-cmd-index: fix backspace printing (don't try to modify static str) 2011-05-26 23:39:33 +03:00
Dirk-Jan C. Binnema ff8f5db9a8 * improved color impl for mu view 2011-05-26 23:38:30 +03:00
Dirk-Jan C. Binnema 0c462c9100 * mu-cmd-find: use color option with update mu-output 2011-05-26 23:37:49 +03:00
Dirk-Jan C. Binnema 82342041f1 * mu-cmd-extract.c: implement color output 2011-05-26 23:37:06 +03:00
Dirk-Jan C. Binnema 57c0ce07e1 * mu-cfind.c: improve color output impl 2011-05-26 23:36:22 +03:00