1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-29 07:51:04 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
djcb
a480ee9789 * fix refactoring fall-out 2012-05-21 11:16:49 +03:00
djcb
46f10cfde9 * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
djcb
6f4448be56 * change mu_util_play a bit to better deal with non-ascii filenames
- don't try to encode anything, but pass the filename into the argv for the
    program to open (before we, used g_spawn_command_line_async, and there we
    need to escape things for the command line. Now we use g_spawn_command, so
    we can pass argv as such.
  - add a GError** arg to mu_util_play, and update all callers
  - cleanup the mu-cmd-extract code a bit
2012-04-15 19:59:53 +03:00
djcb
3fb7e5d6ff * WIP: fixes for gtk3.2 (prevent warnings for deprecated widgets) 2012-03-24 11:16:12 +02:00
Dirk-Jan C. Binnema
4af35fe51f * widget/mu-msg-*: update for mu_msg_save_mime_part API change 2011-05-21 16:05:08 +03:00
Dirk-Jan C. Binnema
12a992b8d2 * fix mu_msg refcounting in widgets 2011-03-15 20:38:26 +02:00
Dirk-Jan C. Binnema
858dcb123c * big cleanup, simplification for the message widget 2011-03-08 00:50:24 +02:00
Dirk-Jan C. Binnema
79ad60e91a * mu-msg-view.c: don't show message widgets for NULL messages 2011-01-29 12:44:07 +02:00
Dirk-Jan C. Binnema
140786dc89 * mu-msg-view.c: don't keep widgets around, re-create them (this needs fixing) 2011-01-24 01:01:43 +02:00
Dirk-Jan C. Binnema
abd1a45d6c * improve message display, support 'internal messages'again 2011-01-21 20:13:06 -05:00
Dirk-Jan C. Binnema
6daf2e9989 * refactoring & add 'view-source' and 'view-message' (activate with context menu) 2011-01-21 18:46:33 -05:00
Dirk-Jan C. Binnema
cc556dad8a * mu-msg-header-view, mu-msg-view: put headers in a scrolled win, so overly
long lists don't expand the whole msg-view too much. this is not the final
  solution, but it's better than what was there
2011-01-16 13:51:36 +02:00
Dirk-Jan C. Binnema
2e4a94d0d6 * mu-msg-view.c: stub implementation of action-signal handling 2011-01-13 21:43:18 +02:00
Dirk-Jan C. Binnema
e048b9607f * improve mu-widgets;
- support notes in mail body view
   - support cmd: pseudo urls in such views
2011-01-12 23:15:54 +02:00
Dirk-Jan C. Binnema
514b680b6a * mu-msg-view: only open local (cached) files from attachments 2011-01-11 23:25:30 +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
8eafb2b10a * add the MuMsgAttachView widget, for viewing/opening message attachments 2011-01-09 18:56:45 +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