Commit Graph

6155 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema c5dc61986a * cosmetics 2010-02-08 23:17:47 +02:00
Dirk-Jan C. Binnema 9a4340406b * mu-msg-gmime: fix leak when converting to utf8 2010-02-08 23:17:35 +02:00
Dirk-Jan C. Binnema e078512fb4 www: update example on webpage (maildir) 2010-02-08 21:26:22 +02:00
Dirk-Jan C. Binnema 3102d59155 * configure.ac: minor 2010-02-08 21:26:06 +02:00
Dirk-Jan C. Binnema e01f37dc57 * tests/: update 2010-02-08 21:25:53 +02:00
Dirk-Jan C. Binnema f6ce5eb98a * TODO: update -- code complete 2010-02-08 21:25:38 +02:00
Dirk-Jan C. Binnema 2ecc885418 * create release notes for 0.7 (next release) 2010-02-08 21:25:17 +02:00
Dirk-Jan C. Binnema 06ef26c896 * mu.1: document maildir support 2010-02-08 21:24:36 +02:00
Dirk-Jan C. Binnema 0dd39fcc57 * mu-query-xapian: minor update for name changes 2010-02-08 21:24:10 +02:00
Dirk-Jan C. Binnema f520e41a62 * mu-store-xapian: more clearly separate index/term/value 2010-02-08 21:23:41 +02:00
Dirk-Jan C. Binnema 11ed5c7f96 * mu-cmd-find: update for the changes in mu-msg-gmime 2010-02-08 21:23:06 +02:00
Dirk-Jan C. Binnema b19dabefba * mu-cmd-index: update for --empty => --rebuild 2010-02-08 21:22:30 +02:00
Dirk-Jan C. Binnema c141d9436c * mu-config,mu-index: rename --empty -> --rebuild, small changes for maildir stuff 2010-02-08 21:21:30 +02:00
Dirk-Jan C. Binnema 8f825b4816 * mu-msg-field: add support for maildir field; more clear separate
index/term/value for xapian
2010-02-08 21:20:11 +02:00
Dirk-Jan C. Binnema b77004774c * mu-log: remove some crap from the to-screen logging 2010-02-08 21:19:17 +02:00
Dirk-Jan C. Binnema b2c8f38c0c * mu-maildir: feed the maildir name to message callback
(ie., when the full path is ~/Maildir/foo/bar/cur/msg, the maildir is foo/bar)
2010-02-08 21:18:46 +02:00
Dirk-Jan C. Binnema 0dfd2060e3 * mu-msg-gmime: add support for the Maildir field 2010-02-08 21:17:11 +02:00
Dirk-Jan C. Binnema 5190a8bc58 * fix the wrong dirs that broke test cases 2010-02-05 18:54:27 +02:00
Dirk-Jan C. Binnema 8448473732 * enforce that maildir paths are absolute 2010-02-04 23:00:34 +02:00
Dirk-Jan C. Binnema b416714622 * tests/: update test cases a bit 2010-02-04 22:48:13 +02:00
Dirk-Jan C. Binnema dbcc57baa5 * mu-msg-iter-xapian: cosmetics 2010-02-04 22:47:16 +02:00
Dirk-Jan C. Binnema d5e8aefc78 * mu-msg-gmime: update comments a bit 2010-02-04 22:46:54 +02:00
Dirk-Jan C. Binnema 826aeb684d * Makefile.am, configure.ac: clear up the pmccabe stuff a bit 2010-02-04 22:45:54 +02:00
Dirk-Jan C. Binnema 3b1fbb79e9 * mu-log: refactor a bit to stay within cc-limits 2010-02-04 22:44:42 +02:00
Dirk-Jan C. Binnema 9206894e02 * implement 'mu view' 2010-02-04 22:44:05 +02:00
Dirk-Jan C. Binnema fa08d66380 * remove mu_query_xapian_combine; let Xapian handle it. add
mu_util_str_from_strv for combining strings
2010-02-03 21:06:31 +02:00
Dirk-Jan C. Binnema a2d1692dda * implement automatic log file cleanup, document it 2010-02-03 21:01:08 +02:00
Dirk-Jan C. Binnema a87c514965 * update TODO: make distcheck works now, basic test suite in place 2010-02-02 21:56:07 +02:00
Dirk-Jan C. Binnema 7af1775c3d * mu-config: add some missing struct members in init 2010-02-02 21:54:00 +02:00
Dirk-Jan C. Binnema 5b6101ef15 * mu-cmd-index.c: don't require a writeable Maildir 2010-02-02 21:53:28 +02:00
Dirk-Jan C. Binnema 529c5b84db * src/Makefile.am: add AM_CFLAGS, AM_CXXFLAGS with strict warnings
(but no -Werror as we don't want to break builds if some compiler other than
  mine barfs)
