Commit Graph

946 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 0861319091 * mu-cmd*: cleanup command handling 2011-08-30 21:57:59 +03:00
Dirk-Jan C. Binnema a9ca0f207a * Makefile.am: add new files, remove 2011-08-29 23:41:13 +03:00
Dirk-Jan C. Binnema 978c94a2ba * mu-util: forward-port the MacOS/g_slice workaround 2011-08-29 23:40:34 +03:00
Dirk-Jan C. Binnema ff7a40b3d9 * update test cases for other changes 2011-08-29 23:39:11 +03:00
Dirk-Jan C. Binnema fbc786f2fc * minor changes, trailing whitespace fixes 2011-08-29 23:38:55 +03:00
Dirk-Jan C. Binnema 93ec32dcbf * mu-config.[ch]: support the new mu-server command 2011-08-29 23:36:36 +03:00
Dirk-Jan C. Binnema e95908cd93 * add mu-server (previous commit) functions for parsing commands 2011-08-29 23:36:10 +03:00
Dirk-Jan C. Binnema ce97c491eb * mu-store refactoring 2011-08-29 23:35:12 +03:00
Dirk-Jan C. Binnema 26d9bc904d * mu-cmd / mu-cmd-find: get thread info for s-exps output too 2011-08-20 11:58:16 +03:00
Dirk-Jan C. Binnema 7c4d3c6539 * mu-msg-sexp: get the thread info too 2011-08-20 11:57:13 +03:00
Dirk-Jan C. Binnema 56c6863c09 * mu-msg / mu-msg-file: move gmime init to mu_msg
we need gmime even for the MuMsgDoc backend, as there we are using gmime for
  parsing address lists. using the function without 'init' caused crashes...
2011-08-20 11:55:27 +03:00
Dirk-Jan C. Binnema a84d72e7cf * mu-msg: update for other changes 2011-08-16 23:43:57 +03:00
Dirk-Jan C. Binnema 14aa3c132b * add mu-flags unit tests 2011-08-16 23:43:36 +03:00
Dirk-Jan C. Binnema 557a5e291c * mu mv updates:
- rename --printtarget into --print-target
  - support 'delta' flags
  - add --ignore-dups to silently ignore the src = target case
