1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
Commit Graph

251 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
12dc28e3e9 * update database up-to-date and/or empty checks 2010-01-31 12:14:25 +02:00
Dirk-Jan C. Binnema
143f8c007d * cosmetics 2010-01-31 12:13:46 +02:00
Dirk-Jan C. Binnema
8ed3eb9276 * mu-index.[ch]: minor changes 2010-01-31 12:13:06 +02:00
Dirk-Jan C. Binnema
8cbd6384a7 * mu-log: fix C++ linking 2010-01-31 12:12:41 +02:00
Dirk-Jan C. Binnema
d339a4b4bb * refactoring: split off 'mu find' and 'mu index' stuff from mu-cmd into
separate files
2010-01-31 12:12:04 +02:00
Dirk-Jan C. Binnema
a2fd42c8a2 * mu.c => mu.cc: force c++-linking 2010-01-31 12:10:21 +02:00
Dirk-Jan C. Binnema
d88660df59 * TODO: updated 2010-01-29 08:33:52 +02:00
Dirk-Jan C. Binnema
5b0a9c04ff * src/tests/Makefile.am: add the test mails to EXTRA_DIST 2010-01-29 08:20:36 +02:00
Dirk-Jan C. Binnema
cf0ba86d17 * WIP: mu view 2010-01-29 00:35:05 +02:00
Dirk-Jan C. Binnema
c5dc8f044d * add many unit tests 2010-01-28 22:21:57 +02:00
Dirk-Jan C. Binnema
a411a9964b * add unit tests for mu_maildir_mkdir 2010-01-27 08:15:08 +02:00
Dirk-Jan C. Binnema
696f0863d0 * update configure.ac (using autoupdate) 2010-01-26 08:19:22 +02:00
Dirk-Jan C. Binnema
2bdfb40faf * add unit test for mu_util_check_dir 2010-01-25 22:21:11 +02:00
Dirk-Jan C. Binnema
3b8f908fa6 * tests: add tests for mu_util_dir_expand and mu_util_guess_maildir 2010-01-25 13:27:02 +02:00
Dirk-Jan C. Binnema
afcd800a2e * set up (unit) test framework using gtester 2010-01-25 10:24:33 +02:00
Dirk-Jan C. Binnema
92202ac6eb * split mu bulding in libmu noinst lib and mu.c. 2010-01-25 09:43:53 +02:00
Dirk-Jan C. Binnema
fb7e358912 * implement signal handler for mu index, and document it 2010-01-25 09:28:08 +02:00
Dirk-Jan C. Binnema
1a95c7f7c2 * configure.ac: update d_type note 2010-01-25 08:23:40 +02:00
Dirk-Jan C. Binnema
15c2449665 * TODO: updated 2010-01-25 08:23:26 +02:00
Dirk-Jan C. Binnema
9ba4b29bba * mu-maildir: some refactoring, fix clearlinks issue 2010-01-24 14:55:22 +02:00
Dirk-Jan C. Binnema
c7f8977fab * man/mu.1: add the help, cleanup command descriptions 2010-01-24 13:16:16 +02:00
Dirk-Jan C. Binnema
f752584002 * mu-cmd: enable the 'help' and 'cleanup' commands 2010-01-24 13:15:43 +02:00
Dirk-Jan C. Binnema
0b3de03d9d * mu-query-xapian: support batchsize == 0; use the db->get_doccount in that case 2010-01-24 13:15:04 +02:00
Dirk-Jan C. Binnema
cf6c5d0a84 * cosmetics 2010-01-24 01:37:26 +02:00
Dirk-Jan C. Binnema
508a645e7e * TODO: updated 2010-01-24 00:53:13 +02:00
Dirk-Jan C. Binnema
7ab39354e0 * www: update 2010-01-24 00:53:00 +02:00
Dirk-Jan C. Binnema
710efab33b * remove the 10000 matches limitation 2010-01-24 00:52:39 +02:00
Dirk-Jan C. Binnema
c3b90e6364 * implement & use the new batch stuff, small fixes 2010-01-24 00:52:15 +02:00
Dirk-Jan C. Binnema
0a90c0e350 * mu-query-xapian.{cc,h}: add batch param, add documentation, cosmetics 2010-01-24 00:51:17 +02:00
Dirk-Jan C. Binnema
74b2cc5e69 * mu-util-xapian: do extra logging, small updates 2010-01-24 00:50:23 +02:00
Dirk-Jan C. Binnema
9967751b1d * rename MuMsgXapian => MuMsgIterXapian 2010-01-23 23:34:27 +02:00
Dirk-Jan C. Binnema
a4720547de * use -n for --nocleanup 2010-01-23 22:02:26 +02:00
Dirk-Jan C. Binnema
a4bdb311ec * introduce --empty and --autoupgrade, and document them 2010-01-23 21:57:57 +02:00
Dirk-Jan C. Binnema
501ce008d3 * <many>: (WIP) use ~/mu/xapian as the database with an embedded version tag
- add checks in the code to make sure the database is up to date,
    if not, warn the user.
2010-01-23 20:50:06 +02:00
Dirk-Jan C. Binnema
d5aa4e92e0 * final changes for 0.6 release 2010-01-23 16:46:02 +02:00
Dirk-Jan C. Binnema
9e5e63d1ae * cosmetic 2010-01-23 14:13:04 +02:00
Dirk-Jan C. Binnema
873f1a126a * mu-store-xapian: restore the behavior of storing both values and terms
this will be removed again soon, but the query parser will need some changes
  before that works. see the note in the src
2010-01-23 14:12:45 +02:00
Dirk-Jan C. Binnema
366fe26fdb * .*_transaction_if => *._trx_if (rename) 2010-01-23 13:41:42 +02:00
Dirk-Jan C. Binnema
1c7dcbfa4a * mu.1: added note on performance, other improvements 2010-01-23 13:36:23 +02:00
Dirk-Jan C. Binnema
f5d785cad2 * mu-log: cosmetic 2010-01-23 12:30:09 +02:00
Dirk-Jan C. Binnema
f6befa53b3 * mu-cmd: some very minor cleanups 2010-01-23 12:29:57 +02:00
Dirk-Jan C. Binnema
3743fb2b39 * mu-store-xapian: don't use terms, only use values 2010-01-22 22:08:04 +02:00
Dirk-Jan C. Binnema
8d625895de * www: small improvements 2010-01-22 19:18:36 +02:00
Dirk-Jan C. Binnema
891f0ad3df * mu-store-xapian: truncate overly long Xapian terms to so it doesn't throw 2010-01-22 19:18:23 +02:00
Dirk-Jan C. Binnema
03ff32d9c8 * cosmetic 2010-01-22 19:17:00 +02:00
Dirk-Jan C. Binnema
3a2fc9b7f6 * mu-msg-fields.c, mu.1: index the msg-id as well and document it 2010-01-22 19:16:47 +02:00
Dirk-Jan C. Binnema
16dbed6a11 * mu_msg_gmime_get_field_string: fix MU_MSG_FIELD_ID_MSGID 2010-01-22 19:15:56 +02:00
Dirk-Jan C. Binnema
8b89008c79 * fix logic inversion in mu_util_guess_maildir (debian #566183, issue #14) 2010-01-22 07:14:25 +02:00
Dirk-Jan C. Binnema
748c11a7aa * index.html: updated 2010-01-21 21:07:24 +02:00
Dirk-Jan C. Binnema
7d7c8365f8 * updated TODO 2010-01-21 21:07:15 +02:00