1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
Commit Graph

6115 Commits

Author SHA1 Message Date
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
Dirk-Jan C. Binnema
2ef4ceb7ed * move config handling to mu-config, add --mode parameter for mkdir 2010-01-21 20:05:19 +02:00
Dirk-Jan C. Binnema
fc64926c63 * mu_maildir_mkdir: add logging 2010-01-21 20:04:30 +02:00
Dirk-Jan C. Binnema
b0f6913ef3 * mu.1: updated scripts 2010-01-21 18:29:44 +02:00
Dirk-Jan C. Binnema
b9f21e2ff6 * www: update 2010-01-17 15:13:09 +02:00
Dirk-Jan C. Binnema
6ae529f675 * mu.1: improvements, cleanups 2010-01-17 15:12:57 +02:00
Dirk-Jan C. Binnema
8765469820 * www: updated 2010-01-17 14:41:06 +02:00
Dirk-Jan C. Binnema
6089fc86fb * www: update webpage a bit 2010-01-17 14:33:20 +02:00
Dirk-Jan C. Binnema
5e78c9aebb * mu.1: improve man page 2010-01-17 14:03:15 +02:00
Dirk-Jan C. Binnema
3407e6db3b * mu-cmd: fix wrong help text 2010-01-17 14:03:01 +02:00
Dirk-Jan C. Binnema
76eeb370bf * index.html: update 2010-01-16 15:29:04 +02:00
Dirk-Jan C. Binnema
a07cafd112 * HACKING, TODO: small updates 2010-01-16 15:28:40 +02:00
Dirk-Jan C. Binnema
fdb69a85a4 * cosmetics 2010-01-16 15:28:17 +02:00
Dirk-Jan C. Binnema
90c9b61d37 * update configuration files 2010-01-16 15:27:41 +02:00
Dirk-Jan C. Binnema
ec2c26ed50 * mu.1: update man page 2010-01-16 15:26:28 +02:00
Dirk-Jan C. Binnema
4c86ed5a4b * www: add web files 2010-01-16 15:26:15 +02:00
Dirk-Jan C. Binnema
1497440a19 * Makefile.am: extend pmccabe test to c++ sources 2010-01-16 11:33:00 +02:00
Dirk-Jan C. Binnema
6f48dbed79 * configure.ac, mu-maildir.c: some compatibility updates 2010-01-16 11:32:07 +02:00
Dirk-Jan C. Binnema
5fd98d2e2e *.cc: remove _-prefixed functions (violates ISO-C) 2010-01-15 22:15:09 +02:00
Dirk-Jan C. Binnema
da1e9a3841 * *.c: rename _prefixed function into non-prefixed ones (violates ISO) 2010-01-15 22:11:51 +02:00
Dirk-Jan C. Binnema
223e3f95b0 * mu-maildir: tentative support for filesystems without d_type in dirent
(untested)
2010-01-15 08:45:39 +02:00
Dirk-Jan C. Binnema
79ef6fe87a * mu_query_combine: refactor, reduce complexity 2010-01-13 22:35:16 +02:00
Dirk-Jan C. Binnema
5fb08c66d1 * cosmetic 2010-01-11 20:47:01 +02:00
Dirk-Jan C. Binnema
191630b302 * mu-index: add some comment about the new up-to-data check 2010-01-11 20:46:48 +02:00
Dirk-Jan C. Binnema
044db7ea80 * mu-store/index: better up-to-date check: see if message is in db already
mu-store-xapian: add mu_store_contains_message;
  mu_index: update the check

  we cannot just rely on the timestamp, because messages may be moved from
  elsewhere, e.g. from 'new' to 'cur'
2010-01-11 20:46:14 +02:00
Dirk-Jan C. Binnema
95bb6f9756 * mu-cmd: fix error in links while-loop, some cleanups 2010-01-10 13:02:13 +02:00
Dirk-Jan C. Binnema
7b01eea5e7 * mu-cmd.c: improve error handling (when mu_index_new fails) 2010-01-10 12:18:15 +02:00
Dirk-Jan C. Binnema
6efcfb4616 * mu-util.h: make exceptions create criticals (just like g_return_if_fail & friends) 2010-01-10 12:11:38 +02:00
Dirk-Jan C. Binnema
3fbcac42ab * HACKING, TODO, Makefile.am: small updates 2010-01-08 20:57:11 +02:00
Dirk-Jan C. Binnema
e9236bf0f8 * update the manpage (still WIP) 2010-01-08 20:56:50 +02:00
Dirk-Jan C. Binnema
460a4ecf65 * mu-cmd.c: query=>find and de-activate the cleanup command for now 2010-01-08 20:55:45 +02:00
Dirk-Jan C. Binnema
c2ff9b3f25 * mu-config: make cleanup the default, and nocleanup an option; + some cosmetics 2010-01-08 20:54:55 +02:00
Dirk-Jan C. Binnema
5a1be9fa01 * mu-index: cosmetics 2010-01-08 20:54:01 +02:00
Dirk-Jan C. Binnema
5e7a920336 * mu-log: cosmetics 2010-01-08 20:53:40 +02:00
Dirk-Jan C. Binnema
b502353017 * mu-maildir.[ch]: cosmetics 2010-01-08 20:53:21 +02:00
Dirk-Jan C. Binnema
4b578ad52b * mu-msg-fields: document public functions 2010-01-08 20:52:50 +02:00
Dirk-Jan C. Binnema
abc3c247ee * mu-msg-str: use G_GNUC_WARN_UNUSED_RESULT where it makes sense 2010-01-08 20:52:11 +02:00