mu/lib
djcb cbbb23c13f * Fixes for the threading algorithm (thanks to Abdó Roig)
The problem was that once a container got a parent, it did not change it anymore
  due to the child_elligible condition, but the parent might have been assigned
  from an incomplete References sequence.

  Now, we make sure the last reference gets to be the message's parent (following
  the JWZ's algorithm), reparenting the message if necessary. This makes sense, as
  the last parent-child relationship (between last ref and the message) is the
  most reliable piece of info here.

  Instead of child_elligible, we now only check that the new parent is not a
  descendant of the current message, to prevent making a loop. Everything else is
  fine, as it only moves a subtree around.
2012-12-09 13:48:22 +02:00
..
tests * update / add testcases for string normalization 2012-12-09 13:34:16 +02:00
Makefile.am * lib: doxygen support (WIP, just starting...) 2012-10-27 14:42:21 +03:00
doxyfile.in * lib: doxygen support (WIP, just starting...) 2012-10-27 14:42:21 +03:00
mu-bookmarks.c * update (C) years 2012-10-24 11:42:57 +03:00
mu-bookmarks.h * cosmetics 2012-10-31 20:36:02 +02:00
mu-contacts.c * mu-cfind: some cleanups / better help 2012-10-24 23:47:47 +03:00
mu-contacts.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-container.c * Fixes for the threading algorithm (thanks to Abdó Roig) 2012-12-09 13:48:22 +02:00
mu-container.h * lib/mu-container: remove some O(n*n) behavior from threading 2012-09-17 17:45:59 +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 * cosmetics 2012-10-31 20:36:02 +02: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 * update (C) years 2012-10-24 11:42:57 +03:00
mu-index.c * update (C) years 2012-10-24 11:42:57 +03:00
mu-index.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-log.c * lib/mu-log: allow for arbitrary long log lines 2012-10-03 10:36:36 +03:00
mu-log.h * lib/mu-log: cleanups and some improvements 2012-09-15 17:58:37 +03:00
mu-maildir.c * mu-maildir: hide some innocent errors 2012-09-15 18:03:23 +03:00
mu-maildir.h * support '.noupdate' -- similar to '.noindex', maildirs containing 2012-05-22 10:19:49 +03:00
mu-msg-crypto.c * some line35 fixes 2012-09-27 21:52:54 +03:00
mu-msg-doc.cc * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-doc.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-fields.c * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-fields.h * mu: allow 'recip:' in queries as a shortcut for "to:foo OR cc:foo OR bcc:foo" 2012-10-25 12:28:55 +03:00
mu-msg-file.c * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-file.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-iter.cc * cosmetics / minor 2012-10-23 20:29:24 +03:00
mu-msg-iter.h * lib: try to reopen database when it got updated from the outside (for guile) 2012-08-19 09:57:49 +03:00
mu-msg-part.c * lib: don't be too picky considering what's an attachment 2012-09-27 17:31:49 +03:00
mu-msg-part.h * cosmetic / minor 2012-10-27 14:41:20 +03:00
mu-msg-prio.c * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-prio.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-msg-priv.h * lib: add support for asking user for password from console 2012-09-13 22:57:04 +03:00
mu-msg-sexp.c * cosmetic / minor 2012-10-27 14:41:20 +03:00
mu-msg.c * lib: for sorting dates, use the strings as recorded in Xapian, rather than 2012-09-19 16:55:44 +03:00
mu-msg.h * lib: add support for asking user for password from console 2012-09-13 22:57:04 +03:00
mu-query.cc * support single dates (shortcut for ranges) in queries (thanks to Eygene Ryabinkin) 2012-11-17 21:25:09 +02:00
mu-query.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-runtime.c * mu: small error-handling improvement 2012-10-24 23:49:54 +03:00
mu-runtime.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-script.c * lib: fix mu-script for !BUILD_GUILE 2012-10-24 15:48:07 +03:00
mu-script.h * mu: update mu script 2012-10-22 23:16:01 +03:00
mu-store-priv.hh * cosmetics 2012-08-01 10:48:56 +03:00
mu-store-read.cc * update (C) years 2012-10-24 11:42:57 +03:00
mu-store-write.cc * update / add testcases for string normalization 2012-12-09 13:34:16 +02:00
mu-store.cc * update (C) years 2012-10-24 11:42:57 +03:00
mu-store.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-str-normalize.c * fix bug normalizing mixed (e.g. Latin etc. and Cyrillic) uf8 text 2012-12-09 13:33:45 +02:00
mu-str.c * fix bug normalizing mixed (e.g. Latin etc. and Cyrillic) uf8 text 2012-12-09 13:33:45 +02:00
mu-str.h * fix bug normalizing mixed (e.g. Latin etc. and Cyrillic) uf8 text 2012-12-09 13:33:45 +02:00
mu-threader.c * Fixes for the threading algorithm (thanks to Abdó Roig) 2012-12-09 13:48:22 +02:00
mu-threader.h * update (C) years 2012-10-24 11:42:57 +03:00
mu-util.c * fix typo 2012-11-08 22:20:31 +02:00
mu-util.h * cosmetics 2012-10-22 23:15:28 +03:00