623ec34ab8
* improvements in attachment / mime-part handling:
...
- add mu_util_play for 'playing' (opening) attachments; depends on xdg-open
- stricter check for mu extract cmdline params
- don't allow overwriting unless --overwrite was specified
- mu extract now has a --play option to 'play' (open) attachments
- added unit test to verify --overwrite
- some cleanups in attachment/mime-part handling
2011-01-09 14:55:25 +02:00
b46d591796
* start working on some mu-based widgets (widgets/), create toys2/mug2 for testing
2011-01-08 12:48:25 +02:00
580b357e3d
* fix mu output_sexp
2011-01-07 08:32:09 +02:00
8b9df09a65
* cosmetics
2011-01-07 08:31:36 +02:00
92108c0b66
* cosmetic
2011-01-06 17:32:42 +02:00
c712267c0f
* fix json, sexp output
2011-01-06 16:55:43 +02:00
f6de417117
* add warning for using --xquery
2011-01-06 16:34:21 +02:00
974f6556fc
* mu-util: make warning a bit more user-friendly
2011-01-06 16:22:11 +02:00
9dd93ab668
* mu-cmd-find: some refactoring to pass line33
2011-01-06 16:21:32 +02:00
c5b3059442
* add searching for message size ranges
2011-01-06 16:21:09 +02:00
f8af665151
* mu-output.c, mu-str.[ch]: fix escaping for JSON, sexps (add mu_str_escape_c_literal)
2011-01-06 13:55:16 +02:00
cafba1327f
* test-mu-cmd.c: add test case for 'mu mkdir'
2011-01-06 13:25:11 +02:00
d41ae5dfd5
* mu-msg: cosmetic
2011-01-06 13:15:01 +02:00
071b230e60
* mu-cmd.c: fix mu view
2011-01-06 13:14:42 +02:00
f00f1dc01b
* add test case for mu view
2011-01-06 13:14:17 +02:00
5487989b99
* fix display (iter) of message size
2011-01-06 00:09:26 +02:00
535f1c78fa
* initial sexp output support (WIP)
2011-01-05 23:37:53 +02:00
3ab2cd11a9
* initial JSON output support (WIP)
2011-01-05 23:22:41 +02:00
4409b565dc
* start of XML output support (WIP)
2011-01-05 22:46:10 +02:00
2303bc4f59
* fix for the removal of mu-util-db.h
2011-01-05 20:45:31 +02:00
aa22e5e90d
* some further cleanups
2011-01-05 20:38:33 +02:00
6539ae4bd7
* initial plumbing and some documentation for xml/json/sexp output through
...
--format= parameter.
also, add --format=links, --format=xquery
2011-01-05 20:35:50 +02:00
56f1664d8c
* some further cleanups, add mu-output.h
2011-01-05 00:21:43 +02:00
516caccf10
* fix some small errors, add missing file
2011-01-04 23:52:16 +02:00
ce5df2d6e5
* some further cleanups / refactoring
2011-01-04 23:44:18 +02:00
f509fd20ec
* remove some garbage files
2011-01-04 23:37:01 +02:00
fade4172fe
* many changes to the config system
2011-01-04 23:19:03 +02:00
6483e9d39e
* fix test-mu-cmd.c for stricter option checks
2011-01-02 18:45:45 +02:00
49077bf7d1
* mu-runtime, mu-util: improve check for muhome dir
2011-01-02 18:45:16 +02:00
091dedf954
* make option parsing specific for the mu command
2011-01-02 18:10:11 +02:00
0101837c38
* mu-cmd-index.c: add a check for the --xbatchsize parameter
2011-01-02 18:09:30 +02:00
169196498e
* <many>: add option to change the batch size for xapian transactions
2011-01-02 18:05:43 +02:00
0b88f86e65
* mu-config.c: cosmetics
2011-01-02 14:59:03 +02:00
1f240e55fe
* mu-msg-iter: add some casting to prevent compiler warning
2010-12-18 10:44:27 +02:00
6d2cc60a5e
* Makefile.am/configure.ac: some changes to make Solaris a bit happier
2010-12-17 08:34:31 +02:00
2950d29ca7
* mu-maildir: use GError, not g_warning
2010-12-17 08:33:48 +02:00
b00a85ec07
* add test_mu_util_get_dtype_with_lstat unit test, cosmetics
2010-12-12 18:33:25 +02:00
a315e15081
* cosmetics
2010-12-12 18:32:37 +02:00
6820923119
* initialize variable in get_flags_str_s
2010-12-12 18:32:15 +02:00
64fcbe7603
* mu-msg-file: cosmetics
2010-12-11 13:53:50 +02:00
0565587dda
* mu-runtime: use mu_util_init_system, some cosmetics
2010-12-11 13:53:20 +02:00
d602ad1f47
* mu-error.h: add some error codes
2010-12-11 13:52:36 +02:00
d14727c7a8
* dont't require direntry->d_type; this should help the Solaris build.
...
also, some cleanups
2010-12-11 13:52:03 +02:00
c0e50f8d91
* test-mu-str.c: cosmetics
2010-12-07 23:20:19 +02:00
0131b9bd5f
* mu-util.h: fix -pedantic warning (variadic macro)
2010-12-07 23:19:45 +02:00
39d71b8e3b
* use mu_str_ascii_xapian_escape instead of local version; and non-in-place version
2010-12-07 23:19:13 +02:00
4babb4d036
* mu-msg.c: use mu-msg-file
2010-12-07 23:17:42 +02:00
b7e3786af7
* mu-config.c: cosmetics
2010-12-07 23:17:05 +02:00
373973d813
* src/Makefile.am: add mu-msg-file.[ch], -pedantic for c-builds
2010-12-07 23:16:32 +02:00
372e245fc7
* mu_msg_flags_from_file => mu_msg_file_get_flags_from_path
2010-12-07 23:15:38 +02:00