Commit Graph

  • 99c0d620d4 * mu-util.[ch]: use realpath to resolve dirs, some cosmetics Dirk-Jan C. Binnema 2010-09-23 00:03:04 +03:00
  • 3375066c4f * mu-cmd-index: use isatty, do not write progress info to stdout unless it's a tty Dirk-Jan C. Binnema 2010-09-15 20:59:42 +03:00
  • 18e2cf2912 * mu-msg.cc: better handling of invalid mail files Dirk-Jan C. Binnema 2010-09-15 20:17:47 +03:00
  • 0490023baf * mu-cmd-index: print indexing updates only once 25, this reduces printing overhead (of course, --quiet is still faster) Dirk-Jan C. Binnema 2010-09-15 20:17:29 +03:00
  • e3599d4d4f * mu-msg.c: improve error handling for message with text|html body Dirk-Jan C. Binnema 2010-09-13 23:58:48 +03:00
  • 50a3715654 * mu-cmd-index: make the little -\|/ rotation a bit slower Dirk-Jan C. Binnema 2010-09-13 23:46:33 +03:00
  • 1255c0e2de * mu-cmd-index.c: improve C-c output a bit Dirk-Jan C. Binnema 2010-09-13 23:39:37 +03:00
  • 6a3327e534 * test-mu-query.c: comment-out some debugging stuff Dirk-Jan C. Binnema 2010-09-13 21:27:33 +03:00
  • 4bfa9e0e5f * mu-msg: better error handling for invalid messages Dirk-Jan C. Binnema 2010-09-13 21:26:20 +03:00
  • cd34353b27 * mu-cmd-index: simplify cmd-index, cmd-cleanup a bit Dirk-Jan C. Binnema 2010-09-13 21:25:30 +03:00
  • 88ed5a9a6f * tests: small cleanups Dirk-Jan C. Binnema 2010-09-12 23:38:34 +03:00
  • ad4005bdf9 * mu-index: cosmetics Dirk-Jan C. Binnema 2010-09-12 21:39:36 +03:00
  • 1a8de6e1db * mu-maildir: return right MuResult from callback Dirk-Jan C. Binnema 2010-09-12 21:39:15 +03:00
  • 26f216efef * mu-cmd-index: improve time display Dirk-Jan C. Binnema 2010-09-12 21:38:01 +03:00
  • 893130e88e * mu-store: commit after 6666 message instead of 2000, speeds things up Dirk-Jan C. Binnema 2010-09-12 21:19:38 +03:00
  • 081e601c25 * mu-index: use unsigned instead of time_t Dirk-Jan C. Binnema 2010-09-12 21:19:02 +03:00
  • 9a32d86851 * mu-cmd-index: show some timing information for the indexing Dirk-Jan C. Binnema 2010-09-12 21:18:30 +03:00
  • 2fef78abc1 * mu-msg-contact: check for type of internetaddress (fixes some warning) + small cleanups Dirk-Jan C. Binnema 2010-09-12 21:00:45 +03:00
  • 5d8499b80e * update TODO Dirk-Jan C. Binnema 2010-09-12 16:34:19 +03:00
  • 13e1cfde79 * configure.ac: bump version to 0.7.9, database to 7.9 Dirk-Jan C. Binnema 2010-09-12 16:33:58 +03:00
  • 35bb2d143a * tests: updated for changes elsewhere, add new tests for searching messages Dirk-Jan C. Binnema 2010-09-12 16:33:18 +03:00
  • 1daf46f4ab * mark mu_msg_str_summarize with G_GNUC_WARN_UNUSED_RESULT Dirk-Jan C. Binnema 2010-09-12 16:32:22 +03:00
  • 5e50ed5dba * mu-index: cosmetic improvements in output Dirk-Jan C. Binnema 2010-09-12 16:31:39 +03:00
  • 7268fcf253 * mu-cmd-find.c: update for changes in mu-msg-fields Dirk-Jan C. Binnema 2010-09-12 16:31:12 +03:00
  • 80d3fb22b2 * mu-query: pre-process queries to work around some mismatches with xapian query parsing Dirk-Jan C. Binnema 2010-09-12 16:30:29 +03:00
  • bb3d9cc0b0 * mu-store/mu-msg-fields: special handling for To:/Cc:/From: so we can better search for them. Dirk-Jan C. Binnema 2010-09-12 16:28:34 +03:00
  • d9b5f2514a * mu-msg-contact: use the G_(BEGIN|END)_DECLS so it can be used from c++ Dirk-Jan C. Binnema 2010-09-12 16:26:02 +03:00
  • 41aa7370b8 * mu-log: remove unneeded \n in output Dirk-Jan C. Binnema 2010-09-12 16:25:06 +03:00
  • 9d1939240d * mu-cmd-index.c: replace printf with g_print Dirk-Jan C. Binnema 2010-09-12 13:39:19 +03:00
  • 4ecb207e15 * mu-cmd-index: shorten >33 line function Dirk-Jan C. Binnema 2010-09-11 11:25:43 +03:00
  • c09cb1303b * cleanup, improve, refactor message summary Dirk-Jan C. Binnema 2010-09-11 11:19:58 +03:00
  • aa1c7e9831 * mu-cmd-view.c: fix showing of body Dirk-Jan C. Binnema 2010-09-10 20:37:58 +03:00
  • fd93663e8a * mu-msg.c: cosmetic Dirk-Jan C. Binnema 2010-09-10 20:37:38 +03:00
  • 80a08462d8 * update / add unit tests Dirk-Jan C. Binnema 2010-09-10 20:37:06 +03:00
  • 57fc2441a8 * <many>: make gmime initialization/de-initialization implicit (remove mu_msg_init/mu_msg_uninit) Dirk-Jan C. Binnema 2010-09-10 08:18:04 +03:00
  • 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 Dirk-Jan C. Binnema 2010-09-09 08:21:01 +03:00
  • b4d7ea5a36 * mu-maildir.c: minor, cosmetic Dirk-Jan C. Binnema 2010-09-09 08:19:00 +03:00
  • 1a98b2de64 * mu-cmd-index: minor, cosmetic Dirk-Jan C. Binnema 2010-09-09 08:18:14 +03:00
  • 42cdf60504 * mu-cmd-index: mention cleanup phase in user output Dirk-Jan C. Binnema 2010-09-09 08:17:50 +03:00
  • ae50a6364e * mu-cmd-find: use mu_msg_iter_is_done Dirk-Jan C. Binnema 2010-09-09 08:17:00 +03:00
  • 3cc7d4ee89 * mu.cc: minor changes Dirk-Jan C. Binnema 2010-09-09 08:15:41 +03:00
  • 200eabdca9 * document new mu.1 command line options Dirk-Jan C. Binnema 2010-09-09 00:13:54 +03:00
  • 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. Dirk-Jan C. Binnema 2010-09-09 00:12:06 +03:00
  • 32a218d76e * cleanup testcase, update for mu_msg_iter_is_done Dirk-Jan C. Binnema 2010-09-09 00:09:33 +03:00
  • d1f4ebde0b * rename mu_msg_iter_is_null => mu_msg_iter_is_done Dirk-Jan C. Binnema 2010-09-09 00:09:00 +03:00
  • c6ebff4928 * use '-m' shortcut only for --maildir, not for --muhome... Dirk-Jan C. Binnema 2010-09-06 23:44:23 +03:00
  • 3def4d36b8 * updated NEWS Dirk-Jan C. Binnema 2010-09-05 21:39:15 +03:00
  • b7410acce8 * mu-cmd-index.c, mu-cmd-view.c, mu-msg-part.c: fix some overly long functions Dirk-Jan C. Binnema 2010-09-05 21:39:07 +03:00
  • 51790dd888 * mu-query: transfer queries to lowercase; this fixes some false-negatives Dirk-Jan C. Binnema 2010-09-05 21:21:26 +03:00
  • 283f3036a6 * update man pages Dirk-Jan C. Binnema 2010-09-05 21:20:46 +03:00
  • f20a81ae8f * updated TODO Dirk-Jan C. Binnema 2010-09-05 13:44:13 +03:00
  • b3ef775489 * add some stuff to the zsh completions Dirk-Jan C. Binnema 2010-09-05 13:44:04 +03:00
  • 60be96510f * test-mu-query.c: add test for mu_msg_iter_get_msg, summary Dirk-Jan C. Binnema 2010-09-05 13:01:33 +03:00
  • a039fe87bf * updated HACKING Dirk-Jan C. Binnema 2010-09-05 12:40:13 +03:00
  • 999c12649d * updated TODO Dirk-Jan C. Binnema 2010-09-05 12:40:05 +03:00
  • 8a285c7d0d * src/Makefile.am: add -Wdeclaration-after-statement to the warning flags for c-code Dirk-Jan C. Binnema 2010-09-05 12:39:08 +03:00
  • 956720df61 * mu.cc: add some comment about setlocale Dirk-Jan C. Binnema 2010-09-05 12:38:11 +03:00
  • 3b514b066f * mu-msg-(fields|flags): cosmetics Dirk-Jan C. Binnema 2010-09-05 12:37:47 +03:00
  • b8f5451b06 * mu-msg-iter.{cc,h}: some cleanups, documentation updates Dirk-Jan C. Binnema 2010-09-05 12:37:12 +03:00
  • 572da91216 * add new test for non-ascii search Dirk-Jan C. Binnema 2010-09-04 14:37:19 +03:00
  • c55831f7c7 * mu.cc: add some comment regarding setlocale Dirk-Jan C. Binnema 2010-09-04 14:32:33 +03:00
  • b05359d344 * add test mail file, update unit test for number Dirk-Jan C. Binnema 2010-09-04 14:32:10 +03:00
  • 6b3272fb8c * mu.cc: setlocale (LC_ALL, "") to make non-ascii searches work Dirk-Jan C. Binnema 2010-09-04 12:58:45 +03:00
  • 0ad1fb1165 * update mu extract implementation, support --overwrite and --targetdir (WIP, needs testing) Dirk-Jan C. Binnema 2010-09-01 23:35:34 +03:00
  • 364620170c * update mu-extract man page a bit Dirk-Jan C. Binnema 2010-09-01 23:35:03 +03:00
  • a512cb64f4 * fix typo that broke unit test Dirk-Jan C. Binnema 2010-08-29 22:15:25 +03:00
  • 15ad934d81 * update attachment-extraction (ie., 'mu extract'); still WIP, but basics are working Dirk-Jan C. Binnema 2010-08-29 22:13:06 +03:00
  • a7a08dde7f * add some extra error checking for the right command Dirk-Jan C. Binnema 2010-08-29 16:39:27 +03:00
  • d5329d3696 * mu-config: add some config options for mu extract Dirk-Jan C. Binnema 2010-08-29 16:30:55 +03:00
  • 01ff6d4fc1 * remove some of the lesser-used single-char versions of command line args Dirk-Jan C. Binnema 2010-08-27 08:26:41 +03:00
  • 89f2182f03 * some minor cleanups Dirk-Jan C. Binnema 2010-08-27 00:25:07 +03:00
  • c771b9a705 * add missing test-mu-msg.c djcb 2010-08-26 21:21:29 +03:00
  • 2cd082c06b * rename MuStoreXapian => MuStore djcb 2010-08-25 21:55:08 +03:00
  • 0c04143bbc * rename MuQueryXapian => MuQuery djcb 2010-08-25 21:46:16 +03:00
  • ba2cb41585 * rename mu-util-xapian => mu-util-db (and some leftovers) djcb 2010-08-25 21:40:07 +03:00
  • b50a3dc245 * rename MuMsgIterXapian => MuMsgIter djcb 2010-08-25 21:29:53 +03:00
  • dd263ec1ed * contrib/Makefile.am: small fix to ignore make check djcb 2010-08-25 00:57:40 +03:00
  • 9a510162b5 * many: renaming/refactoring - mu-msg-gmime => mu-msg - mu-msg-part-info => mu-msg-part djcb 2010-08-25 00:57:16 +03:00
  • f1bbb3fb96 * WIP: more attachment handling changes Dirk-Jan C. Binnema 2010-08-24 21:10:00 +03:00
  • 2980737853 * add start of mu-extract manpage Dirk-Jan C. Binnema 2010-08-24 21:09:43 +03:00
  • 1b75323e1c * many: small cosmetic / documentation updates Dirk-Jan C. Binnema 2010-08-23 08:23:58 +03:00
  • 43b1c0fcf1 * WIP: rough implementation of attachment extraction djcb 2010-08-22 22:50:19 +03:00
  • db7c78cc2e * mu-msg-contact: small renaming djcb 2010-08-22 19:31:54 +03:00
  • 3cdb1f15ed * next step in attachment handling infra; still WIP djcb 2010-08-22 19:31:21 +03:00
  • 37b0ea3bc3 * small updates Dirk-Jan C. Binnema 2010-08-21 20:44:53 +03:00
  • a3ec22bae9 * add start of zsh-completion support (WIP) Dirk-Jan C. Binnema 2010-08-21 20:44:45 +03:00
  • 596317b8dc * WIP: added MuMsgPartInfo (WIP) Dirk-Jan C. Binnema 2010-08-21 20:44:13 +03:00
  • fc40900037 * some cleanup + beginnings of extract functionality Dirk-Jan C. Binnema 2010-08-20 21:38:54 +03:00
  • a4515de466 * update: some refactoring of commands djcb 2010-08-20 21:07:36 +03:00
  • 7ea074431c * mu-msg-gmime: further cleanups Dirk-Jan C. Binnema 2010-08-19 23:14:13 +03:00
  • 478a2ab3eb * mu-msg-gmime: cosmetics djcb 2010-08-19 22:51:55 +03:00
  • d79b93a45d * mu-msg-gmime: fix contacts list bug, update unit tests djcb 2010-08-19 22:44:57 +03:00
  • 93590436c1 * MuMsgContact refactoring (split off) djcb 2010-08-19 22:15:19 +03:00
  • 5fb3e7fd36 * mu-msg-util: some minor cosmetic fixes Dirk-Jan C. Binnema 2010-08-18 23:45:50 +03:00
  • 6b1fa8db25 * test-mu-msg-gmime: add some unit tests Dirk-Jan C. Binnema 2010-08-18 23:45:19 +03:00
  • 5e3aa6024f * mu-msg-gmime: slight doc update Dirk-Jan C. Binnema 2010-08-18 22:49:46 +03:00
  • 69c93430b9 * refactor: add mu_msg_iter_xapian_get_msg_gmime and use it Dirk-Jan C. Binnema 2010-08-18 22:49:10 +03:00
  • 145fd8f75c * WIP: start work on attachment handling in mu-msg-gmime (and some cleanup) Dirk-Jan C. Binnema 2010-08-18 00:33:37 +03:00
  • 80dd533f18 * configure.ac: small updates Dirk-Jan C. Binnema 2010-08-18 00:32:52 +03:00
  • 52e6fa5f32 * add some mu-msg-gmime unit tests Dirk-Jan C. Binnema 2010-08-18 00:18:42 +03:00