Commit Graph

7190 Commits

Author SHA1 Message Date
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
Dirk-Jan C. Binnema d95193d718 * mu-msg-xapian.cc: plug some exception leaks; bit of cleanup 2010-01-08 20:51:25 +02:00
Dirk-Jan C. Binnema 3252ba6d5d * mu-msg-xapian.h: document the public functions 2010-01-08 20:50:51 +02:00
Dirk-Jan C. Binnema a87e3cadd5 * mu-query-xapian.cc: plug a few exception-catching wholes 2010-01-08 20:49:55 +02:00
Dirk-Jan C. Binnema 287a17f225 * mu-query-xapain.h: use G_GNUC_WARN_UNUSED_RESULT in function that return results that must be freed 2010-01-08 20:49:16 +02:00
Dirk-Jan C. Binnema 3b18fa9682 * mu-store-xapian: catch exceptions in dtor 2010-01-08 20:47:13 +02:00
Dirk-Jan C. Binnema affe20551a * mu-util.h: don't include config.h 2010-01-08 20:46:04 +02:00
Dirk-Jan C. Binnema bf6ce56082 * cosmetics 2010-01-08 20:45:28 +02:00
Dirk-Jan C. Binnema 653f730e3b * mu-cmd: print, return error when no matches are found; small cleanups 2010-01-08 08:57:19 +02:00
Dirk-Jan C. Binnema b5292f8cad * mu-index: cosmetic 2010-01-07 21:52:44 +02:00
Dirk-Jan C. Binnema eeae067249 * mu-msg-gmime: bit of refactoring, to satisfy cc10 2010-01-07 21:52:31 +02:00
Dirk-Jan C. Binnema c84e9935ec * update copyright info; add cc10 cyclomatic complexity check 2010-01-07 21:52:10 +02:00
Dirk-Jan C. Binnema ddc78b10e3 * TODO: updated 2010-01-07 09:02:05 +02:00
Dirk-Jan C. Binnema 6dc22919af * mu-cmd: logging, output improvements 2010-01-07 09:01:52 +02:00
Dirk-Jan C. Binnema b267cb95e0 * mu-index: cosmetics 2010-01-07 09:01:24 +02:00
Dirk-Jan C. Binnema 979887a36e * mu-maildir: use ctime instead of mtime, some cosmetics 2010-01-07 09:00:48 +02:00
Dirk-Jan C. Binnema 7c6f09e6fc * mu-msg-gmime: logging improvements 2010-01-07 09:00:08 +02:00
Dirk-Jan C. Binnema e47606c340 * cosmetics 2010-01-07 08:59:48 +02:00
Dirk-Jan C. Binnema 3e81be3c1e * mu-util: improve xapian exception error logging 2010-01-07 08:42:01 +02:00
Dirk-Jan C. Binnema adfdfe230d * TODO: updated 2010-01-06 21:44:43 +02:00
Dirk-Jan C. Binnema 165ba1f440 * mu-config.c: better command line options for some options 2010-01-06 21:43:28 +02:00
Dirk-Jan C. Binnema 1f7b7ba0a1 * mu-log.[ch]: still log to the log file with --quiet 2010-01-06 21:42:59 +02:00
Dirk-Jan C. Binnema fdae866ccd * mu-msg-field.(ch): some cosmetics 2010-01-06 21:41:58 +02:00
Dirk-Jan C. Binnema 9b96a42c81 * mu.c: cleanups, do 'quiet' a bit differently 2010-01-06 21:41:23 +02:00
Dirk-Jan C. Binnema 158cd5f1b9 * updated man page (still WIP) 2010-01-06 21:40:46 +02:00
Dirk-Jan C. Binnema 155a73bf41 * mu-query-xapian: use the new macros, cleanups 2010-01-06 01:30:45 +02:00