Commit Graph

26 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 6c62a066c8 * make time & size checking a bit stricter, report errors to user 2011-07-16 12:50:17 +03:00
Dirk-Jan C. Binnema 86d7968bc2 * make mu_msg_to_list optionally strip leading/trailing whitespace 2011-07-06 02:12:59 +03:00
Dirk-Jan C. Binnema 35f7e2cd95 * mu-str: add simplistic mu_str_subject_normalize (WIP) 2011-06-18 18:43:09 +03:00
Dirk-Jan C. Binnema 2ef079968a * add mu_str_from_list, mu_str_to_list and mu_str_list_free + unit tests 2011-06-15 23:44:52 +03:00
Dirk-Jan C. Binnema de539ea3f8 * cosmetics 2011-06-02 11:07:57 +03:00
Dirk-Jan C. Binnema 4629e26609 * mu-str.c: convert strftime output to utf8 if needed 2011-06-01 21:55:32 +03:00
Dirk-Jan C. Binnema fe32cf84b1 * mu-str.[ch], mu-util.[ch]: better, simpler ANSI colors through some #defines 2011-05-26 23:32:23 +03:00
Dirk-Jan C. Binnema abf9c632e3 * cleanup some header files 2011-05-22 14:48:31 +03:00
Dirk-Jan C. Binnema 41ae585955 * cosmetics 2011-05-01 15:01:03 +03:00
Dirk-Jan C. Binnema 054282dc63 * mu-str.h: improve mu_str_is_empty macro 2011-03-22 23:37:17 +02:00
Dirk-Jan C. Binnema 9a600e71c9 * mu-str: add mu_str_guess_first_name, mu_str_guess_last_name and
mu_str_guess_nick, + unit tests

  these function do a simple guess for the first/lastname and nick, so we can
prefill	the results of 'mu cfind' with some first guesses.
2011-03-06 12:14:26 +02:00
Dirk-Jan C. Binnema 6226754a25 * WIP: mu-contacts; add the following: return timestamp callback and add regexp filtering capabilities 2011-03-03 21:22:11 +02:00
Dirk-Jan C. Binnema 8b9df09a65 * cosmetics 2011-01-07 08:31:36 +02:00
Dirk-Jan C. Binnema c5b3059442 * add searching for message size ranges 2011-01-06 16:21:09 +02:00
Dirk-Jan C. Binnema f8af665151 * mu-output.c, mu-str.[ch]: fix escaping for JSON, sexps (add mu_str_escape_c_literal) 2011-01-06 13:55:16 +02:00
Dirk-Jan C. Binnema 3ab2cd11a9 * initial JSON output support (WIP) 2011-01-05 23:22:41 +02:00
Dirk-Jan C. Binnema 4409b565dc * start of XML output support (WIP) 2011-01-05 22:46:10 +02:00
Dirk-Jan C. Binnema d14727c7a8 * dont't require direntry->d_type; this should help the Solaris build.
also, some cleanups
2010-12-11 13:52:03 +02:00
Dirk-Jan C. Binnema 39d71b8e3b * use mu_str_ascii_xapian_escape instead of local version; and non-in-place version 2010-12-07 23:19:13 +02:00
Dirk-Jan C. Binnema 3560eecf3a * mu_date_parse_hdwmy => mu_str_date_parse_hdwmy; update unit tests + code 2010-11-30 22:33:15 +02:00
Dirk-Jan C. Binnema 61bc73f071 * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
Dirk-Jan C. Binnema bb5b1304e5 * mu-str.[ch]: add mu_str_ascii_xapian_escape_in_place, for escaping some
Xapian fields; also add some tests
2010-11-29 21:21:55 +02:00
Dirk-Jan C. Binnema 513fe9ef3a * mu-str.h: add note about unicode blocks supported for mu_str_normalize ('Latin-1 Supplement' and 'Latin Extended-A') 2010-11-27 15:06:57 +02:00
Dirk-Jan C. Binnema eb4e35f524 * improve date range parsing 2010-11-24 23:30:41 +02:00
Dirk-Jan C. Binnema 819fe8c93f * minor 2010-11-23 22:05:55 +02:00
Dirk-Jan C. Binnema 0f2b4e2d3c * rename mu_msg_str => mu_str 2010-11-23 00:44:18 +02:00