Commit Graph

931 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 91cbdd6b71 * add mu_util_xapian_is_locked and use it 2011-01-14 07:47:19 +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 28b832a9a2 * mu-msg-header-view.c: improve header view a bit 2011-01-13 21:42:51 +02:00
Dirk-Jan C. Binnema 388c805562 * mu-msg-body-view: implement "action-requested" signal, emitted when user
clicks cmd:-urls
2011-01-13 21:42:23 +02:00
Dirk-Jan C. Binnema 1b69d1a835 * cosmetics 2011-01-13 21:41:19 +02:00
Dirk-Jan C. Binnema a9a2e1f94f * mu-config: better argument check, print usage info when no command is provided 2011-01-13 21:41:07 +02:00
Dirk-Jan C. Binnema 4aa838f6f6 * mug2: implement database reindex 2011-01-13 00:27:27 +02:00
Dirk-Jan C. Binnema 41547f8b8d * updated NEWS 2011-01-12 23:16:30 +02:00
Dirk-Jan C. Binnema 4d82a4e7c7 * use new mu-widget features in mug-msg-view 2011-01-12 23:16:19 +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 920f714859 * manpage updates 2011-01-12 23:14:51 +02:00
Dirk-Jan C. Binnema 321cae64b9 * updato to build system, don't require too new libtool 2011-01-12 23:14:17 +02:00
Dirk-Jan C. Binnema eb6ca790fb * update test-mu-store test case 2011-01-12 23:13:36 +02:00
Dirk-Jan C. Binnema d1bf8b3c73 * improve checks for database version 2011-01-12 23:13:03 +02:00
Dirk-Jan C. Binnema 87f9dc6cb6 * remember last-used maildir, and use it as default for next run 2011-01-12 23:11:51 +02:00
Dirk-Jan C. Binnema 0b7d136033 * mu-cmd-extract: update date 2011-01-12 23:10:15 +02:00
Dirk-Jan C. Binnema fa6e834cb7 * mu-cmd, mu-extract.c: split off mu-extract stuff in separate file 2011-01-12 23:09:09 +02:00
Dirk-Jan C. Binnema 21ef5285ad * updated NEWS & TODO 2011-01-11 23:26:07 +02:00
Dirk-Jan C. Binnema bfa3d18d54 * mug-msg-list-view.c: cosmetic 2011-01-11 23:25: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 439e252e8e * mu-msg-body-view: open hyperlinks in external browser 2011-01-11 23:24:19 +02:00
Dirk-Jan C. Binnema fc14cff444 * mu-msg-attach-view: update for mu_msg_part_looks_like attachment update 2011-01-11 23:23:19 +02:00
Dirk-Jan C. Binnema 22defba76a * test-mu-cmd.c: update test 2011-01-11 23:22:24 +02:00
Dirk-Jan C. Binnema 679f56b047 * mu-str: minor 2011-01-11 23:22:00 +02:00
Dirk-Jan C. Binnema 5d6fe733a0 * add mu_util_is_local_file, improve mu_util_play:
add some checks whether the file is 'local' or on some remote place (http://
 etc.), and explicitly mention what is acceptible in mu_util_play; for
 security reasons sometimes local, and sometimes remote
2011-01-11 23:21:24 +02:00
Dirk-Jan C. Binnema f2e8927f6f * mu-msg-fields: store escaped versions of maildirs, so matching works for 'strangely named' ones 2011-01-11 23:18:55 +02:00
Dirk-Jan C. Binnema 9d630daf73 * mu-cmd: fix saving of attachments 2011-01-11 23:17:37 +02:00
Dirk-Jan C. Binnema 81fe752515 * mu-msg-part: cleanups & fixes, added mu_msg_part_looks_like_attachment 2011-01-11 23:17:03 +02:00
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