Commit Graph

7190 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 302a97b04c * mu-query-xapian: logging fixes 2010-01-06 01:28:00 +02:00
Dirk-Jan C. Binnema e56743d9c5 * mu-msg-gmime: refactoring, cleanups 2010-01-06 01:27:38 +02:00
Dirk-Jan C. Binnema f28cb97a5d * mu-msg-flags: better logging 2010-01-06 01:27:03 +02:00
Dirk-Jan C. Binnema 498c6418df * mu-maildir: better logging 2010-01-06 01:26:41 +02:00
Dirk-Jan C. Binnema 5f27884689 * mu-log: handle G_LOG_LEVEL_MESSAGE better 2010-01-06 01:26:18 +02:00
Dirk-Jan C. Binnema 6f163a755e * mu-index.c: cleanups, make _cleanup work 2010-01-06 01:25:19 +02:00
Dirk-Jan C. Binnema 8262f2c4d8 * mu-config.[ch]: better option checking, default setting, fix some small leaks 2010-01-06 01:24:37 +02:00
Dirk-Jan C. Binnema d0592a2aa9 * mu-cmd: better parameter checks, improve output 2010-01-06 01:23:00 +02:00
Dirk-Jan C. Binnema 525b99f685 * configure.ac: configuration fixes; set database layout version 2010-01-06 01:22:11 +02:00
Dirk-Jan C. Binnema 376c22772c * HACKING: update instructions 2010-01-06 01:21:28 +02:00
Dirk-Jan C. Binnema b6ba6176a4 * mu_store_xapian.{cc,h}: use new macros, cleanups. add mu_store_xapian_flush 2010-01-06 01:20:30 +02:00
Dirk-Jan C. Binnema 0bb240cbb0 * mu-util.h: add Xapian exception macros, add MU_WRITE_LOG macro 2010-01-06 01:19:18 +02:00
Dirk-Jan C. Binnema 3b1b4926bf * mu-util.[ch]: add mu_util_check_dir (to check for
existence/readability/writability of dirs
2010-01-06 01:18:24 +02:00
Dirk-Jan C. Binnema 39192b7a42 * mu-query-xapian: fix typo (inverted conditional) 2010-01-05 09:34:30 +02:00
Dirk-Jan C. Binnema 735cd5d705 * mu-index, mu-store-xapian.cc: activate _remove 2010-01-05 09:08:39 +02:00
Dirk-Jan C. Binnema 4bc30783b1 * mu-(query|store)-xapian.cc, mu-util.h: define/use macro for catch blocks to
declutter my code
2010-01-05 08:32:23 +02:00
Dirk-Jan C. Binnema e28b9dcdf3 * mu-cmd: improve cleanup, index output: print final stats 2010-01-04 22:50:56 +02:00
Dirk-Jan C. Binnema 620b7dc8c3 * mu-index: improve stats 2010-01-04 22:50:26 +02:00
Dirk-Jan C. Binnema 1ce4469bca * mu-index.h: make stats size_t 2010-01-04 22:50:14 +02:00
Dirk-Jan C. Binnema 8aee842759 * mu-store-xapian: fix replacing document (correctly set uid) 2010-01-04 22:49:24 +02:00
Dirk-Jan C. Binnema dec26eeb77 * mu-cmd: don't print newline when quiet with _cmd_index and _cmd_cleanup 2010-01-04 21:23:03 +02:00
Dirk-Jan C. Binnema 9512b36c32 * HACKING: updated coding guidelines 2010-01-04 20:24:28 +02:00
Dirk-Jan C. Binnema 7f5eaf148a * mu.1: some small man improvement (still very much WIP) 2010-01-04 20:21:33 +02:00
Dirk-Jan C. Binnema b2c2c44ee6 * mu-cmd: add cleanup command, de-activate 'link' and 'help' 2010-01-04 20:21:03 +02:00
Dirk-Jan C. Binnema cb2b5b555f * mu-config: add cleanup option, expand all dir parameters (ie, "~") 2010-01-04 20:20:35 +02:00
Dirk-Jan C. Binnema bc03af4b32 * mu-index: improve cleanup (still WIP), improve documentation; add mu_index_clear_stats 2010-01-04 20:19:32 +02:00
Dirk-Jan C. Binnema d8dba2bb2c * mu-log: create log dir if needed; don't try to close -1 sockets 2010-01-04 20:18:23 +02:00
Dirk-Jan C. Binnema c45cf39fd2 * mu-maildir: make max file size 32Mb; ignore too big files, but do not raise an error 2010-01-04 20:17:12 +02:00
Dirk-Jan C. Binnema 16c305fcc3 * add mu_util_create_dir_maybe
to create a dir if it does not exist yet; if it does exist, make sure it's a
  read-writeable dir
2010-01-04 20:15:49 +02:00
Dirk-Jan C. Binnema 737754c03e * updated TODO 2010-01-03 23:54:32 +02:00
Dirk-Jan C. Binnema 022d08530e * mu_index: WIP: mu_index_cleanup 2010-01-03 23:54:22 +02:00
Dirk-Jan C. Binnema 13f0df3afc * cosmetics 2010-01-03 23:53:49 +02:00
Dirk-Jan C. Binnema 5f095454b4 * mu-result: remove MU_IGNORE 2010-01-03 23:53:29 +02:00
Dirk-Jan C. Binnema f754b47e66 * mu-store-xapian: add _foreach func, document all public functions 2010-01-03 23:53:04 +02:00
Dirk-Jan C. Binnema 3942a06cba * mu-msg-xapian: let _next skip messages that are not found on disk 2010-01-03 23:52:19 +02:00
Dirk-Jan C. Binnema 5fad1f2dd7 * mu-cmd: remove help command for now 2010-01-03 23:49:45 +02:00
Dirk-Jan C. Binnema 2184e1e83f * manpage: small update, still WIP 2010-01-03 23:49:25 +02:00
Dirk-Jan C. Binnema 877be154d0 * mu-cmd support clearlinks / mu_maildir_clear_links 2010-01-03 13:42:23 +02:00
Dirk-Jan C. Binnema b94c4ae659 * mu-config: add 'clearlinks' option 2010-01-03 13:41:56 +02:00
Dirk-Jan C. Binnema 0dd884f3b8 * WIP: mu_index_cleanup 2010-01-03 13:41:32 +02:00
Dirk-Jan C. Binnema a36ba0420b * add MU_IGNORE (for use in cleanup) 2010-01-03 13:41:11 +02:00
Dirk-Jan C. Binnema 340dd1f94e * add mu_maildir_clear_links to remove symlinks from a maildir 2010-01-03 13:40:40 +02:00
Dirk-Jan C. Binnema e0de3a97e4 * update option parsing (don't need 'ascending' anymore) 2010-01-02 16:07:07 +02:00
Dirk-Jan C. Binnema 308160d418 * cosmetic 2010-01-02 16:06:46 +02:00
Dirk-Jan C. Binnema 7c3b89fcc1 * mu-cmd: don't stop when sources for links are missing 2010-01-02 16:06:36 +02:00
Dirk-Jan C. Binnema 09b8437a8a * mu-log: fix logging oversized messages 2010-01-02 16:05:55 +02:00
Dirk-Jan C. Binnema ae5c92fc7a * mu_maildir_walk: skip the final / from dirnames 2010-01-02 16:05:23 +02:00
Dirk-Jan C. Binnema b1a9cf8450 * refactoring, cleanup of the configuration / command system 2010-01-02 14:44:26 +02:00
Dirk-Jan C. Binnema 1bfdc73547 * small cleanups 2010-01-01 21:00:09 +02:00
Dirk-Jan C. Binnema 59b082dd28 * man/: starting of manpage (WIP) 2010-01-01 20:45:33 +02:00