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

734 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
cbeb229dd0 * configure.ac: add missing m4/Makefile 2010-12-08 00:20:21 +02:00
Dirk-Jan C. Binnema
b4de366df7 * configure.ac: bump version to 0.9.2, add m4 dir to config 2010-12-08 00:18:02 +02:00
Dirk-Jan C. Binnema
0a7a9a35fe * TODO: cosmetics 2010-12-07 23:20:30 +02:00
Dirk-Jan C. Binnema
c0e50f8d91 * test-mu-str.c: cosmetics 2010-12-07 23:20:19 +02:00
Dirk-Jan C. Binnema
0131b9bd5f * mu-util.h: fix -pedantic warning (variadic macro) 2010-12-07 23:19:45 +02:00
Dirk-Jan C. Binnema
39d71b8e3b * use mu_str_ascii_xapian_escape instead of local version; and non-in-place version 2010-12-07 23:19:13 +02:00
Dirk-Jan C. Binnema
4babb4d036 * mu-msg.c: use mu-msg-file 2010-12-07 23:17:42 +02:00
Dirk-Jan C. Binnema
b7e3786af7 * mu-config.c: cosmetics 2010-12-07 23:17:05 +02:00
Dirk-Jan C. Binnema
373973d813 * src/Makefile.am: add mu-msg-file.[ch], -pedantic for c-builds 2010-12-07 23:16:32 +02:00
Dirk-Jan C. Binnema
372e245fc7 * mu_msg_flags_from_file => mu_msg_file_get_flags_from_path 2010-12-07 23:15:38 +02:00
Dirk-Jan C. Binnema
2d0959ec63 * add mu-msg-file, unit tests 2010-12-07 23:14:11 +02:00
Dirk-Jan C. Binnema
a53f549d07 * configure.ac/Makfile.am: add m4 as a macro dir, require stdc 2010-12-07 23:10:05 +02:00
Dirk-Jan C. Binnema
68af173246 * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
Dirk-Jan C. Binnema
8b70e6bace * configure.ac: unbreak McCabe tool checking 2010-12-05 16:29:25 +02:00
Dirk-Jan C. Binnema
8321f6718a * mu_maildir_mkmdir => mu_maildir_mkdir 2010-12-05 15:40:40 +02:00
Dirk-Jan C. Binnema
badc37d3b5 * add some 0.9.1 info 2010-12-05 14:40:27 +02:00
Dirk-Jan C. Binnema
1d5d90d047 * add a dummy autogen.sh 2010-12-05 14:40:02 +02:00
Dirk-Jan C. Binnema
02ec89b4fb * updated TODO 2010-12-05 12:45:14 +02:00
Dirk-Jan C. Binnema
148db5af7b * configure.ac: cleanups 2010-12-05 12:45:07 +02:00
Dirk-Jan C. Binnema
9dac5fbc48 * mug/TODO is outdated, removed 2010-12-05 12:44:47 +02:00
Dirk-Jan C. Binnema
2e49d9c3cd * toys/mug/Makefile.am: include the mug icon for 'make dist' 2010-12-05 12:44:17 +02:00
Dirk-Jan C. Binnema
f85fd0f1ff * bump to 0.9.1 2010-12-04 19:29:03 +02:00
Dirk-Jan C. Binnema
8c372f98fb * configure.ac: use gtk+ 2.x unless there is an explicit --with-gtk3. this
unbreak Fedora 14 builds (issue #31)
2010-12-04 19:22:34 +02:00
Dirk-Jan C. Binnema
0b87be5f18 * fix mu_util_dir_expand for non-existant dirs, add unit test 2010-12-04 19:14:31 +02:00
Dirk-Jan C. Binnema
6a3decdc7c * mu_util_dir_expand fix issue #30: wrong use of realpath(3) 2010-12-04 19:08:23 +02:00
Dirk-Jan C. Binnema
46ba5e3a1b * index.html: update for 0.9 release 2010-12-04 12:38:12 +02:00
Dirk-Jan C. Binnema
104efbca04 * test-mu-store.c: stay within 33 line limit for functions 2010-12-04 12:37:57 +02:00
Dirk-Jan C. Binnema
9325828c77 * src/Makefile.am: put files in alphabetical order 2010-12-04 12:37:38 +02:00
Dirk-Jan C. Binnema
6b60fdb35b * minor: TODO, NEWS, configure.ac 2010-12-04 12:37:15 +02:00
Dirk-Jan C. Binnema
befc9c19de * update TODO 2010-12-04 10:40:10 +02:00
Dirk-Jan C. Binnema
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)
2010-12-04 10:39:49 +02:00
Dirk-Jan C. Binnema
13b1e87cc4 * mu-str-normalize.c: add note about alternative implementation 2010-12-03 20:53:25 +02:00
Dirk-Jan C. Binnema
10b0f321c8 * update some unit test cases 2010-12-03 20:45:01 +02:00
Dirk-Jan C. Binnema
11605d49d1 * updated TODO 2010-12-01 21:57:48 +02:00
Dirk-Jan C. Binnema
94487cfe9a * add some simply unit tests for mu-runtime, mu-store 2010-12-01 21:57:36 +02:00
Dirk-Jan C. Binnema
3560eecf3a * mu_date_parse_hdwmy => mu_str_date_parse_hdwmy; update unit tests + code 2010-11-30 22:33:15 +02:00
Dirk-Jan C. Binnema
ba2918ca41 * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
Dirk-Jan C. Binnema
bc039e22d6 * manpages updated 2010-11-30 22:11:40 +02:00
Dirk-Jan C. Binnema
2b393ed7c5 * make error messages more consistent 2010-11-30 09:02:29 +02:00
Dirk-Jan C. Binnema
00bd5e1c87 * update TODO 2010-11-30 08:33:32 +02:00
Dirk-Jan C. Binnema
340f2141c4 * cosmetic 2010-11-30 08:33:15 +02:00
Dirk-Jan C. Binnema
61bc73f071 * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
Dirk-Jan C. Binnema
82db172e40 * update man pages 2010-11-30 08:31:59 +02:00
Dirk-Jan C. Binnema
ec8bd8445f * update NEWS, TODO and manpages 2010-11-29 21:32:15 +02:00
Dirk-Jan C. Binnema
3d3a4f8308 * mu-query.cc, mu-store.cc: use the escaping for some fields; update test case 2010-11-29 21:29:43 +02:00
Dirk-Jan C. Binnema
bb5b1304e5 * mu-str.[ch]: add mu_str_ascii_xapian_escape_in_place, for escaping some
Xapian fields; also add some tests
2010-11-29 21:21:55 +02:00
Dirk-Jan C. Binnema
c6dadad978 * mu-str-normalize.c: combine separate function for downcse / non-downcase
cases into one.
2010-11-29 21:19:45 +02:00
Dirk-Jan C. Binnema
d573c57485 * mu-msg-fields.[ch]: add info whether the field should be normalized/escaped 2010-11-29 21:18:37 +02:00
Dirk-Jan C. Binnema
6a62a52015 * index.html: updates for the mu homepage 2010-11-28 13:41:07 +02:00
Dirk-Jan C. Binnema
9f43230160 * mu-index.1: updated manpage with some recent performance numbers 2010-11-28 13:40:36 +02:00