Commit Graph

424 Commits

Author SHA1 Message Date
88a5d0e2fa * mu_msg_str_normalize: better handle empty strings 2010-11-11 22:12:03 +02:00
e2b7d71cd4 * cosmetics 2010-11-11 22:07:08 +02:00
fb30c1e2eb * mu-query.cc: now always search for normalized, lower-case values 2010-11-11 22:06:19 +02:00
94bf9a68c7 * mu-store: store strings for searching now in normalized, lowercase form 2010-11-11 22:05:55 +02:00
a3822ec850 * cosmetic 2010-11-11 22:05:24 +02:00
3c5314e4ed * tests: updated 2010-11-11 22:05:10 +02:00
be0683526f * mu-msg-str: re-implement mu_msg_str_normalize by hand to actually work, add
unit tests
2010-11-11 22:04:47 +02:00
fd2df0199c * test-mu-query.c: add some more test 2010-11-09 00:26:24 +02:00
2861e622c9 * mu-maildir.c: cosmetics 2010-11-08 08:46:24 +02:00
fb46b4fddc * mu-maildir.c: use lstat, not stat in readdir_with_stat_fallback; this fixes
issue #28.
2010-11-07 19:14:01 +02:00
a7a76e7989 * mu_msg_str: add mu_msg_str_display_contact[_s], to guess the name-part from
the values in To/Cc/Bcc/From fields. (ie. '"Foo Bar" <foo@bar.cuux>' => 'Foo Bar')
2010-11-07 19:01:34 +02:00
1d9eeeb1a6 * mu-msg.h: cosmetics 2010-11-07 18:25:12 +02:00
93cf7856d1 * mu-msg-str.[ch]: add mu_msg_str_display_date_s, displays time for time with
24h, date otherwise
2010-11-07 18:24:48 +02:00
f867185ad3 * cosmetic 2010-11-07 18:02:25 +02:00
b1a799df4a * mu-msg-iter: add mu_msg_iter_get_maildir 2010-11-07 18:01:04 +02:00
df57723ec7 * mu-msg-list: make unread mailheaders bold, important ones read. Fix
mu-msg-iter.cc while doing so.
2010-11-03 23:02:40 +02:00
ef4116efc2 * make mu_msg_str_date[_s] take an strftime-like argument for the format;
update callers
2010-11-03 07:43:46 +02:00
a16a01cb2c * cosmetic 2010-11-02 21:18:50 +02:00
b68a093092 * cosmetic 2010-11-02 21:15:35 +02:00
1b75761984 * cosmetic 2010-11-02 21:15:18 +02:00
99cf282d3b * cosmetic 2010-11-02 21:14:46 +02:00
a10525d3c9 * mu_msg_str: sanitize date strings a bit, update test case 2010-11-02 21:14:24 +02:00
a4ea979aaa * fix mu_msg_iter_get_date 2010-11-02 21:13:45 +02:00
3b87a0f9e6 * add mu_util_guess_mu_homedir and mu_util_guess_xapian_dir and use them 2010-11-02 21:12:18 +02:00
d112c2c930 * update testcases for normalization 2010-11-02 00:08:31 +02:00
e15bb738ea * store normalized version of strings as well (value) 2010-11-02 00:06:17 +02:00
7fe29ebfc3 * cosmetic 2010-11-02 00:05:49 +02:00
23f1275a24 * add mu_msg_str_normalize (to remove accents from strings, optionally lowercase) 2010-11-02 00:05:27 +02:00
1e93d614a9 * fix typo 2010-10-31 11:35:00 +02:00
117e5bc76e * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
12f02ea08f * mu-cmd-extract,test-mu-util: cleanups to pass line33/cc10 2010-10-30 15:14:14 +03:00
976e0d03dc * add FLAG_XAPIAN_VALUE for MU_MSG_FIELD_ID_MSGID so the 'i' format field
works. this fixes issue #27
2010-10-23 12:29:06 +03:00
23869e2066 * mu-config: small fix 2010-10-23 12:12:14 +03:00
0c763c48f1 * tests/Makefile.am: add message 4 to test cases 2010-10-23 12:05:35 +03:00
f9b50541e3 * mu-cmd-extract: don't be too picky for attachments 2010-10-23 12:04:58 +03:00
f57a11828d * update documentation for extract 2010-10-23 12:04:14 +03:00
3f971f69ba * test-mu-cmd: add some extract test cases 2010-10-23 12:03:42 +03:00
f50846bdfb * mu-config: set default target dir to "." 2010-10-17 11:26:32 +03:00
109f8e4e3c * update testcase, add attachment, m: testing 2010-10-17 11:21:12 +03:00
c3dafe2329 * mu-cmd-extract.c: check targetdir for writability 2010-10-17 11:20:02 +03:00
3f2023ed92 * tests: fix make distcheck 2010-10-09 15:36:32 +03:00
7eb407dca3 * cosmetic: mail3 2010-10-09 15:12:49 +03:00
093d65320d * mu-query: try stemming 2010-10-09 15:12:35 +03:00
e161fb6065 * mu-cmd: some cosmetical updates in the output 2010-10-09 13:19:47 +03:00
4e06349e65 * mu-cmd-index: cosmetic 2010-10-09 12:53:02 +03:00
76815e4416 * mu-config: don't set opts->(maildir|linksdir) to NULL if it's invalid; do
checking later
2010-10-09 12:51:20 +03:00
89b65df13b * small logging cleanups, don't g_debug before we initialized logging 2010-10-09 12:44:48 +03:00
7de56f9399 * clean-up mu_util_dir_expand, add unit test 2010-10-09 11:56:55 +03:00
b09535ea0e * mu-cmd-index.cc: clean up progress printing, make sure it passes make line33
and make cc10
2010-10-05 08:11:52 +03:00
a5db0a6d81 * tests/: update unit tests 2010-10-04 22:33:22 +03:00