mu/src
Dirk-Jan C. Binnema 373973d813 * src/Makefile.am: add mu-msg-file.[ch], -pedantic for c-builds 2010-12-07 23:16:32 +02:00
..
tests * add mu-msg-file, unit tests 2010-12-07 23:14:11 +02:00
Makefile.am * src/Makefile.am: add mu-msg-file.[ch], -pedantic for c-builds 2010-12-07 23:16:32 +02:00
mu-bookmarks.c * mu-bookmarks.[ch]: bookmarks implemenation was still missing from git 2010-11-15 23:25:06 +02:00
mu-bookmarks.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-cmd-extract.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-cmd-find.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-cmd-index.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-cmd-mkdir.c * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
mu-cmd-mkdir.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-cmd-view.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-cmd-view.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-cmd.c * mu-cmd: some cosmetical updates in the output 2010-10-09 13:19:47 +03:00
mu-cmd.h * add some extra error checking for the right command 2010-08-29 16:39:27 +03:00
mu-config.c * make error messages more consistent 2010-11-30 09:02:29 +02:00
mu-config.h * add 'mu_runtime' for initialization, keeping global state during runtime. update many. 2010-11-14 13:55:04 +02:00
mu-error.h * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
mu-index.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-index.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-log.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-log.h * small logging cleanups, don't g_debug before we initialized logging 2010-10-09 12:44:48 +03:00
mu-maildir.c * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
mu-maildir.h * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
mu-msg-contact.c * mu-msg-contact.[ch]: add _new, _destroy functions 2010-11-20 20:28:54 +02:00
mu-msg-contact.h * mu-msg-contact.[ch]: add _new, _destroy functions 2010-11-20 20:28:54 +02:00
mu-msg-fields.c * mu-msg-fields.[ch]: add info whether the field should be normalized/escaped 2010-11-29 21:18:37 +02:00
mu-msg-fields.h * mu-msg-fields.[ch]: add info whether the field should be normalized/escaped 2010-11-29 21:18:37 +02:00
mu-msg-file.c * add mu-msg-file, unit tests 2010-12-07 23:14:11 +02:00
mu-msg-file.h * add mu-msg-file, unit tests 2010-12-07 23:14:11 +02:00
mu-msg-flags.c * mu_msg_flags_from_file => mu_msg_file_get_flags_from_path 2010-12-07 23:15:38 +02:00
mu-msg-flags.h * mu_msg_flags_from_file => mu_msg_file_get_flags_from_path 2010-12-07 23:15:38 +02:00
mu-msg-iter-priv.hh * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-msg-iter.cc * add some GErrors 2010-11-25 21:49:25 +02:00
mu-msg-iter.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-msg-part.c * <many> fix small conversion errors (-Wconversion) 2010-09-26 17:29:54 +03:00
mu-msg-part.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg-prio.c * mu-msg-prio: some coding updates 2010-11-21 15:43:11 +02:00
mu-msg-prio.h * mu-msg-prio: some coding updates 2010-11-21 15:43:11 +02:00
mu-msg-priv.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg-status.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg.c * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
mu-msg.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-output-link.c * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
mu-output-link.h * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
mu-output-plain.c * add some GErrors 2010-11-25 21:49:25 +02:00
mu-output-plain.h * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
mu-query.cc * mu_date_parse_hdwmy => mu_str_date_parse_hdwmy; update unit tests + code 2010-11-30 22:33:15 +02:00
mu-query.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-result.h * create mu-error.h, update some functions to use GError for errors 2010-11-24 20:04:20 +02:00
mu-runtime.c * mu-msg, mu-runtime: make g_mime_init explicit, mu-runtime can do it. 2010-11-27 16:06:55 +02:00
mu-runtime.h * add some simply unit tests for mu-runtime, mu-store 2010-12-01 21:57:36 +02:00
mu-store.cc * mu-query.cc, mu-store.cc: use the escaping for some fields; update test case 2010-11-29 21:29:43 +02:00
mu-store.h * update some unit test cases 2010-12-03 20:45:01 +02:00
mu-str-normalize.c * mu-str-normalize.c: add note about alternative implementation 2010-12-03 20:53:25 +02:00
mu-str.c * mu_date_parse_hdwmy => mu_str_date_parse_hdwmy; update unit tests + code 2010-11-30 22:33:15 +02:00
mu-str.h * mu_date_parse_hdwmy => mu_str_date_parse_hdwmy; update unit tests + code 2010-11-30 22:33:15 +02:00
mu-util-db.cc * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-util-db.h * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-util.c * fix mu_util_dir_expand for non-existant dirs, add unit test 2010-12-04 19:14:31 +02:00
mu-util.h * mu_util_dir_expand fix issue #30: wrong use of realpath(3) 2010-12-04 19:08:23 +02:00
mu.cc * add 'mu_runtime' for initialization, keeping global state during runtime. update many. 2010-11-14 13:55:04 +02:00