mu/lib
djcb c9fc49cfd6 * cosmetics 2012-07-12 15:47:11 +03:00
..
tests * clear non-numerics from dates, so '2012-06-12' is parsed correctly 2012-06-29 10:11:26 +03:00
Makefile.am * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-bookmarks.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-bookmarks.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-contacts.c * mu-contacts: allow saving a separate value 'personal' 2012-06-18 17:59:27 +03:00
mu-contacts.h * mu-contacts: allow saving a separate value 'personal' 2012-06-18 17:59:27 +03:00
mu-container.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-container.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-date.c * clear non-numerics from dates, so '2012-06-12' is parsed correctly 2012-06-29 10:11:26 +03:00
mu-date.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-flags.c * add mu_flags_custom_from_str, to get the custom flags in a message file name 2012-06-13 08:14:06 +03:00
mu-flags.h * add mu_flags_custom_from_str, to get the custom flags in a message file name 2012-06-13 08:14:06 +03:00
mu-index.c * support '.noupdate' -- similar to '.noindex', maildirs containing 2012-05-22 10:19:49 +03:00
mu-index.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-log.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-log.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-maildir.c * mu4e: when moving messages, always reset the N flag 2012-06-23 10:11:18 +03:00
mu-maildir.h * support '.noupdate' -- similar to '.noindex', maildirs containing 2012-05-22 10:19:49 +03:00
mu-msg-cache.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-cache.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-doc.cc * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-doc.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-fields.c * implement / document changing sort order and threading 2012-06-10 11:19:51 +03:00
mu-msg-fields.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-file.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-file.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-iter.cc * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-iter.h * cosmetics 2012-07-12 15:47:11 +03:00
mu-msg-part.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-part.h * mu-msg-part.h: include unistd.h, to unbreak ubuntu 10.04 compilation 2012-06-10 12:10:28 +03:00
mu-msg-prio.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-prio.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-priv.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-msg-sexp.c * mu-msg-sexp.c: add contact info later in the sexp so that we can access file 2012-05-23 23:34:28 +03:00
mu-msg.c * guile: add mu:timestamp accessor to <mu:message>, implement it 2012-07-10 23:36:21 +03:00
mu-msg.h * guile: add mu:timestamp accessor to <mu:message>, implement it 2012-07-10 23:36:21 +03:00
mu-query.cc * mu-str.c: fix bug in check_for_field 2012-06-12 11:55:59 +03:00
mu-query.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-runtime.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-runtime.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-store-priv.hh * fix _MuStore initialization; proliferate API change 2012-06-20 20:33:58 +03:00
mu-store-read.cc * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-store-write.cc * fix _MuStore initialization; proliferate API change 2012-06-20 20:33:58 +03:00
mu-store.cc * store: allow setting my-addresses 2012-06-19 17:59:16 +03:00
mu-store.h * fix _MuStore initialization; proliferate API change 2012-06-20 20:33:58 +03:00
mu-str-normalize.c * update some documentation 2012-06-26 22:47:25 +03:00
mu-str.c * mu-str.c: much improved mu_str_normalize_subject (to skip Re:, Fwd: etc. for sorting) 2012-06-15 18:21:21 +03:00
mu-str.h * minor 2012-06-13 08:11:32 +03:00
mu-threader.c * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-threader.h * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
mu-util.c * robustness/cleanup fixes: 2012-06-26 13:11:50 +03:00
mu-util.h * cosmetics 2012-07-12 15:47:11 +03:00