summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-02* implement sorting of threads on arbitrary fields (WIP)Dirk-Jan C. Binnema
2011-07-01* threading: small updates, cleanupsDirk-Jan C. Binnema
2011-07-01* rename mu-threader-utils => mu-container + cleanups, documentationDirk-Jan C. Binnema
2011-07-01* make threading much faster, removing some safety checksDirk-Jan C. Binnema
2011-06-30* mu-str: fix bug in mu_str_date_parse_hdwmyDirk-Jan C. Binnema
2011-06-30* start using message threading (--threads/-t param for mu find)Dirk-Jan C. Binnema
2011-06-30* initial somewhat working implementation of message threading based on theDirk-Jan C. Binnema
2011-06-30* update/add unit tests for threadingDirk-Jan C. Binnema
2011-06-27* mu-msg-str.c: fix memory error in date parsingDirk-Jan C. Binnema
2011-06-26* mu-msg-file: clean up references handlingDirk-Jan C. Binnema
2011-06-26* mu-msg-threader: set docid on previously seen virtual messagesDirk-Jan C. Binnema
2011-06-26* overhaul/clean-up container code, add path object; seems to work nowDirk-Jan C. Binnema
2011-06-24* remove debug output, fix code for cc10, line33Dirk-Jan C. Binnema
2011-06-24* handle duplicate-messages correctly + re-check children when they have changedDirk-Jan C. Binnema
2011-06-24* mu-msg.h: cosmeticDirk-Jan C. Binnema
2011-06-24* mu-msg-threader.c: handle duplicate message-idsDirk-Jan C. Binnema
2011-06-24* mu-msg-find: improve display of threaded messagesDirk-Jan C. Binnema
2011-06-24* update / add test cases for threadingDirk-Jan C. Binnema
2011-06-24* update threading implementation (WIP still)Dirk-Jan C. Binnema
2011-06-19* mu-cmd-find.c, mu-cmd.c: make sure we pass 'make line33'Dirk-Jan C. Binnema
2011-06-19* update test case for the new thread param for queriesDirk-Jan C. Binnema
2011-06-19* mu-msg-iter.{cc,h}: hook up the msg-iter with threadingDirk-Jan C. Binnema
2011-06-19* mu-find: enable threaded outputDirk-Jan C. Binnema
2011-06-19* enable the --threads/t argument for mu-find / queriesDirk-Jan C. Binnema
2011-06-19* semi-working message-threader (WIP)Dirk-Jan C. Binnema
2011-06-18* update test-casesDirk-Jan C. Binnema
2011-06-18* mu-cmd-find: use the semi-working message threadingDirk-Jan C. Binnema
2011-06-18* mu-msg: small improvements, cosmeticsDirk-Jan C. Binnema
2011-06-18* mu-msg-iter: use the semi-working message-threadingDirk-Jan C. Binnema
2011-06-18* semi-working message-threading (WIP)Dirk-Jan C. Binnema
2011-06-18* mu-msg-file: ensure there are no duplicates in References: + Reply-ToDirk-Jan C. Binnema
2011-06-18* store references in that cache, cleanupDirk-Jan C. Binnema
2011-06-18* mu-str: add simplistic mu_str_subject_normalize (WIP)Dirk-Jan C. Binnema
2011-06-18* mu-msg-doc: cosmetics, documentationDirk-Jan C. Binnema
2011-06-16* mu-msg.h: update docstringDirk-Jan C. Binnema
2011-06-16* WIP: mu-msg-threader, and hook it up with msg-iterDirk-Jan C. Binnema
2011-06-16* make mu-msg-file return references in same order as found in msgs; updateDirk-Jan C. Binnema
2011-06-16* add mailing list test msg for unit testsDirk-Jan C. Binnema
2011-06-16* mu-msg-iter.cc: pre-fetch documents in an mset, makes search slightly fasterDirk-Jan C. Binnema
2011-06-16* add mu_msg_iter_reset (to reset iter to the beginning), add testsDirk-Jan C. Binnema
2011-06-16* mu-msg-iter: remove offset/index, cosmeticsDirk-Jan C. Binnema
2011-06-16* update mu-msg-iter (remove batching)Dirk-Jan C. Binnema
2011-06-16* remove the needless batching in mu-msg-iter, mu-query, update callersDirk-Jan C. Binnema
2011-06-16* add tags output to 'mu view'Dirk-Jan C. Binnema
2011-06-16* test-mu-query.c: add some tests for querying tagsDirk-Jan C. Binnema
2011-06-16* mu-store.cc: handle a comma-separated list of tags as multiple terms for th...Dirk-Jan C. Binnema
2011-06-16* add unit tests for reading tagsDirk-Jan C. Binnema
2011-06-16* mu-msg-cache: add MU_MSG_FIELD_ID_TAGSDirk-Jan C. Binnema
2011-06-16* add basic support for X-Label (WIP)Dirk-Jan C. Binnema
2011-06-15* cosmeticDirk-Jan C. Binnema