mu/src
Dirk-Jan C. Binnema 1e945e301f * semi-working message-threader (WIP) 2011-06-19 21:02:41 +03:00
..
tests * update test-cases 2011-06-18 18:49:46 +03:00
Makefile.am * WIP: mu-msg-threader, and hook it up with msg-iter 2011-06-16 10:23:11 +03:00
mu-bookmarks.c * cosmetic 2011-06-15 23:52:41 +03:00
mu-bookmarks.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-cmd-cfind.c * make the output of mu cfind/extract/view locale-encoded except for cfind 2011-06-02 11:09:04 +03:00
mu-cmd-extract.c * make the output of mu cfind/extract/view locale-encoded except for cfind 2011-06-02 11:09:04 +03:00
mu-cmd-find.c * mu-cmd-find: use the semi-working message threading 2011-06-18 18:49:33 +03:00
mu-cmd-index.c * mu-cmd-index: fix backspace printing (don't try to modify static str) 2011-05-26 23:39:33 +03:00
mu-cmd.c * add tags output to 'mu view' 2011-06-16 08:14:07 +03:00
mu-cmd.h * cosmetics 2011-05-23 08:16:09 +03:00
mu-config.c * add optional separator (\f, form-feed) between multiple messages in 'mu 2011-06-14 00:08:13 +03:00
mu-config.h * add optional separator (\f, form-feed) between multiple messages in 'mu 2011-06-14 00:08:13 +03:00
mu-contacts.c * mu-contacts.c, mu-msg.c: cosmetics 2011-05-25 08:11:50 +03:00
mu-contacts.h * mu-contacts: use encoded email address as group in gkeyfile (which valid as a 2011-05-24 21:41:52 +03:00
mu-index.c * cosmetics 2011-05-22 14:49:11 +03:00
mu-index.h * cleanup some header files 2011-05-22 14:48:31 +03:00
mu-log.c * mu-log.c: cleanup, don't use now-missing var 2011-05-24 22:39:28 +03:00
mu-log.h * cosmetics 2011-05-24 21:35:36 +03:00
mu-maildir.c * mu-maildir: add emacs indentation header 2011-05-24 22:40:20 +03:00
mu-maildir.h * refactoring: merge mu-msg-file with mu-maildir 2011-05-06 08:11:47 +03:00
mu-msg-cache.c * store references in that cache, cleanup 2011-06-18 18:44:28 +03:00
mu-msg-cache.h * mu-msg-cache: add support for GSList* values 2011-06-15 23:48:54 +03:00
mu-msg-doc.cc * mu-msg-doc: cosmetics, documentation 2011-06-18 18:42:24 +03:00
mu-msg-doc.h * mu-msg-doc: cosmetics, documentation 2011-06-18 18:42:24 +03:00
mu-msg-fields.c * add basic support for X-Label (WIP) 2011-06-16 00:26:30 +03:00
mu-msg-fields.h * add basic support for X-Label (WIP) 2011-06-16 00:26:30 +03:00
mu-msg-file.c * mu-msg-file: ensure there are no duplicates in References: + Reply-To 2011-06-18 18:45:32 +03:00
mu-msg-file.h * add support for GSList* fields to MuMsgDoc and MuMsgFile 2011-06-15 23:50:17 +03:00
mu-msg-flags.c * fix line33 check 2011-05-19 20:22:55 +03:00
mu-msg-flags.h * fix line33 check 2011-05-19 20:22:55 +03:00
mu-msg-iter.cc * mu-msg-iter: use the semi-working message-threading 2011-06-18 18:47:46 +03:00
mu-msg-iter.h * mu-msg-iter: use the semi-working message-threading 2011-06-18 18:47:46 +03:00
mu-msg-part.c * extract based on filename regexp and document it 2011-05-22 13:42:19 +03:00
mu-msg-part.h * cleanup some header files 2011-05-22 14:48:31 +03:00
mu-msg-prio.c * cosmetics, re-indentation 2011-05-19 07:32:09 +03:00
mu-msg-prio.h * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
mu-msg-priv.h * cosmetics 2011-05-23 08:16:09 +03:00
mu-msg-threader.c * semi-working message-threader (WIP) 2011-06-19 21:02:41 +03:00
mu-msg-threader.h * semi-working message-threader (WIP) 2011-06-19 21:02:41 +03:00
mu-msg.c * mu-msg: small improvements, cosmetics 2011-06-18 18:48:59 +03:00
mu-msg.h * mu-msg: small improvements, cosmetics 2011-06-18 18:48:59 +03:00
mu-query.cc * remove the needless batching in mu-msg-iter, mu-query, update callers 2011-06-16 10:18:34 +03:00
mu-query.h * remove the needless batching in mu-msg-iter, mu-query, update callers 2011-06-16 10:18:34 +03:00
mu-runtime.c * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
mu-runtime.h * cosmetics, re-indentation 2011-05-19 07:32:09 +03:00
mu-store.cc * mu-store.cc: handle a comma-separated list of tags as multiple terms for the doc 2011-06-16 07:59:00 +03:00
mu-store.h * mu-store.cc: some optimizations, and add the possibility to use the slightly 2011-04-30 11:31:34 +03: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-str: add simplistic mu_str_subject_normalize (WIP) 2011-06-18 18:43:09 +03:00
mu-str.h * mu-str: add simplistic mu_str_subject_normalize (WIP) 2011-06-18 18:43:09 +03:00
mu-util-db.cc * mu-util.h, mu-util-db.cc: make mu_util_xapian_clear also clear the contacts-cache 2011-05-24 21:36:55 +03:00
mu-util.c * mu-util.[ch]: add mu_util_locale_is_utf8, handle invalid utf8 string more gracefully 2011-06-01 21:52:58 +03:00
mu-util.h * mu-util.[ch]: add mu_util_locale_is_utf8, handle invalid utf8 string more gracefully 2011-06-01 21:52:58 +03:00
mu.cc * cosmetics 2011-05-24 21:35:36 +03:00