1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-28 07:41:04 +02:00
Commit Graph

992 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
de150bd9f7 * rename the --separate option into --terminator (mu view) 2011-07-07 22:59:44 +03:00
Dirk-Jan C. Binnema
adbab879a2 * mu-cmd-find.c: turn the ^L-separator into a terminator. 2011-07-07 22:18:33 +03:00
Dirk-Jan C. Binnema
a31ea71e0a * basic implementation of --exec for mu find (WIP) 2011-07-06 23:35:52 +03:00
Dirk-Jan C. Binnema
8b687e678c * update test-cases 2011-07-06 02:14:53 +03:00
Dirk-Jan C. Binnema
74409c3404 * mu-msg-file: remove leading/trailing whitespace in tags 2011-07-06 02:14:33 +03:00
Dirk-Jan C. Binnema
0ec6df6369 * use the new strip option for list->str 2011-07-06 02:14:00 +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
ca6212944c * mu-cmd-find.c: some preparation for mu find --exec= (WIP) 2011-07-06 02:11:55 +03:00
Dirk-Jan C. Binnema
efc7ad8af4 * mu-msg-fields, mu-find.1: don't support references or tags in mu find output
for now
2011-07-06 02:10:58 +03:00
Dirk-Jan C. Binnema
88d761e6fb * beginning of mu find --exec config (WIP) 2011-07-06 02:09:46 +03:00
Dirk-Jan C. Binnema
0b7693d077 * guilify mu; first steps, and a new toy called 'muile' 2011-07-05 00:18:43 +03:00
Dirk-Jan C. Binnema
5ad2319fe1 * refactor msg-sorting a bit 2011-07-02 12:50:29 +03:00
Dirk-Jan C. Binnema
58fdfa9bc1 * let mu_str_subject_normalize work with static strings as well 2011-07-02 12:48:46 +03:00
Dirk-Jan C. Binnema
a2bc4540e0 * implement sorting of threads on arbitrary fields (WIP) 2011-07-02 11:27:08 +03:00
Dirk-Jan C. Binnema
8a4c70c669 * threading: small updates, cleanups 2011-07-01 20:52:09 +03:00
Dirk-Jan C. Binnema
8955703828 * rename mu-threader-utils => mu-container + cleanups, documentation 2011-07-01 20:51:39 +03:00
Dirk-Jan C. Binnema
126fa0e74a * make threading much faster, removing some safety checks 2011-07-01 01:20:05 +03:00
Dirk-Jan C. Binnema
eb7b7e4ea0 * mu-str: fix bug in mu_str_date_parse_hdwmy 2011-06-30 23:46:21 +03:00
Dirk-Jan C. Binnema
2d1f8366d5 * start using message threading (--threads/-t param for mu find) 2011-06-30 23:45:53 +03:00
Dirk-Jan C. Binnema
15ac5f04c9 * initial somewhat working implementation of message threading based on the
JWZ algorithm
2011-06-30 23:44:50 +03:00
Dirk-Jan C. Binnema
28db904fb2 * update/add unit tests for threading 2011-06-30 23:43:08 +03:00
Dirk-Jan C. Binnema
16d6a7bd45 * mu-msg-str.c: fix memory error in date parsing 2011-06-27 21:31:34 +03:00
Dirk-Jan C. Binnema
7da25411bf * mu-msg-file: clean up references handling 2011-06-26 14:52:27 +03:00
Dirk-Jan C. Binnema
7994252527 * mu-msg-threader: set docid on previously seen virtual messages 2011-06-26 14:52:09 +03:00
Dirk-Jan C. Binnema
a3bd931aaf * overhaul/clean-up container code, add path object; seems to work now 2011-06-26 13:12:40 +03:00
Dirk-Jan C. Binnema
9c6014e40b * remove debug output, fix code for cc10, line33 2011-06-24 12:39:46 +03:00
Dirk-Jan C. Binnema
ffb6dfae8c * handle duplicate-messages correctly + re-check children when they have changed 2011-06-24 12:09:18 +03:00
Dirk-Jan C. Binnema
f193a5636d * mu-msg.h: cosmetic 2011-06-24 10:22:16 +03:00
Dirk-Jan C. Binnema
c8c1f50ac2 * mu-msg-threader.c: handle duplicate message-ids 2011-06-24 10:21:59 +03:00
Dirk-Jan C. Binnema
937fc20cab * mu-msg-find: improve display of threaded messages 2011-06-24 10:21:41 +03:00
Dirk-Jan C. Binnema
95bb29b653 * update / add test cases for threading 2011-06-24 00:24:04 +03:00
Dirk-Jan C. Binnema
eb9b0c6de8 * update threading implementation (WIP still) 2011-06-24 00:21:54 +03:00
Dirk-Jan C. Binnema
707a1ea1c2 * mu-cmd-find.c, mu-cmd.c: make sure we pass 'make line33' 2011-06-19 21:24:08 +03:00
Dirk-Jan C. Binnema
a356dbec10 * update test case for the new thread param for queries 2011-06-19 21:05:12 +03:00
Dirk-Jan C. Binnema
0e4b4f7a55 * mu-msg-iter.{cc,h}: hook up the msg-iter with threading 2011-06-19 21:04:40 +03:00
Dirk-Jan C. Binnema
d28319bc27 * mu-find: enable threaded output 2011-06-19 21:04:03 +03:00
Dirk-Jan C. Binnema
9a5888f7c8 * enable the --threads/t argument for mu-find / queries 2011-06-19 21:03:33 +03:00
Dirk-Jan C. Binnema
1e945e301f * semi-working message-threader (WIP) 2011-06-19 21:02:41 +03:00
Dirk-Jan C. Binnema
dfcbd854f0 * update test-cases 2011-06-18 18:49:46 +03:00
Dirk-Jan C. Binnema
e0c522c6a0 * mu-cmd-find: use the semi-working message threading 2011-06-18 18:49:33 +03:00
Dirk-Jan C. Binnema
f2a0e19626 * mu-msg: small improvements, cosmetics 2011-06-18 18:48:59 +03:00
Dirk-Jan C. Binnema
d2d94f291e * mu-msg-iter: use the semi-working message-threading 2011-06-18 18:47:46 +03:00
Dirk-Jan C. Binnema
a3ec83b96d * semi-working message-threading (WIP) 2011-06-18 18:47:13 +03:00
Dirk-Jan C. Binnema
d0d8356248 * mu-msg-file: ensure there are no duplicates in References: + Reply-To 2011-06-18 18:45:32 +03:00
Dirk-Jan C. Binnema
023efcc0ae * store references in that cache, cleanup 2011-06-18 18:44:28 +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
b08bf4a1ed * mu-msg-doc: cosmetics, documentation 2011-06-18 18:42:24 +03:00
Dirk-Jan C. Binnema
8000b85f89 * mu-msg.h: update docstring 2011-06-16 10:24:52 +03:00
Dirk-Jan C. Binnema
a69cacf919 * WIP: mu-msg-threader, and hook it up with msg-iter 2011-06-16 10:23:11 +03:00
Dirk-Jan C. Binnema
583afc2749 * make mu-msg-file return references in same order as found in msgs; update
unit test
2011-06-16 10:21:35 +03:00
Dirk-Jan C. Binnema
9b0067aa4a * add mailing list test msg for unit tests 2011-06-16 10:21:35 +03:00
Dirk-Jan C. Binnema
f14de4784b * mu-msg-iter.cc: pre-fetch documents in an mset, makes search slightly faster 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
4dfe33609b * add mu_msg_iter_reset (to reset iter to the beginning), add tests 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
4c1baccc86 * mu-msg-iter: remove offset/index, cosmetics 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
eddf5a3965 * update mu-msg-iter (remove batching) 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
794825e297 * remove the needless batching in mu-msg-iter, mu-query, update callers 2011-06-16 10:18:34 +03:00
Dirk-Jan C. Binnema
52b7ac738d * add tags output to 'mu view' 2011-06-16 08:14:07 +03:00
Dirk-Jan C. Binnema
927737cc09 * test-mu-query.c: add some tests for querying tags 2011-06-16 07:59:23 +03:00
Dirk-Jan C. Binnema
e7f9e1d082 * mu-store.cc: handle a comma-separated list of tags as multiple terms for the doc 2011-06-16 07:59:00 +03:00
Dirk-Jan C. Binnema
a9161d1cd5 * add unit tests for reading tags 2011-06-16 00:49:30 +03:00
Dirk-Jan C. Binnema
95c67fdc39 * mu-msg-cache: add MU_MSG_FIELD_ID_TAGS 2011-06-16 00:49:04 +03:00
Dirk-Jan C. Binnema
9971c1e7ae * add basic support for X-Label (WIP) 2011-06-16 00:26:30 +03:00
Dirk-Jan C. Binnema
2a36799054 * cosmetic 2011-06-15 23:52:41 +03:00
Dirk-Jan C. Binnema
76bef9f984 * mu-store.cc: support GSList* fields 2011-06-15 23:52:32 +03:00
Dirk-Jan C. Binnema
dab245d010 * make MU_MSG_FIELD_ID_REFS a GSList* field 2011-06-15 23:51:49 +03:00
Dirk-Jan C. Binnema
a98bff9493 * mu-msg: add support for GSList* fields 2011-06-15 23:51:16 +03:00
Dirk-Jan C. Binnema
663895f968 * add support for GSList* fields to MuMsgDoc and MuMsgFile 2011-06-15 23:50:17 +03:00
Dirk-Jan C. Binnema
1e629e45c7 * mu-msg-cache: add support for GSList* values 2011-06-15 23:48:54 +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
de24a59d8c * mu-cmd-find.c: fix compiler warning 2011-06-15 08:15:13 +03:00
Dirk-Jan C. Binnema
57ebeda135 * add optional separator (\f, form-feed) between multiple messages in 'mu
view' when using --separate (fixes issue #41)
2011-06-14 00:08:13 +03:00
Dirk-Jan C. Binnema
8531a78301 * merge mu-output with mu-cmd-find 2011-06-02 11:18:47 +03:00
Dirk-Jan C. Binnema
ccbf76b793 * make the output of mu cfind/extract/view locale-encoded except for cfind
with --format=bbdb
2011-06-02 11:09:04 +03:00
Dirk-Jan C. Binnema
de539ea3f8 * cosmetics 2011-06-02 11:07:57 +03:00
Dirk-Jan C. Binnema
e16c95a883 * make mu find --format=plain output respect the locale 2011-06-01 21:56:09 +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
7019bd9b86 * mu-util.[ch]: add mu_util_locale_is_utf8, handle invalid utf8 string more gracefully 2011-06-01 21:52:58 +03:00
Dirk-Jan C. Binnema
8b7d0f9b06 * mu-util.c: only convert if the locale is not already in UTF8 2011-05-31 23:23:50 +03:00
Dirk-Jan C. Binnema
096c92e5c2 * add mu_util_print_encoded, mu_util_printerr_encoded, mu_util_fputs_encoded,
for printing where the input (in utf8) is converted to the current locale
  before  printing (WIP)
