Commit Graph

803 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema fb5cda1665 * add new header-view widget 2011-01-11 00:47:15 +02:00
Dirk-Jan C. Binnema 923549e2bb * <many>: updates for new MIME-part handling 2011-01-11 00:46:46 +02:00
Dirk-Jan C. Binnema 1de81553a6 * mu-widget-util.[ch]: be smarter about pixmaps (icons) for unknown mime types 2011-01-11 00:45:59 +02:00
Dirk-Jan C. Binnema da16959a33 * mu-msg, mu-msg-part: overhaul of mime-part handling 2011-01-11 00:45:03 +02:00
Dirk-Jan C. Binnema a778d233c0 * add mode_t arg to mu_util_create_dir_maybe, add mu_util_cache_dir 2011-01-11 00:44:03 +02:00
Dirk-Jan C. Binnema 8eafb2b10a * add the MuMsgAttachView widget, for viewing/opening message attachments 2011-01-09 18:56:45 +02:00
Dirk-Jan C. Binnema 65e4f8b896 * add mu_util_create_tmpdir 2011-01-09 18:55:54 +02:00
Dirk-Jan C. Binnema 56cfe14062 * mu-msg-part: cosmetics 2011-01-09 18:55:18 +02:00
Dirk-Jan C. Binnema e0b484e922 * make mu-cmd reference-counted (make mu_msg_destroy internal, use
mu_msg_unref instead)
2011-01-09 18:54:14 +02:00
Dirk-Jan C. Binnema f1cedf7341 * mu-cmd-find.c: refactor a bit so we pass line33 2011-01-09 15:12:27 +02:00
Dirk-Jan C. Binnema f42f0cdf8f * update build system 2011-01-09 14:56:33 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 4ff04d7829 * mug2: fix Makefile.am 2011-01-08 12:53:59 +02:00
Dirk-Jan C. Binnema e2f5b1e11f * mug: don't make it installable, it's just a toy 2011-01-08 12:48:53 +02:00
Dirk-Jan C. Binnema b46d591796 * start working on some mu-based widgets (widgets/), create toys2/mug2 for testing 2011-01-08 12:48:25 +02:00
Dirk-Jan C. Binnema 6033f51138 * updated TODO 2011-01-07 08:34:25 +02:00
Dirk-Jan C. Binnema 3115443b17 * configure.ac: check for webkit 2011-01-07 08:34:17 +02:00
Dirk-Jan C. Binnema 0686634082 * mug: make sure we don't use gtk deprecated stuff 2011-01-07 08:33:51 +02:00
Dirk-Jan C. Binnema 580b357e3d * fix mu output_sexp 2011-01-07 08:32:09 +02:00
Dirk-Jan C. Binnema 8b9df09a65 * cosmetics 2011-01-07 08:31:36 +02:00
Dirk-Jan C. Binnema 92108c0b66 * cosmetic 2011-01-06 17:32:42 +02:00
Dirk-Jan C. Binnema c712267c0f * fix json, sexp output 2011-01-06 16:55:43 +02:00
Dirk-Jan C. Binnema f6de417117 * add warning for using --xquery 2011-01-06 16:34:21 +02:00
Dirk-Jan C. Binnema 5e0cfdca57 * updated NEWS 2011-01-06 16:23:07 +02:00
Dirk-Jan C. Binnema 974f6556fc * mu-util: make warning a bit more user-friendly 2011-01-06 16:22:11 +02:00
Dirk-Jan C. Binnema 9dd93ab668 * mu-cmd-find: some refactoring to pass line33 2011-01-06 16:21:32 +02:00
Dirk-Jan C. Binnema c5b3059442 * add searching for message size ranges 2011-01-06 16:21:09 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema cafba1327f * test-mu-cmd.c: add test case for 'mu mkdir' 2011-01-06 13:25:11 +02:00
Dirk-Jan C. Binnema f51944be59 * TODO: updated 2011-01-06 13:15:18 +02:00
Dirk-Jan C. Binnema d41ae5dfd5 * mu-msg: cosmetic 2011-01-06 13:15:01 +02:00
Dirk-Jan C. Binnema 071b230e60 * mu-cmd.c: fix mu view 2011-01-06 13:14:42 +02:00
Dirk-Jan C. Binnema f00f1dc01b * add test case for mu view 2011-01-06 13:14:17 +02:00
Dirk-Jan C. Binnema 5487989b99 * fix display (iter) of message size 2011-01-06 00:09:26 +02:00
Dirk-Jan C. Binnema 535f1c78fa * initial sexp output support (WIP) 2011-01-05 23:37:53 +02:00
Dirk-Jan C. Binnema 3ab2cd11a9 * initial JSON output support (WIP) 2011-01-05 23:22:41 +02:00
Dirk-Jan C. Binnema 4409b565dc * start of XML output support (WIP) 2011-01-05 22:46:10 +02:00
Dirk-Jan C. Binnema 2303bc4f59 * fix for the removal of mu-util-db.h 2011-01-05 20:45:31 +02:00
Dirk-Jan C. Binnema aa22e5e90d * some further cleanups 2011-01-05 20:38:33 +02:00
Dirk-Jan C. Binnema 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
Dirk-Jan C. Binnema 56f1664d8c * some further cleanups, add mu-output.h 2011-01-05 00:21:43 +02:00
Dirk-Jan C. Binnema 516caccf10 * fix some small errors, add missing file 2011-01-04 23:52:16 +02:00
Dirk-Jan C. Binnema ce5df2d6e5 * some further cleanups / refactoring 2011-01-04 23:44:18 +02:00
Dirk-Jan C. Binnema f509fd20ec * remove some garbage files 2011-01-04 23:37:01 +02:00
Dirk-Jan C. Binnema fade4172fe * many changes to the config system 2011-01-04 23:19:03 +02:00
Dirk-Jan C. Binnema 38f9772270 * update TODO 2011-01-02 18:46:12 +02:00
Dirk-Jan C. Binnema 5fb788d5de * configure.ac: make silent-rules stuff optional 2011-01-02 18:46:02 +02:00
Dirk-Jan C. Binnema 6483e9d39e * fix test-mu-cmd.c for stricter option checks 2011-01-02 18:45:45 +02:00
Dirk-Jan C. Binnema 49077bf7d1 * mu-runtime, mu-util: improve check for muhome dir 2011-01-02 18:45:16 +02:00
Dirk-Jan C. Binnema 091dedf954 * make option parsing specific for the mu command 2011-01-02 18:10:11 +02:00