f6944f45a5* configure.ac: make gui configurable, --with-gui=(gtk2|gtk3|none|auto), defaults to 'auto', which uses gtk2 if it's found
Dirk-Jan C. Binnema
2011-01-29 21:05:28 +02:00
1e4cf9a750* NEWS/TODO: updated
Dirk-Jan C. Binnema
2011-01-29 20:52:16 +02:00
6842c8c8a1* mu_str_display_contact_s: split, so 'make cc10' is honored
Dirk-Jan C. Binnema
2011-01-29 15:00:46 +02:00
ea544a9148* mug2: re-enable the window icon
Dirk-Jan C. Binnema
2011-01-29 15:00:03 +02:00
63f1487a6b* mu-msg-body-view.c: don't navigate away from msg body
Dirk-Jan C. Binnema
2011-01-29 14:38:07 +02:00
ce3c97bbbf* mu-msg-attach-view.c: make drag&drop work for attachments
Dirk-Jan C. Binnema
2011-01-29 14:32:58 +02:00
3ea01df556* cosmetics
Dirk-Jan C. Binnema
2011-01-29 12:45:21 +02:00
31b816a5d3* mu-msg-normal-view.c: show messsage in an expander, instead of in gtkframe
Dirk-Jan C. Binnema
2011-01-29 12:45:01 +02:00
79ad60e91a* mu-msg-view.c: don't show message widgets for NULL messages
Dirk-Jan C. Binnema
2011-01-29 12:44:07 +02:00
c10ef1f384* mu-msg-attach-view.c: don't use gtk_icon_view_set_item_orientation, it requires gtk 2.22 which is too new
Dirk-Jan C. Binnema
2011-01-29 12:43:36 +02:00
4f47bd0dd9* include unistd.h, for R_OK
Dirk-Jan C. Binnema
2011-01-29 12:42:17 +02:00
754c532df6* update TODO
Dirk-Jan C. Binnema
2011-01-24 23:48:19 +02:00
adc61b0841* mu-msg-source-view.c: make source buffer read-only
Dirk-Jan C. Binnema
2011-01-24 23:48:12 +02:00
140786dc89* mu-msg-view.c: don't keep widgets around, re-create them (this needs fixing)
Dirk-Jan C. Binnema
2011-01-24 01:01:43 +02:00
7356e17b89* better action handling
Dirk-Jan C. Binnema
2011-01-21 20:21:38 -05:00
a2dbe365c6* unbreak mu-str
Dirk-Jan C. Binnema
2011-01-21 20:13:18 -05:00
abd1a45d6c* improve message display, support 'internal messages'again
Dirk-Jan C. Binnema
2011-01-21 20:13:06 -05:00
aab3226d90* remove '-characters, () from contact displays
Dirk-Jan C. Binnema
2011-01-21 20:11:11 -05:00
6daf2e9989* refactoring & add 'view-source' and 'view-message' (activate with context menu)
Dirk-Jan C. Binnema
2011-01-21 18:46:33 -05:00
21fcef13d9* mug-msg-list-view.c: iterate the ui during list population
Dirk-Jan C. Binnema
2011-01-18 19:29:20 +02:00
7fc00c5d10* mu-msg-body-view.c: ignore the standard csm
Dirk-Jan C. Binnema
2011-01-18 19:28:45 +02:00
67b63a5b4a* add FAQ (WIP)
Dirk-Jan C. Binnema
2011-01-16 13:55:27 +02:00
4d43994722* update docs
Dirk-Jan C. Binnema
2011-01-16 13:55:00 +02:00
27965456ad* mu-maildir: some cleanups, shorten names for link creation
Dirk-Jan C. Binnema
2011-01-16 13:54:32 +02:00
6473546ef2* mu-msg-body-view: use the navigation-policy-decision-requested signal so we can distinguish user clicks (open externally) and things like iframes (open internally); require webkit >= 1.0.3
Dirk-Jan C. Binnema
2011-01-16 13:53:39 +02:00
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
Dirk-Jan C. Binnema
2011-01-16 13:51:36 +02:00
c76af05a7a* make mag-msg-store a configurable parameter; refactor the setting of the xapian batch size
Dirk-Jan C. Binnema
2011-01-15 13:27:41 +02:00
62acc7739d* change MuMaildirWalkMsgCallback so it take a full stat buf* instead of just the ctime; then do the checking for the file size (st_size) in mu-index
Dirk-Jan C. Binnema
2011-01-15 11:53:18 +02:00
91cbdd6b71* add mu_util_xapian_is_locked and use it
Dirk-Jan C. Binnema
2011-01-14 07:47:19 +02:00
2e4a94d0d6* mu-msg-view.c: stub implementation of action-signal handling
Dirk-Jan C. Binnema
2011-01-13 21:43:18 +02:00
28b832a9a2* mu-msg-header-view.c: improve header view a bit
Dirk-Jan C. Binnema
2011-01-13 21:42:51 +02:00
388c805562* mu-msg-body-view: implement "action-requested" signal, emitted when user clicks cmd:-urls
Dirk-Jan C. Binnema
2011-01-13 21:42:23 +02:00
1b69d1a835* cosmetics
Dirk-Jan C. Binnema
2011-01-13 21:41:19 +02:00
a9a2e1f94f* mu-config: better argument check, print usage info when no command is provided
Dirk-Jan C. Binnema
2011-01-13 21:41:07 +02:00
41547f8b8d* updated NEWS
Dirk-Jan C. Binnema
2011-01-12 23:16:30 +02:00
4d82a4e7c7* use new mu-widget features in mug-msg-view
Dirk-Jan C. Binnema
2011-01-12 23:16:19 +02:00
e048b9607f* improve mu-widgets; - support notes in mail body view - support cmd: pseudo urls in such views
Dirk-Jan C. Binnema
2011-01-12 23:15:54 +02:00
920f714859* manpage updates
Dirk-Jan C. Binnema
2011-01-12 23:14:51 +02:00
321cae64b9* updato to build system, don't require too new libtool
Dirk-Jan C. Binnema
2011-01-12 23:14:17 +02:00
eb6ca790fb* update test-mu-store test case
Dirk-Jan C. Binnema
2011-01-12 23:13:36 +02:00
d1bf8b3c73* improve checks for database version
Dirk-Jan C. Binnema
2011-01-12 23:13:03 +02:00
87f9dc6cb6* remember last-used maildir, and use it as default for next run
Dirk-Jan C. Binnema
2011-01-12 23:11:51 +02:00
0b7d136033* mu-cmd-extract: update date
Dirk-Jan C. Binnema
2011-01-12 23:10:15 +02:00
fa6e834cb7* mu-cmd, mu-extract.c: split off mu-extract stuff in separate file
Dirk-Jan C. Binnema
2011-01-12 23:09:09 +02:00
21ef5285ad* updated NEWS & TODO
Dirk-Jan C. Binnema
2011-01-11 23:26:07 +02:00
bfa3d18d54* mug-msg-list-view.c: cosmetic
Dirk-Jan C. Binnema
2011-01-11 23:25:54 +02:00
514b680b6a* mu-msg-view: only open local (cached) files from attachments
Dirk-Jan C. Binnema
2011-01-11 23:25:30 +02:00
439e252e8e* mu-msg-body-view: open hyperlinks in external browser
Dirk-Jan C. Binnema
2011-01-11 23:24:19 +02:00
fc14cff444* mu-msg-attach-view: update for mu_msg_part_looks_like attachment update
Dirk-Jan C. Binnema
2011-01-11 23:23:19 +02:00
22defba76a* test-mu-cmd.c: update test
Dirk-Jan C. Binnema
2011-01-11 23:22:24 +02:00
679f56b047* mu-str: minor
Dirk-Jan C. Binnema
2011-01-11 23:22:00 +02:00
f2e8927f6f* mu-msg-fields: store escaped versions of maildirs, so matching works for 'strangely named' ones
Dirk-Jan C. Binnema
2011-01-11 23:18:55 +02:00
9d630daf73* mu-cmd: fix saving of attachments
Dirk-Jan C. Binnema
2011-01-11 23:17:37 +02:00
f6de417117* add warning for using --xquery
Dirk-Jan C. Binnema
2011-01-06 16:34:21 +02:00
5e0cfdca57* updated NEWS
Dirk-Jan C. Binnema
2011-01-06 16:23:07 +02:00
974f6556fc* mu-util: make warning a bit more user-friendly
Dirk-Jan C. Binnema
2011-01-06 16:22:11 +02:00
9dd93ab668* mu-cmd-find: some refactoring to pass line33
Dirk-Jan C. Binnema
2011-01-06 16:21:32 +02:00
c5b3059442* add searching for message size ranges
Dirk-Jan C. Binnema
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)
Dirk-Jan C. Binnema
2011-01-06 13:55:16 +02:00
cafba1327f* test-mu-cmd.c: add test case for 'mu mkdir'
Dirk-Jan C. Binnema
2011-01-06 13:25:11 +02:00
f51944be59* TODO: updated
Dirk-Jan C. Binnema
2011-01-06 13:15:18 +02:00
d41ae5dfd5* mu-msg: cosmetic
Dirk-Jan C. Binnema
2011-01-06 13:15:01 +02:00
071b230e60* mu-cmd.c: fix mu view
Dirk-Jan C. Binnema
2011-01-06 13:14:42 +02:00
f00f1dc01b* add test case for mu view
Dirk-Jan C. Binnema
2011-01-06 13:14:17 +02:00
5487989b99* fix display (iter) of message size
Dirk-Jan C. Binnema
2011-01-06 00:09:26 +02:00
535f1c78fa* initial sexp output support (WIP)
Dirk-Jan C. Binnema
2011-01-05 23:37:53 +02:00
3ab2cd11a9* initial JSON output support (WIP)
Dirk-Jan C. Binnema
2011-01-05 23:22:41 +02:00
4409b565dc* start of XML output support (WIP)
Dirk-Jan C. Binnema
2011-01-05 22:46:10 +02:00
2303bc4f59* fix for the removal of mu-util-db.h
Dirk-Jan C. Binnema
2011-01-05 20:45:31 +02:00
aa22e5e90d* some further cleanups
Dirk-Jan C. Binnema
2011-01-05 20:38:33 +02:00
6539ae4bd7* initial plumbing and some documentation for xml/json/sexp output through --format= parameter.
Dirk-Jan C. Binnema
2011-01-05 20:35:50 +02:00
56f1664d8c* some further cleanups, add mu-output.h
Dirk-Jan C. Binnema
2011-01-05 00:21:43 +02:00
516caccf10* fix some small errors, add missing file
Dirk-Jan C. Binnema
2011-01-04 23:52:16 +02:00
ce5df2d6e5* some further cleanups / refactoring
Dirk-Jan C. Binnema
2011-01-04 23:44:18 +02:00
f509fd20ec* remove some garbage files
Dirk-Jan C. Binnema
2011-01-04 23:37:01 +02:00