Commit Graph

6121 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 1cff4534b8 * mu-util: remove unneeded argv->gslist conversion funcs 2009-12-11 22:08:49 +02:00
Dirk-Jan C. Binnema 390b3db86f * mu-query-xapian: take a char** for combine; improve _get_query err handling 2009-12-11 22:06:49 +02:00
Dirk-Jan C. Binnema 3a7d6dfd34 * mu-query: take a char** instead of a gslist 2009-12-11 22:06:16 +02:00
Dirk-Jan C. Binnema 7dc44abd9d * update to use config->params instead of argv 2009-12-11 22:05:50 +02:00
Dirk-Jan C. Binnema 9e5e2b04e8 * mu-config: gather all the remaining args 2009-12-11 22:04:54 +02:00
Dirk-Jan C. Binnema ab9039b36e * update TODO list 2009-12-11 19:45:51 +02:00
Dirk-Jan C. Binnema 2873a92a33 * mu-config: rationalize the command line params a bit 2009-12-11 19:45:37 +02:00
Dirk-Jan C. Binnema 79ecb1a0fd * refactor getting to/cc, combine the logic, less code 2009-12-11 19:44:57 +02:00
Dirk-Jan C. Binnema 39f1936b82 * mu-query-xapian.c: free self in _destroy; small leak fix 2009-12-11 19:44:05 +02:00
Dirk-Jan C. Binnema ef6d35f555 * mu.c: free the config option (small leak fix) 2009-12-11 19:43:18 +02:00
Dirk-Jan C. Binnema 94715a4bf9 * mu-index.c: cosmetics 2009-12-10 00:11:30 +02:00
Dirk-Jan C. Binnema 7a997a4d98 * mu-msg-gmime: add note 2009-12-10 00:11:09 +02:00
Dirk-Jan C. Binnema f3993e778c * mu-query: cosmetics 2009-12-10 00:10:43 +02:00
Dirk-Jan C. Binnema 67e299bae5 * mu-path: cosmetics 2009-12-10 00:10:25 +02:00
Dirk-Jan C. Binnema 96dccc01a4 * TODO updated 2009-12-09 20:21:46 +02:00
Dirk-Jan C. Binnema 64ea16b1a8 * mu-msg-fields; mu-store-xapian: fix body indexing 2009-12-09 20:21:28 +02:00
Dirk-Jan C. Binnema e3a834da74 * mu-util.c: fix _is_readable_dir 2009-12-09 20:01:04 +02:00
Dirk-Jan C. Binnema b48e44f7c9 * mu-config,mu-util.[ch]: try MAILDIR, they ~/Maildir as a guess for the maildir 2009-12-09 19:53:30 +02:00
Dirk-Jan C. Binnema 1e2054d19b * mu-path: implement ignoring dirs that contain a '.noindex' file 2009-12-09 08:53:51 +02:00
Dirk-Jan C. Binnema e15ecb291b * mu-msg-fields: documentation, some cosmetics 2009-12-09 08:06:27 +02:00
Dirk-Jan C. Binnema da79298ade * mu.c: fix leak in argument parsing 2009-12-09 00:54:14 +02:00
Dirk-Jan C. Binnema c6a0d19a3e * update TODO 2009-12-09 00:05:43 +02:00
Dirk-Jan C. Binnema 42a9414242 * mu-query: don't try to print fields which are not in xapian 2009-12-09 00:05:23 +02:00
Dirk-Jan C. Binnema 0dc999ffb2 * cleanup mu_msg_str_prio 2009-12-09 00:03:53 +02:00
Dirk-Jan C. Binnema e14703b58e * mu-msg-fields: rewrite the loops a bit 2009-12-09 00:03:14 +02:00
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