2011-05-31 23:17:09 +03:00
Dirk-Jan C. Binnema
a34738c882 * mu-output: push cyclomatic complexity <= 10 to satisfy 'make cc10' 2011-05-29 13:58:17 +03:00
Dirk-Jan C. Binnema
0dcc122c0f * add test mail 2011-05-29 13:57:27 +03:00
Dirk-Jan C. Binnema
61f462c4ad * prepare for 0.9.6 2011-05-28 12:29:53 +03:00
Dirk-Jan C. Binnema
132f0d4b01 * mu-cmd-index: fix backspace printing (don't try to modify static str) 2011-05-26 23:39:33 +03:00
Dirk-Jan C. Binnema
ff8f5db9a8 * improved color impl for mu view 2011-05-26 23:38:30 +03:00
Dirk-Jan C. Binnema
0c462c9100 * mu-cmd-find: use color option with update mu-output 2011-05-26 23:37:49 +03:00
Dirk-Jan C. Binnema
82342041f1 * mu-cmd-extract.c: implement color output 2011-05-26 23:37:06 +03:00
Dirk-Jan C. Binnema
57c0ce07e1 * mu-cfind.c: improve color output impl 2011-05-26 23:36:22 +03:00
Dirk-Jan C. Binnema
c60e03a16d * mu-config.[ch]: do tty-checking here (for --color), add mu_config_param_num
(for param-checking)
2011-05-26 23:35:34 +03:00
Dirk-Jan C. Binnema
a2907dc8e5 * mu-output: implement color output for 'mu find' 2011-05-26 23:33:36 +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
5bda5975c9 * mu-cmd-find, mu-output: don't use --summary-len anymore, use --summary 2011-05-25 22:03:43 +03:00
Dirk-Jan C. Binnema
c6d4200b0a * mu-output: update for color output in some cases 2011-05-25 22:03:09 +03:00
Dirk-Jan C. Binnema
f1ad2ebc51 * update 'mu view' and 'mu cfind' to use colors in some cases 2011-05-25 22:02:24 +03:00
Dirk-Jan C. Binnema
2b56e46260 * mu-config: add the --color option, to enable color output in some cases (or, alternatively, set the MU_COLOR env var to non-empty) 2011-05-25 22:01:05 +03:00
Dirk-Jan C. Binnema
bc8c1a0289 * add mu_util_color_print for printing color (ANSI) to console 2011-05-25 21:59:34 +03:00
Dirk-Jan C. Binnema
4e904d7c73 * test-mu-cmd.c: updated testcase 2011-05-25 21:58:48 +03:00
Dirk-Jan C. Binnema
24f98ce433 * mu-str.c: fix leak in mu_str_guess_nick 2011-05-25 08:12:58 +03:00
Dirk-Jan C. Binnema
f22b506607 * test-mu-cmd.c, test-mu-contacts.c: fix tiny leaks in test cases 2011-05-25 08:12:27 +03:00
Dirk-Jan C. Binnema
3c20cfc4de * mu-contacts.c, mu-msg.c: cosmetics 2011-05-25 08:11:50 +03:00
Dirk-Jan C. Binnema
03c94bd82d * mu-contacts: fix leak in contact_info_new 2011-05-24 23:21:51 +03:00
Dirk-Jan C. Binnema
d2fa1c3596 * mu-str.c: fix out-of-bounds issue with mu_str_ascii_xapian_escape_in_place 2011-05-24 23:15:20 +03:00
Dirk-Jan C. Binnema
167b5b1148 * mu-cmd-index.c: fix progress output (fflush) 2011-05-24 22:41:53 +03:00
Dirk-Jan C. Binnema
0a2f4783af * mu-maildir: add emacs indentation header 2011-05-24 22:40:20 +03:00
Dirk-Jan C. Binnema
22dc00358e * mu-log.c: cleanup, don't use now-missing var 2011-05-24 22:39:28 +03:00
Dirk-Jan C. Binnema
b6291e1522 * mu-cmd-find, mu-cmd-cfind: make 'no matches found' uniform 2011-05-24 21:43:44 +03:00
Dirk-Jan C. Binnema
93522893bf * mu-contacts: use encoded email address as group in gkeyfile (which valid as a
groupname), add real email as email= value; use g_keyfile_(get|set)_value
  instead of string, so there is no utf-8 problems, just the raw data we got
  as address

  This should all allow for any kind of email address, even invalid
  ones. switch order of name / address in mu_contacts_add
2011-05-24 21:41:52 +03:00
Dirk-Jan C. Binnema
271ec23b4e * 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
Dirk-Jan C. Binnema
73752ca4a9 * cosmetics 2011-05-24 21:35:36 +03:00
Dirk-Jan C. Binnema
2c24a43211 * cosmetics 2011-05-23 08:16:09 +03:00
Dirk-Jan C. Binnema
34683157d1 * minor updates / cleanups 2011-05-22 17:39:10 +03:00
Dirk-Jan C. Binnema
744b363d8e * mu-cmd-extract.c: free list of indices after use 2011-05-22 14:50:03 +03:00
Dirk-Jan C. Binnema
c6812eeb8c * cosmetics 2011-05-22 14:49:11 +03:00
Dirk-Jan C. Binnema
abf9c632e3 * cleanup some header files 2011-05-22 14:48:31 +03:00
Dirk-Jan C. Binnema
9454d31d50 * mu-str.c: clean up a bit 2011-05-22 13:45:10 +03:00
Dirk-Jan C. Binnema
782e165f9f * mu-contacts.c: cosmetics 2011-05-22 13:44:34 +03:00
Dirk-Jan C. Binnema
b711e2b051 * mu-config: reindent, remove --xquery 2011-05-22 13:44:12 +03:00
Dirk-Jan C. Binnema
48d52daf0b * extract based on filename regexp and document it 2011-05-22 13:42:19 +03:00
Dirk-Jan C. Binnema
f7a39155c8 * completely remove '--xquery', re-indent mu-config.c 2011-05-22 10:40:12 +03:00
Dirk-Jan C. Binnema
e478eeee6d * reindentation, fix mu_str_ascii_xapian_escape_in_place for '..' 2011-05-22 10:27:12 +03:00
Dirk-Jan C. Binnema
000805ae1f * mu-query: special-case 'now' and 'today' when used as start of range 2011-05-22 10:26:20 +03:00
Dirk-Jan C. Binnema
c23d6b4dc7 * mu-config.h: fix indentation 2011-05-22 10:25:21 +03:00
Dirk-Jan C. Binnema
e7804314e2 * mu-cmd.c, test-mu-cmd.c: add attachment info to 'mu view' + unit test 2011-05-21 20:20:38 +03:00
Dirk-Jan C. Binnema
c84baa1201 * mu-query.cc, mu-store.cc: cosmetics 2011-05-21 20:20:07 +03:00
Dirk-Jan C. Binnema
6f74e1a42e * mu-str.c: hack mu_str_ascii_xapian_escape_in_place a bit further to work
with filenames (with '.')
2011-05-21 16:08:47 +03:00
Dirk-Jan C. Binnema
ec1b870ca1 * test-mu-query.c: add unit test for searching filenames 2011-05-21 16:07:44 +03:00
Dirk-Jan C. Binnema
0ab861985a * mu-query.c,mu-store.cc: add support for storing/search message file attachments 2011-05-21 16:06:52 +03:00
Dirk-Jan C. Binnema
e4c5340b37 * mu-msg-part.h: make it C++-friendly 2011-05-21 16:06:11 +03:00
Dirk-Jan C. Binnema
899d2633f3 * mu-msg-field.[ch]: add attach/a MsgFieldId 2011-05-21 16:05:44 +03:00
Dirk-Jan C. Binnema
e103a23c1f * add test-mu-cmd changes, missed from previous commit 2011-05-21 14:13:56 +03:00
Dirk-Jan C. Binnema
d81c994426 * test-mu-cmd.c: add tests for extra-by-filename for mu-extract 2011-05-21 14:13:15 +03:00
Dirk-Jan C. Binnema
6355e78bc1 * implement saving mime-part by file-name, improve error handling 2011-05-21 14:12:01 +03:00
Dirk-Jan C. Binnema
3d84650f42 * mu-util.c: don't write to stderr when opening fails in mu_util_create_writeable_fd 2011-05-21 14:11:23 +03:00
Dirk-Jan C. Binnema
fa3ee3c058 * make size, date ranges work even if specified e->b. add unit tests. 2011-05-21 09:14:02 +03:00
Dirk-Jan C. Binnema
e607aed8de * add unit tests for wildcards, size: and date: 2011-05-20 21:32:44 +03:00
Dirk-Jan C. Binnema
620b7e2cae * mu-store: add some debug stuff 2011-05-20 21:32:16 +03:00
Dirk-Jan C. Binnema
84662ef5f5 * mu-msg-str: deal with size 0, and add add 'b' for byte in size: query params 2011-05-20 21:31:08 +03:00
Dirk-Jan C. Binnema
3aa034f0f2 * mu-msg-field, mu-query: refactor, make queries use boolean only for maildir,
path; this enables wildcard searching for other fields
2011-05-20 21:30:04 +03:00
Dirk-Jan C. Binnema
ce7c354f74 * make test-mu-cfind.c work on other days but 2011-05-19 too... 2011-05-20 08:20:11 +03:00
Dirk-Jan C. Binnema
55d6ad4c6f Reverting "* fix test-mu-msg.c merge fallout"
* Makefile.am: it's mu-msg-doc.cc, not mu-msg-doc.c
2011-05-19 23:12:25 +03:00
Dirk-Jan C. Binnema
f6f5b457dd * update test-mu-msg.c 2011-05-19 23:02:11 +03:00
Dirk-Jan C. Binnema
d99a814c93 * tests: fix up merge fallout 2011-05-19 22:56:55 +03:00
Dirk-Jan C. Binnema
5e887f8f39 * fix mu-msg.c merge fallout 2011-05-19 22:53:34 +03:00
Dirk-Jan C. Binnema
9d31d8aaca * update test-cases 2011-05-19 22:49:13 +03:00
Dirk-Jan C. Binnema
603c6be7df * mu-msg, mu-msg-file: fix up mu_msg_get_header 2011-05-19 22:25:27 +03:00
Dirk-Jan C. Binnema
68294e4d5c * tests: add unit-tests for 'mu cfind'; fix up merge 2011-05-19 22:24:12 +03:00
Dirk-Jan C. Binnema
f6ff982e92 * tests: add unit-tests for 'mu cfind'; fix up merge 2011-05-19 20:56:29 +03:00
Dirk-Jan C. Binnema
21cbf42d27 * fix cc10 check 2011-05-19 20:50:16 +03:00
Dirk-Jan C. Binnema
49858a6fc1 * fix line33 check 2011-05-19 20:22:55 +03:00
Dirk-Jan C. Binnema
228af3edee * mu-msg.[ch], mu-msg-file.[ch]: update indentation 2011-05-19 19:57:26 +03:00
Dirk-Jan C. Binnema
51fb5fe8e9 * tests: add unit-tests for 'mu cfind' 2011-05-19 19:55:50 +03:00
Dirk-Jan C. Binnema
53a2a5c3ab * cosmetics, re-indentation 2011-05-19 07:32:09 +03:00
Dirk-Jan C. Binnema
f02a043741 * mu-msg-iter.{cc,h}: clear-up api, update callers 2011-05-19 00:26:14 +03:00
Dirk-Jan C. Binnema
57498fb1a2 * mu-msg-iter-priv.cc: get rid of this with some void** casting tricks... 2011-05-18 23:51:52 +03:00
Dirk-Jan C. Binnema
0c783567cf * mu-msg, mu-msg-file: move gmime-init to mu-msg-file, fix get_num_field 2011-05-18 23:35:44 +03:00
Dirk-Jan C. Binnema
6fc029a6d3 * mu-msg-iter: implement in terms of mu-msg 2011-05-18 23:33:56 +03:00
Dirk-Jan C. Binnema
0f20ce6273 * fix some of the merge fallout 2011-05-18 22:20:39 +03:00
Dirk-Jan C. Binnema
2e717a92f9 * test-mu-{cmd,msg,query}.c: update (c) year 2011-05-18 22:14:38 +03:00
Dirk-Jan C. Binnema
c6c3dd99c1 * tests/Makefile.am, tests/test-mu-contacts.c: add mu_contacts unit tests 2011-05-18 22:14:24 +03:00
Dirk-Jan C. Binnema
e2934ff9fc * mu-contacts: cosmetics 2011-05-18 22:14:08 +03:00
Dirk-Jan C. Binnema
fa0882ed90 * test-mu-{cmd,msg,query}.c: update (c) year 2011-05-18 21:21:10 +03:00
Dirk-Jan C. Binnema
0f71852aea * tests/Makefile.am, tests/test-mu-contacts.c: add mu_contacts unit tests 2011-05-18 21:20:17 +03:00
Dirk-Jan C. Binnema
75e7daac65 * mu-contacts: cosmetics 2011-05-18 19:19:08 +03:00
Dirk-Jan C. Binnema
bb18f312d6 * fix mu-msg for the 'mu view' issue found during checking for issue #38 --
don't encode the addresses you get
2011-05-18 09:06:23 +03:00
Dirk-Jan C. Binnema
7e721953fd * test-mu-query.c: add specific tests for searching accented chars, as per #38
this seems to work even for "Kröger", even though 'mu view' does not show
  the correct value. It could be some inconsistency in GMime, need to check.
2011-05-18 00:40:10 +03:00
Dirk-Jan C. Binnema
16180ced2a * tests/: add tests for issues mentioned in issue #38
(http://code.google.com/p/mu0/issues/detail?id=38).

  Cannot reproduce the issue though, except when searching for the 'From:' --
this seems to be due to limitation with GMime, if I do:

      mu view testdir/cur/1305664394.2171_402.cthulhu\!2,

   get:
-------------------------------
From: Mü <testmu@testmu.xx>
To: Helmut =?iso-8859-1?q?Kr=F6ger?= <hk@testmu.xxx>
Subject: Motörhead

Test for issue #38, where apparently searching for accented words in subject,
to etc. fails.

What about here? Queensrÿche. Mötley Crüe.
-------------------------------

They decoding issues are of course very mail-client specific.
2011-05-18 00:39:52 +03:00
Dirk-Jan C. Binnema
8d3fe85652 * mu-util.c: Fix #39: use MU_WRITE_LOG instead of the (now something different)
MU_LOG_FILE. Change suggested by patch, thanks!
2011-05-18 00:37:36 +03:00
Dirk-Jan C. Binnema
f6c21aaadc * mu-util.c: Fix #39: use MU_WRITE_LOG instead of the (now something different)
MU_LOG_FILE. Change suggested by patch, thanks!
2011-05-18 00:22:19 +03:00
Dirk-Jan C. Binnema
ca9dc6ee6b * test-mu-query.c: add specific tests for searching accented chars, as per #38
this seems to work even for "Kröger", even though 'mu view' does not show
  the correct value. It could be some inconsistency in GMime, need to check.
2011-05-18 00:15:52 +03:00
Dirk-Jan C. Binnema
3d79ba8c13 * tests/: add tests for issues mentioned in issue #38
(http://code.google.com/p/mu0/issues/detail?id=38).

  Cannot reproduce the issue though, except when searching for the 'From:' --
this seems to be due to limitation with GMime, if I do:

      mu view testdir/cur/1305664394.2171_402.cthulhu\!2,

   get:
-------------------------------
From: Mü <testmu@testmu.xx>
To: Helmut =?iso-8859-1?q?Kr=F6ger?= <hk@testmu.xxx>
Subject: Motörhead

Test for issue #38, where apparently searching for accented words in subject,
to etc. fails.

What about here? Queensrÿche. Mötley Crüe.
-------------------------------

They decoding issues are of course very mail-client specific.
2011-05-18 00:00:10 +03:00
Dirk-Jan C. Binnema
7a8a519f41 * test-mu-cmd.c: remove debug garbage from test_mu_view_01 2011-05-17 23:25:10 +03:00
Dirk-Jan C. Binnema
caef14f316 * mu-msg-iter.{cc,h}: updete for mu-msg-data removal 2011-05-17 23:24:29 +03:00
Dirk-Jan C. Binnema
438299a7d6 * Makefile.am: update for the changed/removed/renamed files 2011-05-17 23:20:31 +03:00
Dirk-Jan C. Binnema
3cdc810e81 * mu-msg.c, mu-msg-priv.h: hook up with mu-msg-cache, mu-msg-file and mu-msg-doc 2011-05-17 23:20:05 +03:00
Dirk-Jan C. Binnema
dbfd08e6cf * mu-msg-file: improve header file, add some gcc-attributes 2011-05-17 23:18:58 +03:00
Dirk-Jan C. Binnema
6fdb329d26 * complete initial implementation of mu-msg-cache 2011-05-17 23:17:50 +03:00
Dirk-Jan C. Binnema
bf4314533b * mu-msg-db => mu-msg-doc 2011-05-17 23:17:11 +03:00
Dirk-Jan C. Binnema
d7a1c7699b * mu-msg-data, mu-msg-data: removed 2011-05-17 23:16:24 +03:00
Dirk-Jan C. Binnema
7498bc3841 * WIP: hook up mu-msg-db with mu-msg (CTOR) 2011-05-15 11:06:55 +03:00
Dirk-Jan C. Binnema
f9f3c11f28 * mu_msg_file.h, mu_msg.h: documentation improvements 2011-05-15 10:40:58 +03:00
Dirk-Jan C. Binnema
9a1ccc3103 * re-enable message summaries 2011-05-15 10:40:29 +03:00
Dirk-Jan C. Binnema
b990bcb054 * mu-msg-db.[cc,h]: basic implementation of Xapian::Document backend for MuMsg
(WIP, but compiles)
2011-05-15 10:39:27 +03:00
Dirk-Jan C. Binnema
6f33f76797 * merge mu-msg-contact.[ch] with mu-msg.[ch] 2011-05-14 18:14:24 +03:00
Dirk-Jan C. Binnema
c0a24cf7bc * mu-msg-*: take mu_msg_cache into use 2011-05-14 18:07:51 +03:00
Dirk-Jan C. Binnema
0cd1e78239 * updates for summary field removal 2011-05-14 18:07:07 +03:00
Dirk-Jan C. Binnema
81f43467eb * mu-msg-fields.[ch]: reindent, remove MU_MSG_FIELD_ID_SUMMARY 2011-05-14 18:06:33 +03:00
Dirk-Jan C. Binnema
3607459771 * Makefile.am: add mu-msg-cache compilation 2011-05-14 18:05:20 +03:00
Dirk-Jan C. Binnema
0dcd523e16 * add mu-msg-cache.[ch] for caching MuMsg data 2011-05-14 18:04:30 +03:00
Dirk-Jan C. Binnema
df984f3106 * mu-query.cc: enable wildcard queries (Xapian::QueryParser::FLAG_WILDCARD) 2011-05-09 12:00:50 +03:00
Dirk-Jan C. Binnema
f06d8b466e * mu-query.cc: enable wildcard queries (Xapian::QueryParser::FLAG_WILDCARD) 2011-05-09 09:33:33 +03:00
Dirk-Jan C. Binnema
7766d8db9c * mu-msg.c: fix indentation 2011-05-09 09:33:01 +03:00
Dirk-Jan C. Binnema
7aea532838 * fix some small issues 2011-05-09 09:20:27 +03:00
Dirk-Jan C. Binnema
53b87a79eb * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
Dirk-Jan C. Binnema
3223892e24 * mu-maildir: also ignore .#evolution, update comments a bit 2011-05-06 08:33:37 +03:00
Dirk-Jan C. Binnema
0758ab6645 * refactoring: merge mu-msg-file with mu-maildir 2011-05-06 08:11:47 +03:00
Dirk-Jan C. Binnema
b28bea9650 * mu-contacts: don't ignore whitespace in regexp (by default), so you can use
"mu cfind 'John Smith'"
2011-05-05 22:53:04 +03:00
Dirk-Jan C. Binnema
3e01853243 * mu-msg.c: fix compiler warning due to optimization 2011-05-05 22:51:47 +03:00
Dirk-Jan C. Binnema
5defbd8a15 * mu-contacts.c: don't use g_key_file_(get|set)_uint64, it's requires a too
new glib
2011-05-04 01:43:01 +03:00
Dirk-Jan C. Binnema
e039047e64 * mu-msg-data.[ch]: copy refs as well, small cleanups 2011-05-03 08:19:34 +03:00
Dirk-Jan C. Binnema
20168df0c0 * test-mu-cmd.c: fix test case for apparently yet another diff between GMime versions 2011-05-03 08:18:58 +03:00
Dirk-Jan C. Binnema
e611c8cb8f * mu-msg-iter.{cc,h}: add mu_msg_iter_get_refs, small updates 2011-05-03 08:18:08 +03:00