Commit Graph

605 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 5ad35ab766 * mu-msg-prio.[ch]: add implementation 2010-11-21 13:36:22 +02:00
Dirk-Jan C. Binnema 5f0774e810 * mu-runtime.[ch]: update documentation 2010-11-20 20:29:11 +02:00
Dirk-Jan C. Binnema 5f84cb5025 * mu-msg-contact.[ch]: add _new, _destroy functions 2010-11-20 20:28:54 +02:00
Dirk-Jan C. Binnema 2c639e3122 * test-mu-cmd.c: add some test cases 2010-11-20 18:42:32 +02:00
Dirk-Jan C. Binnema e8556fd303 * mu-msg.c / test-mu-msg.c: improve attachment detection 2010-11-20 18:41:57 +02:00
Dirk-Jan C. Binnema da7140a602 * mu-msg-iter.cc: remove debugging stuff 2010-11-20 17:51:24 +02:00
Dirk-Jan C. Binnema c688cad8fc * fix mu_msg_field_type_is_numeric + unit test 2010-11-20 17:50:35 +02:00
Dirk-Jan C. Binnema 5818c40d7f * <many>: fix source code checks; move mu_msg_str_normalize to separate file 2010-11-20 17:27:17 +02:00
Dirk-Jan C. Binnema 2c8bd1015d * cosmetic 2010-11-20 16:37:59 +02:00
Dirk-Jan C. Binnema c1b143c958 * cosmetic 2010-11-20 16:37:43 +02:00
Dirk-Jan C. Binnema 20e39933e5 * many: fix unit tests, add synonyms (WIP -- not working yet) 2010-11-20 16:37:23 +02:00
Dirk-Jan C. Binnema 208322527b * mu-log: don't complain when unit is called when not already initialized 2010-11-20 16:14:26 +02:00
Dirk-Jan C. Binnema d1494028e7 * update testcases for mu-msg-field 2010-11-20 14:43:35 +02:00
Dirk-Jan C. Binnema b69cf8f589 * <many>: update for mu-msg-field change 2010-11-20 14:43:04 +02:00
Dirk-Jan C. Binnema 7f617e32f0 * mu-index: remove version check warning 2010-11-20 14:42:07 +02:00
Dirk-Jan C. Binnema de1deb4e80 * mu-msg-fields: cleanup, use MuMsgFieldId rather than MuMsgField* 2010-11-20 14:41:21 +02:00
Dirk-Jan C. Binnema d4a2a3333f * mu-bookmarks.[ch]: bookmarks implemenation was still missing from git 2010-11-15 23:25:06 +02:00
Dirk-Jan C. Binnema 56c8a66672 * mu-cmd-index.c: cosmetic 2010-11-15 08:43:46 +02:00
Dirk-Jan C. Binnema 10142c66cd * mu-cmd-find.c: cosmetic 2010-11-15 08:43:30 +02:00
Dirk-Jan C. Binnema 4f788f6cc2 * mu-msg-str.[ch], add mu_msg_str_normalize_in_place and some further optimizations 2010-11-14 22:04:16 +02:00
Dirk-Jan C. Binnema bbfe1cbd2d * mu-maildir.c: some micro-optimizations 2010-11-14 21:53:24 +02:00
Dirk-Jan C. Binnema 38b85ad161 * mu-msg-fields: store terms for message flags (so they become searchable) 2010-11-14 21:52:44 +02:00
Dirk-Jan C. Binnema a8291f4462 * minor 2010-11-14 18:03:12 +02:00
Dirk-Jan C. Binnema de77c4b5ad * mu-msg.c: improve attachment detection 2010-11-14 18:02:57 +02:00
Dirk-Jan C. Binnema 4019965d8e * mu-msg.c: update for mu_msg_field changes 2010-11-14 16:41:16 +02:00
Dirk-Jan C. Binnema ece60f2e82 * mu-msg-flags: overhaul; cleaned up things, and should be a bit faster 2010-11-14 16:40:43 +02:00
Dirk-Jan C. Binnema fdc67a021b * mu-query: pre-process query also when doing --xquery; makes thing more consistent 2010-11-14 16:39:21 +02:00
Dirk-Jan C. Binnema 141b7298e9 * add 'mu_runtime' for initialization, keeping global state during runtime. update many. 2010-11-14 13:55:04 +02:00
Dirk-Jan C. Binnema 3794182e05 * add basic implementation for bookmark support.
basically, add a file named ~/.mu/bookmarks which looks something like
  ----
  [mu]
  testarch=subject:test maildir:/archive
  inbox=maildir:/inbox
  ----

  now, one can do a query, e.g.

    mu find -b testarch

  which is equivalend to

    mu find subject:test maildir:/archive

 if both a bookmark and a 'normal' search expression are specified,
 the will be concatenated.

 bookmarks starting with mu_ are reserved for mu itself.