2010-02-02 21:52:59 +02:00
Dirk-Jan C. Binnema 63175c5c58 * Makefile.am, configure.ac: minor updates 2010-02-02 21:51:53 +02:00
Dirk-Jan C. Binnema d892624c49 * HACKING: mention the max 33 non-comment lines in a function 2010-02-02 21:51:11 +02:00
Dirk-Jan C. Binnema a4ca5304a6 * refactor convert_to_utf8 (GMimePart *part, char *buffer) 2010-02-02 21:50:35 +02:00
Dirk-Jan C. Binnema ee355138e9 * mu.1: mention that queries are logged 2010-02-02 21:49:59 +02:00
Dirk-Jan C. Binnema 1a633fb125 * update gtest.mk to actually abort when there's an error in the test cases 2010-02-02 21:49:42 +02:00
Dirk-Jan C. Binnema ea2802f1ce * update some test files / cleanup Makefile.am to work with distcheck
(mainly fix the false assumptions on the build dirs)
2010-02-02 21:48:41 +02:00
Dirk-Jan C. Binnema 3b253adf43 * test-mu-common.[ch]: centralize some common test code 2010-02-02 21:47:19 +02:00
Dirk-Jan C. Binnema 14c61ba502 * rename msg files to use the ! rather than : separator, which broke distcheck 2010-02-02 21:46:40 +02:00
Dirk-Jan C. Binnema 1d75aea016 * mu-find: some fixes for the nothing-matches case 2010-02-02 08:46:55 +02:00
Dirk-Jan C. Binnema ed9f59f0b4 * configure.ac: bump db version 2010-02-02 08:46:22 +02:00
Dirk-Jan C. Binnema 933245928f * mu-index.c, mu-maildir.c, test-mu-query.c: some refactoring to get max line
len <= 35
2010-02-02 08:46:01 +02:00
Dirk-Jan C. Binnema 64246329f5 * Makefile.am: line40=>line35. decrease max amount of lines in a function 2010-02-02 08:44:44 +02:00
Dirk-Jan C. Binnema fe3aa7772a * mu_msg_gmime: refactor part_to_string; set function line number check to < 40 2010-01-31 23:55:22 +02:00
Dirk-Jan C. Binnema a3abc73065 * add function size check ('make line30') 2010-01-31 20:40:02 +02:00
Dirk-Jan C. Binnema 22e9d22c17 * <many>: refactor querying a bit 2010-01-31 20:36:56 +02:00
Dirk-Jan C. Binnema a5ea077357 * test-mu-query.c: add some test cases 2010-01-31 17:37:14 +02:00
Dirk-Jan C. Binnema 3c74b9aa6e * mu-query-xapian: fix silly typo (s/ANO/AND/) that screwed up some searches 2010-01-31 14:17:23 +02:00
Dirk-Jan C. Binnema e017e658de * mu-util-xapian.cc: don't log db version for each query 2010-01-31 14:16:25 +02:00
Dirk-Jan C. Binnema db55e8cf7d * mu-cmd.c: move cmd_view stub to mu_cmd_find 2010-01-31 14:15:43 +02:00