2011-08-16 23:42:47 +03:00
Dirk-Jan C. Binnema 7238e8fbe5 Merge branch 'master' into emu 2011-08-16 07:32:32 +03:00
Dirk-Jan C. Binnema 05532894a6 * mu-store, mu-msg-file: improve flagging 2011-08-16 00:45:42 +03:00
Dirk-Jan C. Binnema ade551deb9 * mu-maildir, mu-util: error when source, target of move are the same 2011-08-16 00:08:35 +03:00
Dirk-Jan C. Binnema dc9f120b55 * fix 'make distcheck' -- make thread test work regardless of indexing-order of files 2011-08-16 00:02:32 +03:00
Dirk-Jan C. Binnema c2507b33cc * mu-store.cc: optimize flag storing by pre-calculating the strings 2011-08-13 12:04:10 +03:00
Dirk-Jan C. Binnema 675b89708f * restore flag:unread and some optimization 2011-08-13 10:40:31 +03:00
Dirk-Jan C. Binnema 53b5dfa2bc * update maildir unit tests 2011-08-13 02:25:03 +03:00
Dirk-Jan C. Binnema b0de0fdfea * fix mu-msg-sexp.c for make line33 2011-08-13 02:24:42 +03:00
Dirk-Jan C. Binnema 49353e9685 * mu-cmd.c: support target-less moving (i.e.. flag setting) 2011-08-13 02:00:35 +03:00
Dirk-Jan C. Binnema bad4973408 * mu-maildir.[ch]: re-implement message flag parsing, message moving 2011-08-13 02:00:04 +03:00
Dirk-Jan C. Binnema 2bdfb1159d * mu-flags.[ch]: small updates 2011-08-13 01:59:02 +03:00
Dirk-Jan C. Binnema a571a3f877 * MuMsgFlags => MuFlags 2011-08-11 22:44:23 +03:00
Dirk-Jan C. Binnema 49bcb3707a * test-mu-maildir.c: add some test cases 2011-08-11 20:21:01 +03:00
Dirk-Jan C. Binnema e55eb4ed25 * MuResult/MuExitCode => MuError 2011-08-11 20:20:22 +03:00
Dirk-Jan C. Binnema 925f6032b3 * mu-maildir.c: allow for names without !/: 2011-08-11 08:23:03 +03:00
Dirk-Jan C. Binnema b1d0de2cab * minor 2011-08-11 08:22:24 +03:00
Dirk-Jan C. Binnema 8f7ef5d748 * mu-msg-sexp.c: fix each_contact for cc10, line33 checks 2011-08-11 08:21:41 +03:00
Dirk-Jan C. Binnema 93753f56ba * test-mu-store.c: fix test case (gboolean vs MuExitCode) 2011-08-10 23:58:36 +03:00
Dirk-Jan C. Binnema ba93c7bef7 * cosmetics, minor 2011-08-10 23:58:06 +03:00
Dirk-Jan C. Binnema 48cf82f823 * mu-cmd.c, mu-config.c: enable 'mu add' and 'mu remove' and fix line33 check 2011-08-10 23:57:34 +03:00
Dirk-Jan C. Binnema f6a4b7a480 * mu-cmd-find.c, mu-msg-sexp.c, mu-msg.c: refactor for 'make line33' check 2011-08-10 23:56:38 +03:00
Dirk-Jan C. Binnema 5ff92a2e4c * mu-msg-flags.c: cosmetic 2011-08-09 22:53:10 +03:00
Dirk-Jan C. Binnema 56086b2f4b * mu-msg-part.c, mu-runtime.c: updates for mu_util_create_dir_maybe change 2011-08-09 07:54:23 +03:00
Dirk-Jan C. Binnema 785a09ef76 * make mu_util_create_dir_maybe potentially not warn (useful when the logging
system is not initialized yet)
2011-08-09 07:53:50 +03:00
Dirk-Jan C. Binnema a3b627f866 * mu-cmd: fix gboolean vs MuExitCode confusion 2011-08-09 07:52:55 +03:00
Dirk-Jan C. Binnema 5e6d896220 * mu-msg-sexp.c: updates, extensions to the format:
- add attachment info as list ((<index> <file> <mime-type>))
  - add references as list
  - add reply-to
  - add in-reply-to

  (all only for file-backed MuMsg)
2011-08-08 22:03:48 +03:00
Dirk-Jan C. Binnema 9fa841952f * mu-msg-flags.c: be more strict for maildir flags; they must be uppercase 2011-08-08 21:58:24 +03:00
Dirk-Jan C. Binnema f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +03:00
Dirk-Jan C. Binnema 136555bc50 * mu-msg-sexp.c: add attachment info to the s-expression 2011-08-06 10:44:57 +03:00
Dirk-Jan C. Binnema 19e247785e * mu-msg-part.[ch]: cosmetics, minor 2011-08-06 10:43:57 +03:00
Dirk-Jan C. Binnema 8e6429a764 * mu-cmd.c: (mu mv) make --printtarget work even with target=/dev/null 2011-08-05 08:20:26 +03:00
Dirk-Jan C. Binnema 29afe28eb6 * cosmetics 2011-08-03 23:06:51 +03:00
Dirk-Jan C. Binnema 8e9bf21766 * mu-cmd-find.c: remove json output and add option to check for file readability 2011-08-03 23:06:18 +03:00
Dirk-Jan C. Binnema 42d69b7501 * mu-msg.[ch]: add mu_msg_is_readable 2011-08-03 23:03:58 +03:00
Dirk-Jan C. Binnema d291c5a9f5 * some mu_store_store => mu_store_store_msg and the consequences 2011-08-03 23:03:22 +03:00
Dirk-Jan C. Binnema 82be4974b7 * add 'mu add' and 'mu remove' commands for adding, removing messages from the database 2011-08-03 23:00:48 +03:00