2010-11-13 14:16:38 +02:00
Dirk-Jan C. Binnema be9157f3e9 * mu-msg-str.c: add Latin-Extended-A for normalization, update unit test 2010-11-12 22:36:13 +02:00
Dirk-Jan C. Binnema fe68f403f8 * mu-maildir.c: update comment 2010-11-12 22:35:21 +02:00
Dirk-Jan C. Binnema 88a5d0e2fa * mu_msg_str_normalize: better handle empty strings 2010-11-11 22:12:03 +02:00
Dirk-Jan C. Binnema e2b7d71cd4 * cosmetics 2010-11-11 22:07:08 +02:00
Dirk-Jan C. Binnema fb30c1e2eb * mu-query.cc: now always search for normalized, lower-case values 2010-11-11 22:06:19 +02:00
Dirk-Jan C. Binnema 94bf9a68c7 * mu-store: store strings for searching now in normalized, lowercase form 2010-11-11 22:05:55 +02:00
Dirk-Jan C. Binnema a3822ec850 * cosmetic 2010-11-11 22:05:24 +02:00
Dirk-Jan C. Binnema 3c5314e4ed * tests: updated 2010-11-11 22:05:10 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema fd2df0199c * test-mu-query.c: add some more test 2010-11-09 00:26:24 +02:00
Dirk-Jan C. Binnema 2861e622c9 * mu-maildir.c: cosmetics 2010-11-08 08:46:24 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 1d9eeeb1a6 * mu-msg.h: cosmetics 2010-11-07 18:25:12 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema f867185ad3 * cosmetic 2010-11-07 18:02:25 +02:00
Dirk-Jan C. Binnema b1a799df4a * mu-msg-iter: add mu_msg_iter_get_maildir 2010-11-07 18:01:04 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema a16a01cb2c * cosmetic 2010-11-02 21:18:50 +02:00
Dirk-Jan C. Binnema b68a093092 * cosmetic 2010-11-02 21:15:35 +02:00
Dirk-Jan C. Binnema 1b75761984 * cosmetic 2010-11-02 21:15:18 +02:00
Dirk-Jan C. Binnema 99cf282d3b * cosmetic 2010-11-02 21:14:46 +02:00
Dirk-Jan C. Binnema a10525d3c9 * mu_msg_str: sanitize date strings a bit, update test case 2010-11-02 21:14:24 +02:00
Dirk-Jan C. Binnema a4ea979aaa * fix mu_msg_iter_get_date 2010-11-02 21:13:45 +02:00
Dirk-Jan C. Binnema 3b87a0f9e6 * add mu_util_guess_mu_homedir and mu_util_guess_xapian_dir and use them 2010-11-02 21:12:18 +02:00
Dirk-Jan C. Binnema d112c2c930 * update testcases for normalization 2010-11-02 00:08:31 +02:00
Dirk-Jan C. Binnema e15bb738ea * store normalized version of strings as well (value) 2010-11-02 00:06:17 +02:00
Dirk-Jan C. Binnema 7fe29ebfc3 * cosmetic 2010-11-02 00:05:49 +02:00
Dirk-Jan C. Binnema 23f1275a24 * add mu_msg_str_normalize (to remove accents from strings, optionally lowercase) 2010-11-02 00:05:27 +02:00
Dirk-Jan C. Binnema 1e93d614a9 * fix typo 2010-10-31 11:35:00 +02:00
Dirk-Jan C. Binnema 117e5bc76e * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
Dirk-Jan C. Binnema 12f02ea08f * mu-cmd-extract,test-mu-util: cleanups to pass line33/cc10 2010-10-30 15:14:14 +03:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 23869e2066 * mu-config: small fix 2010-10-23 12:12:14 +03:00
Dirk-Jan C. Binnema 0c763c48f1 * tests/Makefile.am: add message 4 to test cases 2010-10-23 12:05:35 +03:00
Dirk-Jan C. Binnema f9b50541e3 * mu-cmd-extract: don't be too picky for attachments 2010-10-23 12:04:58 +03:00
Dirk-Jan C. Binnema f57a11828d * update documentation for extract 2010-10-23 12:04:14 +03:00
Dirk-Jan C. Binnema 3f971f69ba * test-mu-cmd: add some extract test cases 2010-10-23 12:03:42 +03:00
Dirk-Jan C. Binnema f50846bdfb * mu-config: set default target dir to "." 2010-10-17 11:26:32 +03:00
Dirk-Jan C. Binnema 109f8e4e3c * update testcase, add attachment, m: testing 2010-10-17 11:21:12 +03:00
Dirk-Jan C. Binnema c3dafe2329 * mu-cmd-extract.c: check targetdir for writability 2010-10-17 11:20:02 +03:00
Dirk-Jan C. Binnema 3f2023ed92 * tests: fix make distcheck 2010-10-09 15:36:32 +03:00
Dirk-Jan C. Binnema 7eb407dca3 * cosmetic: mail3 2010-10-09 15:12:49 +03:00
Dirk-Jan C. Binnema 093d65320d * mu-query: try stemming 2010-10-09 15:12:35 +03:00
Dirk-Jan C. Binnema e161fb6065 * mu-cmd: some cosmetical updates in the output 2010-10-09 13:19:47 +03:00
Dirk-Jan C. Binnema 4e06349e65 * mu-cmd-index: cosmetic 2010-10-09 12:53:02 +03:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 89b65df13b * small logging cleanups, don't g_debug before we initialized logging 2010-10-09 12:44:48 +03:00
Dirk-Jan C. Binnema 7de56f9399 * clean-up mu_util_dir_expand, add unit test 2010-10-09 11:56:55 +03:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema a5db0a6d81 * tests/: update unit tests 2010-10-04 22:33:22 +03:00
Dirk-Jan C. Binnema 64985d7791 * fix progress info display for indexing 2010-10-04 22:31:44 +03:00
Dirk-Jan C. Binnema fb1651e184 * <many> fix small conversion errors (-Wconversion) 2010-09-26 17:29:54 +03:00
Dirk-Jan C. Binnema 3fa552a81e * mu-index: cosmetics 2010-09-26 15:52:42 +03:00
Dirk-Jan C. Binnema 6cb61593ad * mu-store: add mu_store_count 2010-09-26 15:52:22 +03:00
Dirk-Jan C. Binnema f2770c5957 * added some more test cases 2010-09-26 15:52:07 +03:00
Dirk-Jan C. Binnema 82176c8991 * unit-tests: small updates to tests 2010-09-26 15:23:17 +03:00
Dirk-Jan C. Binnema 5ac9c55df6 * mu-cmd-index.c: small cleanup, keep func len <= 33 2010-09-23 00:03:44 +03:00
Dirk-Jan C. Binnema 4a51ea530e * mu-config.c: cosmetic 2010-09-23 00:03:21 +03:00
Dirk-Jan C. Binnema 99c0d620d4 * mu-util.[ch]: use realpath to resolve dirs, some cosmetics 2010-09-23 00:03:04 +03:00
Dirk-Jan C. Binnema 3375066c4f * mu-cmd-index: use isatty, do not write progress info to stdout unless it's a tty 2010-09-15 20:59:42 +03:00
Dirk-Jan C. Binnema 18e2cf2912 * mu-msg.cc: better handling of invalid mail files 2010-09-15 20:17:47 +03:00
Dirk-Jan C. Binnema 0490023baf * mu-cmd-index: print indexing updates only once 25, this reduces printing
overhead (of course, --quiet is still faster)
2010-09-15 20:17:29 +03:00
Dirk-Jan C. Binnema e3599d4d4f * mu-msg.c: improve error handling for message with text|html body 2010-09-13 23:58:48 +03:00
Dirk-Jan C. Binnema 50a3715654 * mu-cmd-index: make the little -\|/ rotation a bit slower 2010-09-13 23:46:33 +03:00
Dirk-Jan C. Binnema 1255c0e2de * mu-cmd-index.c: improve C-c output a bit 2010-09-13 23:39:37 +03:00
Dirk-Jan C. Binnema 6a3327e534 * test-mu-query.c: comment-out some debugging stuff 2010-09-13 21:27:33 +03:00
Dirk-Jan C. Binnema 4bfa9e0e5f * mu-msg: better error handling for invalid messages 2010-09-13 21:26:20 +03:00
Dirk-Jan C. Binnema cd34353b27 * mu-cmd-index: simplify cmd-index, cmd-cleanup a bit 2010-09-13 21:25:30 +03:00
Dirk-Jan C. Binnema 88ed5a9a6f * tests: small cleanups 2010-09-12 23:38:34 +03:00
Dirk-Jan C. Binnema ad4005bdf9 * mu-index: cosmetics 2010-09-12 21:39:36 +03:00
Dirk-Jan C. Binnema 1a8de6e1db * mu-maildir: return right MuResult from callback 2010-09-12 21:39:15 +03:00
Dirk-Jan C. Binnema 26f216efef * mu-cmd-index: improve time display 2010-09-12 21:38:01 +03:00
Dirk-Jan C. Binnema 893130e88e * mu-store: commit after 6666 message instead of 2000, speeds things up 2010-09-12 21:19:38 +03:00
Dirk-Jan C. Binnema 081e601c25 * mu-index: use unsigned instead of time_t 2010-09-12 21:19:02 +03:00
Dirk-Jan C. Binnema 9a32d86851 * mu-cmd-index: show some timing information for the indexing 2010-09-12 21:18:30 +03:00
Dirk-Jan C. Binnema 2fef78abc1 * mu-msg-contact: check for type of internetaddress (fixes some warning) +
small cleanups
2010-09-12 21:00:45 +03:00
Dirk-Jan C. Binnema 35bb2d143a * tests: updated for changes elsewhere, add new tests for searching messages 2010-09-12 16:33:18 +03:00
Dirk-Jan C. Binnema 1daf46f4ab * mark mu_msg_str_summarize with G_GNUC_WARN_UNUSED_RESULT 2010-09-12 16:32:22 +03:00
Dirk-Jan C. Binnema 5e50ed5dba * mu-index: cosmetic improvements in output 2010-09-12 16:31:39 +03:00
Dirk-Jan C. Binnema 7268fcf253 * mu-cmd-find.c: update for changes in mu-msg-fields 2010-09-12 16:31:12 +03:00
Dirk-Jan C. Binnema 80d3fb22b2 * mu-query: pre-process queries to work around some mismatches with xapian
query parsing
2010-09-12 16:30:29 +03:00
Dirk-Jan C. Binnema bb3d9cc0b0 * mu-store/mu-msg-fields: special handling for To:/Cc:/From: so we can better
search for them.
2010-09-12 16:28:34 +03:00
Dirk-Jan C. Binnema d9b5f2514a * mu-msg-contact: use the G_(BEGIN|END)_DECLS so it can be used from c++ 2010-09-12 16:26:02 +03:00
Dirk-Jan C. Binnema 41aa7370b8 * mu-log: remove unneeded \n in output 2010-09-12 16:25:06 +03:00
Dirk-Jan C. Binnema 9d1939240d * mu-cmd-index.c: replace printf with g_print 2010-09-12 13:39:19 +03:00
Dirk-Jan C. Binnema 4ecb207e15 * mu-cmd-index: shorten >33 line function 2010-09-11 11:25:43 +03:00
Dirk-Jan C. Binnema c09cb1303b * cleanup, improve, refactor message summary 2010-09-11 11:19:58 +03:00
Dirk-Jan C. Binnema aa1c7e9831 * mu-cmd-view.c: fix showing of body 2010-09-10 20:37:58 +03:00
Dirk-Jan C. Binnema fd93663e8a * mu-msg.c: cosmetic 2010-09-10 20:37:38 +03:00
Dirk-Jan C. Binnema 80a08462d8 * update / add unit tests 2010-09-10 20:37:06 +03:00
Dirk-Jan C. Binnema 57fc2441a8 * <many>: make gmime initialization/de-initialization implicit (remove mu_msg_init/mu_msg_uninit) 2010-09-10 08:18:04 +03:00
Dirk-Jan C. Binnema 55981b27df * mu-query.cc: make queries a bit more eager to match (WIP)
ie., convert to lowercase, do STEM_SOME, not STEM_ALL
  this needs tweaking, more testing, but passed current unit tests
