Commit Graph

887 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 50fad7dc39 * cosmetics 2011-07-26 08:43:33 +03:00
Dirk-Jan C. Binnema 9dad2d6175 * mu-cmd-find: improve --format=sexp output 2011-07-26 08:42:50 +03:00
Dirk-Jan C. Binnema a2a491d7aa * cosmetics 2011-07-25 08:22:58 +03:00
Dirk-Jan C. Binnema 618d7d5eb6 * mu-msg: add mu_msg_move_to_maildir, to move a message to different maildir 2011-07-25 08:19:58 +03:00
Dirk-Jan C. Binnema 7fef745d17 * update for new mu_runtime init stuff 2011-07-23 17:58:40 +03:00
Dirk-Jan C. Binnema 6af9b47405 * support different log files for different front ends (mu, mug, procmule etc.) 2011-07-23 17:56:25 +03:00
Dirk-Jan C. Binnema 6090bf8ad0 * cosmetic 2011-07-22 21:11:50 +03:00
Dirk-Jan C. Binnema 8bc7001cc7 * test-mu-date: added some unit tests 2011-07-21 21:58:56 +03:00
Dirk-Jan C. Binnema 37aaa18d6b * cosmetics 2011-07-21 21:58:27 +03:00
Dirk-Jan C. Binnema 62616a2a2c * tests: don't assume the whole lives in Helsinki, Finland 2011-07-21 08:20:10 +03:00
Dirk-Jan C. Binnema f0833ca315 * some more timezone fixes for the unit tests 2011-07-21 00:58:40 +03:00
Dirk-Jan C. Binnema e390743195 * updates for new APIs (mu-date.h) 2011-07-21 00:39:00 +03:00
Dirk-Jan C. Binnema 3c3f008c33 * mu-store: cleanup storing dates 2011-07-21 00:38:28 +03:00
Dirk-Jan C. Binnema 70e13d7e94 * mu-query: clean up date parsing, use the separate date functions in mu-date 2011-07-21 00:38:00 +03:00
Dirk-Jan C. Binnema 5bcb76e6f9 * mu-msg-file: fix line33 violation 2011-07-21 00:36:39 +03:00
Dirk-Jan C. Binnema 58227acda4 * mu-str.[ch]: remove date-related stuff (now in mu-date.[ch]) 2011-07-21 00:35:43 +03:00
Dirk-Jan C. Binnema fe245880fa * mu-util: cosmetics 2011-07-21 00:35:14 +03:00
Dirk-Jan C. Binnema a5b426a7a0 * mu-msg-fields: remove the silly 'pseudo field' 2011-07-21 00:33:09 +03:00
Dirk-Jan C. Binnema ff8e055564 * mu-msg-doc: use the UTC-datestr from the database 2011-07-21 00:32:14 +03:00
Dirk-Jan C. Binnema eb62f52e02 * mu-cmd/-cfind/-find: use the split-off date funcs 2011-07-21 00:31:17 +03:00
Dirk-Jan C. Binnema d894621c7f * mu-date.[ch]: split off date-related funcs in separate files 2011-07-21 00:29:12 +03:00
Dirk-Jan C. Binnema edebc8d07b * log index, cleanup separately, less confusing + cosmetic 2011-07-18 09:05:56 +03:00
Dirk-Jan C. Binnema 5695077514 * mu-msg-file.c, mu-str.[ch]: ensure we only return valid UTF8 (because GMime
returns invalid UTF8 from invalidly encoded messages in some cases)
2011-07-17 14:35:59 +03:00
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 199c6c9bd9 Revert "* mu-store: use strncpy instead of strcpy"
This reverts commit b2e9f43a05.
2011-07-16 10:22:21 +03:00
Dirk-Jan C. Binnema bdd3306dc1 Revert "* fix string storing"
This reverts commit 2156036616.
2011-07-16 10:22:00 +03:00
Dirk-Jan C. Binnema 2156036616 * fix string storing 2011-07-16 10:16:10 +03:00
Dirk-Jan C. Binnema f2de56d4ca Merge branch 'procmule' 2011-07-15 23:53:23 +03:00
Dirk-Jan C. Binnema b2e9f43a05 * mu-store: use strncpy instead of strcpy 2011-07-15 08:42:00 +03:00
Dirk-Jan C. Binnema 2b55256712 * mu-str.c: add some dummy bytes, so -Wstack-protector does not complain 2011-07-15 08:41:04 +03:00
Dirk-Jan C. Binnema 634fbb6cf7 * mu-msg.c: make mu_msg_contacts_foreach also work for the Xapian::Document backend 2011-07-14 22:20:40 +03:00
Dirk-Jan C. Binnema eb8c818bdd * update NEWS/TODO 2011-07-14 08:22:56 +03:00
Dirk-Jan C. Binnema 8b0a31e2a5 Merge branch 'master' into procmule 2011-07-13 23:33:33 +03:00
Dirk-Jan C. Binnema 3bf7c4d641 * test-mu-cmd-find.c: update unit test for --format=mutt-ab changes 2011-07-13 23:28:05 +03:00
Dirk-Jan C. Binnema f9a55ad4aa * mu-cmd-cfind.c: include a header-line for --format=mutt-ab (fixes issue #42)
(thanks!)
2011-07-13 23:10:50 +03:00
Dirk-Jan C. Binnema 63a968ccae * some more guile scripting stuff 2011-07-13 23:00:05 +03:00
Dirk-Jan C. Binnema 329a524af7 * mu-query: special-case the empty search expr to mean 'match-all' 2011-07-13 08:18:42 +03:00
Dirk-Jan C. Binnema 9e73fa863e * clean up mu-query; don't preprocess twice... 2011-07-13 08:07:52 +03:00
Dirk-Jan C. Binnema c023e2c38c * some more work on the guile bindings; somewhat working, still WIP 2011-07-13 00:54:06 +03:00
Dirk-Jan C. Binnema 6e15e3a8e1 Merge branch 'master' into procmule 2011-07-10 20:11:35 +03:00
Dirk-Jan C. Binnema e06f036c72 * add test mail to Makefile.am 2011-07-10 14:53:09 +03:00
Dirk-Jan C. Binnema 5441b1945f * cleanup --exec implementation 2011-07-10 14:48:45 +03:00
Dirk-Jan C. Binnema 838bb25d4e Merge branch 'master' into find-exec 2011-07-10 14:12:03 +03:00
Dirk-Jan C. Binnema f59ca5af2d * support special characters in X-Labels 2011-07-10 14:08:16 +03:00
Dirk-Jan C. Binnema 31d568e076 * rename the --separate option into --terminate (mu view), update test cases 2011-07-10 14:07:35 +03:00
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