Commit Graph

6196 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 630a800ab2 * mu-config: fix some -Wextra warnings 2009-12-09 00:02:55 +02:00
Dirk-Jan C. Binnema 7a08af1cc6 * mu-msg-xapian: cosmetics 2009-12-09 00:02:39 +02:00
Dirk-Jan C. Binnema edf898f7d8 * cosmetics 2009-12-09 00:02:10 +02:00
Dirk-Jan C. Binnema 71abd126cd * mu-query-xapian: make the C++ more like C
mixing styles leads to weird errors
2009-12-09 00:01:49 +02:00
Dirk-Jan C. Binnema 3f37abaed3 * mu-query-xapian: escape AND/OR/NOT in query element lists 2009-12-07 00:22:42 +02:00
Dirk-Jan C. Binnema 4ff5878eca * mu-msg-xapian, mu-store-xapian: remove unused vars 2009-12-05 20:11:55 +02:00
Dirk-Jan C. Binnema 91f2befcec * mu-config: set some more sensible defaults 2009-12-05 20:11:18 +02:00
Dirk-Jan C. Binnema c16cea11c9 * mu-query.*: fix querying after recent changes 2009-12-05 20:10:58 +02:00
Dirk-Jan C. Binnema a35c27784e * TODO: updated 2009-12-05 16:40:22 +02:00
Dirk-Jan C. Binnema 81ddde3f34 * mu-index: initialize stat struct to zero 2009-12-05 16:38:47 +02:00
Dirk-Jan C. Binnema e20424e7ee * mu.c: improve indexing output 2009-12-05 16:38:02 +02:00
Dirk-Jan C. Binnema 817ae22169 * mu-store-xapian.cc: increase transaction size to 2000 2009-12-05 16:37:45 +02:00
Dirk-Jan C. Binnema 107852b79d * mu-query-xapian: fix some error cases (exceptions) 2009-12-05 16:05:15 +02:00
Dirk-Jan C. Binnema 3f169f72aa * mu-log: set the default handler, fixes logging 2009-12-05 16:00:23 +02:00
Dirk-Jan C. Binnema 63a2680873 * mu.c: accept 'info' as alias for 'help' 2009-12-05 13:13:19 +02:00
Dirk-Jan C. Binnema 8d63849186 * HACKING: added some coding guidelines 2009-12-02 23:27:56 +02:00
Dirk-Jan C. Binnema 10999ffdb5 * mu.c: use the mudir from the configuration, instead of the hardcoded hack 2009-12-02 23:17:44 +02:00
Dirk-Jan C. Binnema ef553bef06 * mu-index.[ch]: take the mu-dir as parameter for mu_index_new
the xapian dir is a subdir of this one. Also remove an unneeded function decl
2009-12-02 23:16:57 +02:00
Dirk-Jan C. Binnema 05c0acb900 * TODO: updated 2009-12-02 23:15:13 +02:00
Dirk-Jan C. Binnema 307a134758 * mu.c: integrate with the new logging loggic 2009-11-30 00:05:05 +02:00
Dirk-Jan C. Binnema c1ee557b9b * mu-log: nobody owns silence 2009-11-30 00:04:43 +02:00
Dirk-Jan C. Binnema 06ad732d81 * expand dir names (ie. ~/Maildir => /home/user/Maildir); add init/uninit 2009-11-30 00:04:16 +02:00
Dirk-Jan C. Binnema 1b30f4c8e5 * mu-util: use wordexp for shell-like expansion 2009-11-30 00:03:03 +02:00
Dirk-Jan C. Binnema 593a9af318 * mu.c: some cosmetics in --version output 2009-11-29 22:49:45 +02:00
Dirk-Jan C. Binnema 95a2120087 * Makefile.am: add mu-log to the build 2009-11-29 22:49:11 +02:00
Dirk-Jan C. Binnema bc73f84e5b * mu-log: add initial implementation of mu logging 2009-11-29 22:48:49 +02:00
Dirk-Jan C. Binnema 1bbffadc8b * TODO: updated 2009-11-28 20:56:55 +02:00
Dirk-Jan C. Binnema 30d5a1335e * mu-query: cosmetics 2009-11-28 20:56:44 +02:00
Dirk-Jan C. Binnema bc99a753da * mu, mu-config: add --version, prepare logging support 2009-11-28 20:55:50 +02:00
Dirk-Jan C. Binnema 8c74e0569d * mu-config, mu-query: clear up sortfield handling 2009-11-28 16:48:50 +02:00
Dirk-Jan C. Binnema 8bd5cff58d * mu-path: set max size for mail files to 15000000 bytes 2009-11-28 15:18:28 +02:00
Dirk-Jan C. Binnema b93402f705 * remove the '--print' option; it's implicit 2009-11-28 14:54:46 +02:00
Dirk-Jan C. Binnema b4551febd2 * mu-msg-fields: don't store prio, size in Xapian 2009-11-28 14:47:57 +02:00
Dirk-Jan C. Binnema 7d68e6fbbd * mu-store-xapian: fix indexing of body contents 2009-11-28 14:47:11 +02:00
Dirk-Jan C. Binnema 388164f232 * updated TODO list 2009-11-28 14:06:56 +02:00
Dirk-Jan C. Binnema 441d1e7cc7 * add mu-config.[ch] 2009-11-28 14:06:37 +02:00
Dirk-Jan C. Binnema eaf8b1cba5 * overhaul the configuration system (part 1) 2009-11-28 14:06:21 +02:00
Dirk-Jan C. Binnema 7265485fb0 * mu-msg-fields.c, mu-store-xapian.cc: cosmetics 2009-11-26 20:30:15 +02:00
Dirk-Jan C. Binnema 1c666c91a0 * mu-query: remove some unsupported options 2009-11-26 20:29:42 +02:00
Dirk-Jan C. Binnema fede192a7e * use the mu-index option group; rationalize option parsing, usage message 2009-11-26 20:29:17 +02:00
Dirk-Jan C. Binnema 836af9dcd4 * mu-index: use option group for options, add public function 2009-11-26 20:28:29 +02:00
Dirk-Jan C. Binnema 5affb62d7d * mu-store-xapian: cosmetic 2009-11-26 09:09:50 +02:00
Dirk-Jan C. Binnema 5e33af25c9 * mu-store-xapian: remove the UNLIKELY stuff, which unlikely to help 2009-11-26 09:09:13 +02:00
Dirk-Jan C. Binnema e5a9e9a039 * added TODO file 2009-11-26 09:03:11 +02:00
Dirk-Jan C. Binnema 2d96fcd210 * mu-store-xapian: remove the 'tune' function 2009-11-26 09:02:58 +02:00
Dirk-Jan C. Binnema 2b0aca1bf7 * initial import of mu - the next generation 2009-11-25 22:55:06 +02:00