2010-09-09 08:21:01 +03:00
Dirk-Jan C. Binnema b4d7ea5a36 * mu-maildir.c: minor, cosmetic 2010-09-09 08:19:00 +03:00
Dirk-Jan C. Binnema 1a98b2de64 * mu-cmd-index: minor, cosmetic 2010-09-09 08:18:14 +03:00
Dirk-Jan C. Binnema 42cdf60504 * mu-cmd-index: mention cleanup phase in user output 2010-09-09 08:17:50 +03:00
Dirk-Jan C. Binnema ae50a6364e * mu-cmd-find: use mu_msg_iter_is_done 2010-09-09 08:17:00 +03:00
Dirk-Jan C. Binnema 3cc7d4ee89 * mu.cc: minor changes 2010-09-09 08:15:41 +03:00
Dirk-Jan C. Binnema 3a4bfe1362 * move some system-initialization to mu_util_init_system;
set G_SLICE env far to always-malloc on FreeBSD, as g_slice does not work
  correctly there.
2010-09-09 00:12:06 +03:00
Dirk-Jan C. Binnema 32a218d76e * cleanup testcase, update for mu_msg_iter_is_done 2010-09-09 00:09:33 +03:00
Dirk-Jan C. Binnema d1f4ebde0b * rename mu_msg_iter_is_null => mu_msg_iter_is_done 2010-09-09 00:09:00 +03:00
Dirk-Jan C. Binnema c6ebff4928 * use '-m' shortcut only for --maildir, not for --muhome... 2010-09-06 23:44:23 +03:00
Dirk-Jan C. Binnema b7410acce8 * mu-cmd-index.c, mu-cmd-view.c, mu-msg-part.c: fix some overly long functions 2010-09-05 21:39:07 +03:00
Dirk-Jan C. Binnema 51790dd888 * mu-query: transfer queries to lowercase; this fixes some false-negatives 2010-09-05 21:21:26 +03:00
Dirk-Jan C. Binnema 60be96510f * test-mu-query.c: add test for mu_msg_iter_get_msg, summary 2010-09-05 13:01:33 +03:00
Dirk-Jan C. Binnema 8a285c7d0d * src/Makefile.am: add -Wdeclaration-after-statement to the warning flags for c-code 2010-09-05 12:39:08 +03:00
Dirk-Jan C. Binnema 956720df61 * mu.cc: add some comment about setlocale 2010-09-05 12:38:11 +03:00
Dirk-Jan C. Binnema 3b514b066f * mu-msg-(fields|flags): cosmetics 2010-09-05 12:37:47 +03:00
Dirk-Jan C. Binnema b8f5451b06 * mu-msg-iter.{cc,h}: some cleanups, documentation updates 2010-09-05 12:37:12 +03:00
Dirk-Jan C. Binnema 572da91216 * add new test for non-ascii search 2010-09-04 14:37:19 +03:00
Dirk-Jan C. Binnema c55831f7c7 * mu.cc: add some comment regarding setlocale 2010-09-04 14:32:33 +03:00
Dirk-Jan C. Binnema b05359d344 * add test mail file, update unit test for number 2010-09-04 14:32:10 +03:00
Dirk-Jan C. Binnema 6b3272fb8c * mu.cc: setlocale (LC_ALL, "") to make non-ascii searches work 2010-09-04 12:58:45 +03:00
Dirk-Jan C. Binnema 0ad1fb1165 * update mu extract implementation, support --overwrite and --targetdir (WIP,
needs testing)
2010-09-01 23:35:34 +03:00
Dirk-Jan C. Binnema a512cb64f4 * fix typo that broke unit test 2010-08-29 22:15:25 +03:00
Dirk-Jan C. Binnema 15ad934d81 * update attachment-extraction (ie., 'mu extract'); still WIP, but basics are working 2010-08-29 22:13:06 +03:00
Dirk-Jan C. Binnema a7a08dde7f * add some extra error checking for the right command 2010-08-29 16:39:27 +03:00
Dirk-Jan C. Binnema d5329d3696 * mu-config: add some config options for mu extract 2010-08-29 16:30:55 +03:00
Dirk-Jan C. Binnema 01ff6d4fc1 * remove some of the lesser-used single-char versions of command line args 2010-08-27 08:26:41 +03:00
Dirk-Jan C. Binnema 89f2182f03 * some minor cleanups 2010-08-27 00:25:07 +03:00
djcb c771b9a705 * add missing test-mu-msg.c 2010-08-26 21:21:29 +03:00
djcb 2cd082c06b * rename MuStoreXapian => MuStore 2010-08-25 21:55:08 +03:00
djcb 0c04143bbc * rename MuQueryXapian => MuQuery 2010-08-25 21:46:16 +03:00
djcb ba2cb41585 * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
djcb b50a3dc245 * rename MuMsgIterXapian => MuMsgIter 2010-08-25 21:29:53 +03:00
djcb 9a510162b5 * many: renaming/refactoring
- mu-msg-gmime => mu-msg
  - mu-msg-part-info => mu-msg-part

    removed some unused functions, updated dependencies
    make check still works
