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

360 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
1255c0e2de * mu-cmd-index.c: improve C-c output a bit 2010-09-13 23:39:37 +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
4bfa9e0e5f * mu-msg: better error handling for invalid messages 2010-09-13 21:26:20 +03:00
Dirk-Jan C. Binnema
cd34353b27 * mu-cmd-index: simplify cmd-index, cmd-cleanup a bit 2010-09-13 21:25:30 +03:00
Dirk-Jan C. Binnema
88ed5a9a6f * tests: small cleanups 2010-09-12 23:38:34 +03:00
Dirk-Jan C. Binnema
ad4005bdf9 * mu-index: cosmetics 2010-09-12 21:39:36 +03:00
Dirk-Jan C. Binnema
1a8de6e1db * mu-maildir: return right MuResult from callback 2010-09-12 21:39:15 +03:00
Dirk-Jan C. Binnema
26f216efef * mu-cmd-index: improve time display 2010-09-12 21:38:01 +03:00
Dirk-Jan C. Binnema
893130e88e * mu-store: commit after 6666 message instead of 2000, speeds things up 2010-09-12 21:19:38 +03:00
Dirk-Jan C. Binnema
081e601c25 * mu-index: use unsigned instead of time_t 2010-09-12 21:19:02 +03:00
Dirk-Jan C. Binnema
9a32d86851 * mu-cmd-index: show some timing information for the indexing 2010-09-12 21:18:30 +03:00
Dirk-Jan C. Binnema
2fef78abc1 * mu-msg-contact: check for type of internetaddress (fixes some warning) +
small cleanups
2010-09-12 21:00:45 +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
1daf46f4ab * mark mu_msg_str_summarize with G_GNUC_WARN_UNUSED_RESULT 2010-09-12 16:32:22 +03:00
Dirk-Jan C. Binnema
5e50ed5dba * mu-index: cosmetic improvements in output 2010-09-12 16:31:39 +03:00
Dirk-Jan C. Binnema
7268fcf253 * mu-cmd-find.c: update for changes in mu-msg-fields 2010-09-12 16:31:12 +03:00
Dirk-Jan C. Binnema
80d3fb22b2 * mu-query: pre-process queries to work around some mismatches with xapian
query parsing
2010-09-12 16:30:29 +03:00
Dirk-Jan C. Binnema
bb3d9cc0b0 * mu-store/mu-msg-fields: special handling for To:/Cc:/From: so we can better
search for them.
2010-09-12 16:28:34 +03:00
Dirk-Jan C. Binnema
d9b5f2514a * mu-msg-contact: use the G_(BEGIN|END)_DECLS so it can be used from c++ 2010-09-12 16:26:02 +03:00
Dirk-Jan C. Binnema
41aa7370b8 * mu-log: remove unneeded \n in output 2010-09-12 16:25:06 +03:00
Dirk-Jan C. Binnema
9d1939240d * mu-cmd-index.c: replace printf with g_print 2010-09-12 13:39:19 +03:00
Dirk-Jan C. Binnema
4ecb207e15 * mu-cmd-index: shorten >33 line function 2010-09-11 11:25:43 +03:00
Dirk-Jan C. Binnema
c09cb1303b * cleanup, improve, refactor message summary 2010-09-11 11:19:58 +03:00
Dirk-Jan C. Binnema
aa1c7e9831 * mu-cmd-view.c: fix showing of body 2010-09-10 20:37:58 +03:00
Dirk-Jan C. Binnema
fd93663e8a * mu-msg.c: cosmetic 2010-09-10 20:37:38 +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
55981b27df * mu-query.cc: make queries a bit more eager to match (WIP)
ie., convert to lowercase, do STEM_SOME, not STEM_ALL
  this needs tweaking, more testing, but passed current unit tests
2010-09-09 08:21:01 +03:00
Dirk-Jan C. Binnema
b4d7ea5a36 * mu-maildir.c: minor, cosmetic 2010-09-09 08:19:00 +03:00
Dirk-Jan C. Binnema
1a98b2de64 * mu-cmd-index: minor, cosmetic 2010-09-09 08:18:14 +03:00
Dirk-Jan C. Binnema
42cdf60504 * mu-cmd-index: mention cleanup phase in user output 2010-09-09 08:17:50 +03:00
Dirk-Jan C. Binnema
ae50a6364e * mu-cmd-find: use mu_msg_iter_is_done 2010-09-09 08:17:00 +03:00
Dirk-Jan C. Binnema
3cc7d4ee89 * mu.cc: minor changes 2010-09-09 08:15:41 +03:00
Dirk-Jan C. Binnema
3a4bfe1362 * move some system-initialization to mu_util_init_system;
set G_SLICE env far to always-malloc on FreeBSD, as g_slice does not work
  correctly there.
2010-09-09 00:12:06 +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
d1f4ebde0b * rename mu_msg_iter_is_null => mu_msg_iter_is_done 2010-09-09 00:09:00 +03:00
Dirk-Jan C. Binnema
c6ebff4928 * use '-m' shortcut only for --maildir, not for --muhome... 2010-09-06 23:44:23 +03:00
Dirk-Jan C. Binnema
b7410acce8 * mu-cmd-index.c, mu-cmd-view.c, mu-msg-part.c: fix some overly long functions 2010-09-05 21:39:07 +03:00
Dirk-Jan C. Binnema
51790dd888 * mu-query: transfer queries to lowercase; this fixes some false-negatives 2010-09-05 21:21:26 +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
8a285c7d0d * src/Makefile.am: add -Wdeclaration-after-statement to the warning flags for c-code 2010-09-05 12:39:08 +03:00
Dirk-Jan C. Binnema
956720df61 * mu.cc: add some comment about setlocale 2010-09-05 12:38:11 +03:00
Dirk-Jan C. Binnema
3b514b066f * mu-msg-(fields|flags): cosmetics 2010-09-05 12:37:47 +03:00
Dirk-Jan C. Binnema
b8f5451b06 * mu-msg-iter.{cc,h}: some cleanups, documentation updates 2010-09-05 12:37:12 +03:00
Dirk-Jan C. Binnema
572da91216 * add new test for non-ascii search 2010-09-04 14:37:19 +03:00
Dirk-Jan C. Binnema
c55831f7c7 * mu.cc: add some comment regarding setlocale 2010-09-04 14:32:33 +03:00
Dirk-Jan C. Binnema
b05359d344 * add test mail file, update unit test for number 2010-09-04 14:32:10 +03:00
Dirk-Jan C. Binnema
6b3272fb8c * mu.cc: setlocale (LC_ALL, "") to make non-ascii searches work 2010-09-04 12:58:45 +03:00
Dirk-Jan C. Binnema
0ad1fb1165 * update mu extract implementation, support --overwrite and --targetdir (WIP,
needs testing)
2010-09-01 23:35:34 +03:00
Dirk-Jan C. Binnema
a512cb64f4 * fix typo that broke unit test 2010-08-29 22:15:25 +03:00