Commit Graph

  • 2950d29ca7 * mu-maildir: use GError, not g_warning Dirk-Jan C. Binnema 2010-12-17 08:33:48 +0200
  • b00a85ec07 * add test_mu_util_get_dtype_with_lstat unit test, cosmetics Dirk-Jan C. Binnema 2010-12-12 18:33:25 +0200
  • a315e15081 * cosmetics Dirk-Jan C. Binnema 2010-12-12 18:32:37 +0200
  • 6820923119 * initialize variable in get_flags_str_s Dirk-Jan C. Binnema 2010-12-12 18:32:15 +0200
  • 2141f5390e * m4/Makefile.am: use explicit names for m4 files Dirk-Jan C. Binnema 2010-12-11 13:59:09 +0200
  • c1766e4cd7 * m4/Makefile.am: use wildcard to get all m4 files Dirk-Jan C. Binnema 2010-12-11 13:54:32 +0200
  • 64fcbe7603 * mu-msg-file: cosmetics Dirk-Jan C. Binnema 2010-12-11 13:53:50 +0200
  • 0565587dda * mu-runtime: use mu_util_init_system, some cosmetics Dirk-Jan C. Binnema 2010-12-11 13:53:20 +0200
  • d602ad1f47 * mu-error.h: add some error codes Dirk-Jan C. Binnema 2010-12-11 13:52:36 +0200
  • d14727c7a8 * dont't require direntry->d_type; this should help the Solaris build. also, some cleanups Dirk-Jan C. Binnema 2010-12-11 13:52:03 +0200
  • a0069702ba * fix m4/Makefile.am Dirk-Jan C. Binnema 2010-12-08 00:28:01 +0200
  • cbeb229dd0 * configure.ac: add missing m4/Makefile Dirk-Jan C. Binnema 2010-12-08 00:20:21 +0200
  • b4de366df7 * configure.ac: bump version to 0.9.2, add m4 dir to config Dirk-Jan C. Binnema 2010-12-08 00:18:02 +0200
  • 0a7a9a35fe * TODO: cosmetics Dirk-Jan C. Binnema 2010-12-07 23:20:30 +0200
  • c0e50f8d91 * test-mu-str.c: cosmetics Dirk-Jan C. Binnema 2010-12-07 23:20:19 +0200
  • 0131b9bd5f * mu-util.h: fix -pedantic warning (variadic macro) Dirk-Jan C. Binnema 2010-12-07 23:19:45 +0200
  • 39d71b8e3b * use mu_str_ascii_xapian_escape instead of local version; and non-in-place version Dirk-Jan C. Binnema 2010-12-07 23:19:13 +0200
  • 4babb4d036 * mu-msg.c: use mu-msg-file Dirk-Jan C. Binnema 2010-12-07 23:17:42 +0200
  • b7e3786af7 * mu-config.c: cosmetics Dirk-Jan C. Binnema 2010-12-07 23:17:05 +0200
  • 373973d813 * src/Makefile.am: add mu-msg-file.[ch], -pedantic for c-builds Dirk-Jan C. Binnema 2010-12-07 23:16:32 +0200
  • 372e245fc7 * mu_msg_flags_from_file => mu_msg_file_get_flags_from_path Dirk-Jan C. Binnema 2010-12-07 23:15:38 +0200
  • 2d0959ec63 * add mu-msg-file, unit tests Dirk-Jan C. Binnema 2010-12-07 23:14:11 +0200
  • a53f549d07 * configure.ac/Makfile.am: add m4 as a macro dir, require stdc Dirk-Jan C. Binnema 2010-12-07 23:10:05 +0200
  • 68af173246 * use GError in various mu_maildir function to return error info Dirk-Jan C. Binnema 2010-12-05 16:29:53 +0200
  • 8b70e6bace * configure.ac: unbreak McCabe tool checking Dirk-Jan C. Binnema 2010-12-05 16:29:25 +0200
  • 8321f6718a * mu_maildir_mkmdir => mu_maildir_mkdir Dirk-Jan C. Binnema 2010-12-05 15:40:40 +0200
  • badc37d3b5 * add some 0.9.1 info Dirk-Jan C. Binnema 2010-12-05 14:40:27 +0200
  • 1d5d90d047 * add a dummy autogen.sh Dirk-Jan C. Binnema 2010-12-05 14:40:02 +0200
  • 02ec89b4fb * updated TODO v0.9.1 Dirk-Jan C. Binnema 2010-12-05 12:45:14 +0200
  • 148db5af7b * configure.ac: cleanups Dirk-Jan C. Binnema 2010-12-05 12:45:07 +0200
  • 9dac5fbc48 * mug/TODO is outdated, removed Dirk-Jan C. Binnema 2010-12-05 12:44:47 +0200
  • 2e49d9c3cd * toys/mug/Makefile.am: include the mug icon for 'make dist' Dirk-Jan C. Binnema 2010-12-05 12:44:17 +0200
  • f85fd0f1ff * bump to 0.9.1 Dirk-Jan C. Binnema 2010-12-04 19:29:03 +0200
  • 8c372f98fb * configure.ac: use gtk+ 2.x unless there is an explicit --with-gtk3. this unbreak Fedora 14 builds (issue #31) Dirk-Jan C. Binnema 2010-12-04 19:22:34 +0200
  • 0b87be5f18 * fix mu_util_dir_expand for non-existant dirs, add unit test Dirk-Jan C. Binnema 2010-12-04 19:14:31 +0200
  • 6a3decdc7c * mu_util_dir_expand fix issue #30: wrong use of realpath(3) Dirk-Jan C. Binnema 2010-12-04 19:08:23 +0200
  • 46ba5e3a1b * index.html: update for 0.9 release v0.9 Dirk-Jan C. Binnema 2010-12-04 12:38:12 +0200
  • 104efbca04 * test-mu-store.c: stay within 33 line limit for functions Dirk-Jan C. Binnema 2010-12-04 12:37:57 +0200
  • 9325828c77 * src/Makefile.am: put files in alphabetical order Dirk-Jan C. Binnema 2010-12-04 12:37:38 +0200
  • 6b60fdb35b * minor: TODO, NEWS, configure.ac Dirk-Jan C. Binnema 2010-12-04 12:37:15 +0200
  • befc9c19de * update TODO Dirk-Jan C. Binnema 2010-12-04 10:40:10 +0200
  • 0f9bd7c4b2 * update configure.ac for gmime-2.6 support Fedora 14 ships GMime 2.5.x, which reports as 2.6. It seems upward compatible with 2.4. (based on patch by GooseYArd) Dirk-Jan C. Binnema 2010-12-04 10:39:49 +0200
  • 13b1e87cc4 * mu-str-normalize.c: add note about alternative implementation Dirk-Jan C. Binnema 2010-12-03 20:53:25 +0200
  • 10b0f321c8 * update some unit test cases Dirk-Jan C. Binnema 2010-12-03 20:45:01 +0200
  • 11605d49d1 * updated TODO Dirk-Jan C. Binnema 2010-12-01 21:57:48 +0200
  • 94487cfe9a * add some simply unit tests for mu-runtime, mu-store Dirk-Jan C. Binnema 2010-12-01 21:57:36 +0200
  • 3560eecf3a * mu_date_parse_hdwmy => mu_str_date_parse_hdwmy; update unit tests + code Dirk-Jan C. Binnema 2010-11-30 22:33:15 +0200
  • ba2918ca41 * unify error printing a bit (starting with lowercase) Dirk-Jan C. Binnema 2010-11-30 22:20:27 +0200
  • bc039e22d6 * manpages updated Dirk-Jan C. Binnema 2010-11-30 22:11:40 +0200
  • 2b393ed7c5 * make error messages more consistent Dirk-Jan C. Binnema 2010-11-30 09:02:29 +0200
  • 00bd5e1c87 * update TODO Dirk-Jan C. Binnema 2010-11-30 08:33:32 +0200
  • 340f2141c4 * cosmetic Dirk-Jan C. Binnema 2010-11-30 08:33:15 +0200
  • 61bc73f071 * <many>: use some gcc attributes (if applicable) for optimization Dirk-Jan C. Binnema 2010-11-30 08:32:59 +0200
  • 82db172e40 * update man pages Dirk-Jan C. Binnema 2010-11-30 08:31:59 +0200
  • ec8bd8445f * update NEWS, TODO and manpages Dirk-Jan C. Binnema 2010-11-29 21:32:15 +0200
  • 3d3a4f8308 * mu-query.cc, mu-store.cc: use the escaping for some fields; update test case Dirk-Jan C. Binnema 2010-11-29 21:29:43 +0200
  • bb5b1304e5 * mu-str.[ch]: add mu_str_ascii_xapian_escape_in_place, for escaping some Xapian fields; also add some tests Dirk-Jan C. Binnema 2010-11-29 21:21:55 +0200
  • c6dadad978 * mu-str-normalize.c: combine separate function for downcse / non-downcase cases into one. Dirk-Jan C. Binnema 2010-11-29 21:19:45 +0200
  • d573c57485 * mu-msg-fields.[ch]: add info whether the field should be normalized/escaped Dirk-Jan C. Binnema 2010-11-29 21:18:37 +0200
  • 6a62a52015 * index.html: updates for the mu homepage Dirk-Jan C. Binnema 2010-11-28 13:41:07 +0200
  • 9f43230160 * mu-index.1: updated manpage with some recent performance numbers Dirk-Jan C. Binnema 2010-11-28 13:40:36 +0200
  • 7f0489575b * update web page for 0.9-beta v0.9-beta Dirk-Jan C. Binnema 2010-11-27 16:53:42 +0200
  • 52972f1ec9 * test cases: update for mu-msg / mu-runtime change Dirk-Jan C. Binnema 2010-11-27 16:07:24 +0200
  • 9916bb3ecc * mu-msg, mu-runtime: make g_mime_init explicit, mu-runtime can do it. Dirk-Jan C. Binnema 2010-11-27 16:06:55 +0200
  • 66203c290f * configure.ac: bump version to 0.9-beta Dirk-Jan C. Binnema 2010-11-27 15:07:37 +0200
  • 9b1deeb74f * update NEWS Dirk-Jan C. Binnema 2010-11-27 15:07:22 +0200
  • 513fe9ef3a * mu-str.h: add note about unicode blocks supported for mu_str_normalize ('Latin-1 Supplement' and 'Latin Extended-A') Dirk-Jan C. Binnema 2010-11-27 15:06:57 +0200
  • e0d8d1fcdc * cosmetics Dirk-Jan C. Binnema 2010-11-27 14:56:25 +0200
  • 5341e8d4a8 * mu-msg.c: refactor to make functions respect 33-lines limit and use GMIME_ENABLE_RFC2047_WORKAROUNDS Dirk-Jan C. Binnema 2010-11-27 14:55:25 +0200
  • c5c51f3798 * mu-index.c: refactor to make functions respect 33-lines limit Dirk-Jan C. Binnema 2010-11-27 14:54:19 +0200
  • b200b63a55 * mu-cmd-view.c: refactor to make functions respect 33-lines limit Dirk-Jan C. Binnema 2010-11-27 14:53:56 +0200
  • beb84bb5de * mug: cleanups/indentation Dirk-Jan C. Binnema 2010-11-27 14:53:09 +0200
  • ac1b942dd8 * mug: fix header clearing + code reindentation Dirk-Jan C. Binnema 2010-11-27 13:31:26 +0200
  • 2fabf5b564 * manpages: update Dirk-Jan C. Binnema 2010-11-27 00:11:08 +0200
  • e528ee9a36 * mug-msg-view.c: improve msg view header layout a bit Dirk-Jan C. Binnema 2010-11-26 21:04:11 +0200
  • b547917e8b * mu-easy.1: add some more examples of searches Dirk-Jan C. Binnema 2010-11-26 08:25:42 +0200
  • e4bac48343 * mu-find.1: update the manpage Dirk-Jan C. Binnema 2010-11-25 23:14:20 +0200
  • 864041a64a * mu-find.1: describe the new date range notation Dirk-Jan C. Binnema 2010-11-25 22:06:27 +0200
  • 1b13049299 * update mug for gerror changes Dirk-Jan C. Binnema 2010-11-25 21:49:56 +0200
  • dfeb0f7736 * update tests for GError-changes Dirk-Jan C. Binnema 2010-11-25 21:49:44 +0200
  • e22149fa46 * add some GErrors Dirk-Jan C. Binnema 2010-11-25 21:49:25 +0200
  • 7362d65216 * mug-msg-list-view.h: fix include path Dirk-Jan C. Binnema 2010-11-25 00:05:01 +0200
  • eb4e35f524 * improve date range parsing Dirk-Jan C. Binnema 2010-11-24 23:30:41 +0200
  • 6965a251e4 * update TODO Dirk-Jan C. Binnema 2010-11-24 20:04:42 +0200
  • e64e24aa61 * create mu-error.h, update some functions to use GError for errors Dirk-Jan C. Binnema 2010-11-24 20:04:20 +0200
  • a5b913e66c * Makefile.am, mug-msg-list-view.c: fix line33 test Dirk-Jan C. Binnema 2010-11-24 20:03:00 +0200
  • f59ac88118 * mug.c: show error dialogs for errors; focus query when there was a parse error Dirk-Jan C. Binnema 2010-11-24 09:03:06 +0200
  • bb9b7081df * updated TODO Dirk-Jan C. Binnema 2010-11-24 00:50:01 +0200
  • e5089c06a3 * mu-cmd-find.c: update for GErrors in mu_query; fix uninit'd var problem Dirk-Jan C. Binnema 2010-11-24 00:48:28 +0200
  • b87b5d25fd * use GError to convey error info in MuQuery; update users Dirk-Jan C. Binnema 2010-11-24 00:47:36 +0200
  • 21c01f156d * fix sorting, some small cleanups Dirk-Jan C. Binnema 2010-11-23 23:52:37 +0200
  • d89b1d97fb * update TODO Dirk-Jan C. Binnema 2010-11-23 22:07:06 +0200
  • e823b535b1 * mu-query.cc: simplify date searching a bit Dirk-Jan C. Binnema 2010-11-23 22:06:57 +0200
  • d0e9f315a8 * minor Dirk-Jan C. Binnema 2010-11-23 22:06:17 +0200
  • 819fe8c93f * minor Dirk-Jan C. Binnema 2010-11-23 22:05:55 +0200
  • 81ee90c597 * mug-msg-list-view.c: fix sorting by date Dirk-Jan C. Binnema 2010-11-23 22:05:16 +0200
  • 0c25a71ad1 * mug.svg: update: make square Dirk-Jan C. Binnema 2010-11-23 22:04:47 +0200
  • 0f2b4e2d3c * rename mu_msg_str => mu_str Dirk-Jan C. Binnema 2010-11-23 00:44:18 +0200
  • 89b85cf7f7 * mu-store.cc, mu-query.cc: improved date-range matching Dirk-Jan C. Binnema 2010-11-23 00:33:15 +0200
  • 5bc2af491b * update TODO Dirk-Jan C. Binnema 2010-11-22 21:45:34 +0200