2010-08-25 00:57:16 +03:00
Dirk-Jan C. Binnema f1bbb3fb96 * WIP: more attachment handling changes 2010-08-24 21:10:00 +03:00
Dirk-Jan C. Binnema 1b75323e1c * many: small cosmetic / documentation updates 2010-08-23 08:23:58 +03:00
djcb 43b1c0fcf1 * WIP: rough implementation of attachment extraction 2010-08-22 22:50:19 +03:00
djcb db7c78cc2e * mu-msg-contact: small renaming 2010-08-22 19:31:54 +03:00
djcb 3cdb1f15ed * next step in attachment handling infra; still WIP 2010-08-22 19:31:21 +03:00
Dirk-Jan C. Binnema 596317b8dc * WIP: added MuMsgPartInfo (WIP) 2010-08-21 20:44:13 +03:00
Dirk-Jan C. Binnema fc40900037 * some cleanup + beginnings of extract functionality 2010-08-20 21:38:54 +03:00
djcb a4515de466 * update: some refactoring of commands 2010-08-20 21:07:36 +03:00
Dirk-Jan C. Binnema 7ea074431c * mu-msg-gmime: further cleanups 2010-08-19 23:14:13 +03:00
djcb 478a2ab3eb * mu-msg-gmime: cosmetics 2010-08-19 22:51:55 +03:00
djcb d79b93a45d * mu-msg-gmime: fix contacts list bug, update unit tests 2010-08-19 22:44:57 +03:00
djcb 93590436c1 * MuMsgContact refactoring (split off) 2010-08-19 22:15:19 +03:00
Dirk-Jan C. Binnema 5fb3e7fd36 * mu-msg-util: some minor cosmetic fixes 2010-08-18 23:45:50 +03:00
Dirk-Jan C. Binnema 6b1fa8db25 * test-mu-msg-gmime: add some unit tests 2010-08-18 23:45:19 +03:00
Dirk-Jan C. Binnema 5e3aa6024f * mu-msg-gmime: slight doc update 2010-08-18 22:49:46 +03:00
Dirk-Jan C. Binnema 69c93430b9 * refactor: add mu_msg_iter_xapian_get_msg_gmime and use it 2010-08-18 22:49:10 +03:00
Dirk-Jan C. Binnema 145fd8f75c * WIP: start work on attachment handling in mu-msg-gmime
(and some cleanup)
2010-08-18 00:33:37 +03:00
Dirk-Jan C. Binnema 52e6fa5f32 * add some mu-msg-gmime unit tests 2010-08-18 00:18:42 +03:00
Dirk-Jan C. Binnema bf163e3db5 * testdir/tmp: better file to ignore 2010-08-17 00:42:22 +03:00
Dirk-Jan C. Binnema 6b20dbd38e * don't require gio anymore, not even optionally 2010-08-17 00:41:37 +03:00
djcb 908ff418d5 * cosmetics 2010-08-15 20:44:10 +03:00
djcb c576756f23 * add --summary-len option for mu view, and document it. 2010-08-15 20:43:58 +03:00
djcb 19217eef50 * mu-cmd-find: add support for summaries to 'mu find' (WIP) 2010-08-15 14:59:55 +03:00
djcb f163db1c3a * cosmetic 2010-08-15 14:59:16 +03:00
djcb 6976d663f4 * cosmetic 2010-08-15 14:59:02 +03:00
djcb 00212179f1 * add the --summary-len options (defaults at zero)
(the '--summary' option has been removed, instead it's implied from
summary-len > 0)
2010-08-15 14:58:34 +03:00
djcb 9e24a093a7 * add mu_msg_gmime_get_summary, some cosmetics
mu_msg_gmime_get_summary returns the first /n/ lines of the message, with
  newlines removed. maybe this would need filling (word wrap), but that's not
  implemented yet.
2010-08-15 14:55:25 +03:00
djcb 2e6685bdeb * cosmetic: fix include tag 2010-08-15 13:33:32 +03:00
djcb 48affa6500 * mu-cmd-index: fix some casting warnings 2010-08-15 13:33:15 +03:00
djcb 30ee022b04 * mu-msg-str: use g_format_size_for_display when we have GLib >= 2.16 2010-08-15 13:32:43 +03:00
djcb 5a9904618a * mu-cmd, mu-cmd-index: small improvements in strings for users 2010-08-14 15:31:55 +03:00
djcb 6408c6345f * add --summary and --summary-len cmdline params
note: the underlying functionality is not there yet
2010-08-14 15:29:46 +03:00
djcb 488fef2d04 * unbreak the unit tests for git checkouts
the git version was broken because git doesn't accept empty dirs;
  added tmp/dummy to fix this.
2010-08-14 15:19:08 +03:00
Dirk-Jan C. Binnema 3f8a3ba97f * mu-log: it's not an error when moving the log file failed due to no gio 2010-08-14 13:21:24 +03:00
Dirk-Jan C. Binnema 12736b03db * mu-cmd-find: use g_debug, not g_warning when text body not found 2010-08-14 13:20:42 +03:00
Dirk-Jan C. Binnema 9b83bfe5eb * mu-index: cosmetic 2010-07-30 20:58:51 +03:00
Dirk-Jan C. Binnema 3787392c88 * candidate fix for the MacOS wordexp issue 2010-07-30 20:56:50 +03:00
Dirk-Jan C. Binnema 024c7535fb * mu-log: small cosmetics 2010-07-30 20:52:30 +03:00
Dirk-Jan C. Binnema f2cc543baf * fix error handling of shell expansion (candidate fix for issue #23) 2010-07-26 12:12:43 +03:00
Dirk-Jan C. Binnema 7e2b3ff7a0 * mu_msg_iter_xapian_get_field_numeric: explicitly cast to gint64
this might resolve some build problems
2010-07-26 00:29:10 +03:00
Dirk-Jan C. Binnema d621a8a502 * explicitly #include <signal.h> in mu-cmd-index.c 2010-07-25 19:13:56 +03:00
Dirk-Jan C. Binnema 38f5c8abeb * make requirement for GIO optional (issue #22) 2010-07-24 20:28:39 +03:00
Dirk-Jan C. Binnema 7895a1376b * tests/test-mu-query: add 'count_matches' function; add test_mu_query_03
(currently failing)
2010-03-02 17:27:08 +02:00
Dirk-Jan C. Binnema abfde3a5b9 * mu-cmd-find.c: update help text (it's --rebuild, not --empty) 2010-02-20 14:36:43 +02:00