Commit Graph

  • c6fb50b166 * fix compiler warnings for gcc 4.5 Dirk-Jan C. Binnema 2011-04-15 08:49:04 +0300
  • 5cbaf34cfa * index.org -- minor update Dirk-Jan C. Binnema 2011-04-12 22:52:38 +0300
  • fcef73ad19 * update index.org (webpage) for new release v0.9.4 Dirk-Jan C. Binnema 2011-04-12 22:43:41 +0300
  • be687f8722 * update mu-find man page with the new information about Wanderlust integration Dirk-Jan C. Binnema 2011-04-12 22:43:21 +0300
  • 5559f18380 * update NEWS/TODO for version 0.9.4 Dirk-Jan C. Binnema 2011-04-12 22:42:49 +0300
  • 983321609f * updates to the man pages Dirk-Jan C. Binnema 2011-04-05 07:34:22 +0300
  • f9acc69975 * add mu-msg-data-cache.[ch], WIP for the new custom tree model Dirk-Jan C. Binnema 2011-03-31 23:09:14 +0300
  • b27a9f47c4 * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen' Dirk-Jan C. Binnema 2011-03-31 23:08:26 +0300
  • 9a4ba103d2 * mu-msg-data.c: add missing #include <string.h> for memcpy Dirk-Jan C. Binnema 2011-03-22 23:41:12 +0200
  • 054282dc63 * mu-str.h: improve mu_str_is_empty macro Dirk-Jan C. Binnema 2011-03-22 23:37:17 +0200
  • adf45c4ee0 * mu-msg-iter.cc, mu-query.cc, mu-store.cc: use more c++ facilities Dirk-Jan C. Binnema 2011-03-22 23:37:01 +0200
  • 26286e2dbb * add mu-msg-data.[ch], which is useful when one needs to cache message data (ie., iterators are good for printing to screen, but mu-msg-data is for msg data that should be kept in-memory) Dirk-Jan C. Binnema 2011-03-22 23:36:11 +0200
  • 9727614f41 * Makefile.am: add mu-msg-data.[ch] Dirk-Jan C. Binnema 2011-03-21 01:56:54 +0200
  • 186e44ca66 * mu-query: some cleanups Dirk-Jan C. Binnema 2011-03-21 01:56:32 +0200
  • 656004ee9e * mu-msg-iter: some reimplementation Dirk-Jan C. Binnema 2011-03-21 01:55:11 +0200
  • 4f93f7cc05 * add mu_msg_iter_get_index, to get the sequence number of the iterator Dirk-Jan C. Binnema 2011-03-19 10:11:13 +0200
  • b98af916b5 * mu-config.c: small docu update Dirk-Jan C. Binnema 2011-03-19 10:08:20 +0200
  • d98f1e52ad * mu_runtime: update getting standard dirs / paths, use them Dirk-Jan C. Binnema 2011-03-19 10:07:32 +0200
  • cd59398cd1 * cosmetic Dirk-Jan C. Binnema 2011-03-15 20:38:41 +0200
  • 12a992b8d2 * fix mu_msg refcounting in widgets Dirk-Jan C. Binnema 2011-03-15 20:38:26 +0200
  • df2af5bbc6 * bump version 0.9.4 Dirk-Jan C. Binnema 2011-03-08 00:50:41 +0200
  • 858dcb123c * big cleanup, simplification for the message widget Dirk-Jan C. Binnema 2011-03-08 00:50:24 +0200
  • f8fd420215 * add support for using mu cfind as an external address book for 'mutt' + document Dirk-Jan C. Binnema 2011-03-06 12:40:08 +0200
  • 66a839a742 * Makefile.am: ignore tests/ for make cc10 and make line33 Dirk-Jan C. Binnema 2011-03-06 12:16:25 +0200
  • 3b445d9fac * mu-contacts: plug a leak + some optimization Dirk-Jan C. Binnema 2011-03-06 12:16:04 +0200
  • 1a504b50a4 * mu-config: some refactoring to satisfy make line33 Dirk-Jan C. Binnema 2011-03-06 12:15:43 +0200
  • f1056d9ddb * mu-cmd-cfind: use the new first_name/last_name/nick functions to generate better address book data Dirk-Jan C. Binnema 2011-03-06 12:15:22 +0200
  • 9a600e71c9 * mu-str: add mu_str_guess_first_name, mu_str_guess_last_name and mu_str_guess_nick, + unit tests Dirk-Jan C. Binnema 2011-03-06 12:14:26 +0200
  • 17f2e3bdf9 * WIP: add bbdb export support Dirk-Jan C. Binnema 2011-03-05 17:41:13 +0200
  • 1e9ec55034 * use differerent exit codes for error, no matches as >0 matches; as per man page Dirk-Jan C. Binnema 2011-03-05 15:07:49 +0200
  • f14f8f45d7 * set dependency to glib >= 2.14, as we are using GRegex now Dirk-Jan C. Binnema 2011-03-05 09:43:21 +0200
  • 35e9e0ea8b * add mu-cmd-cfind.c to Makefile.am Dirk-Jan C. Binnema 2011-03-05 09:42:52 +0200
  • afbaedd942 * update mu-cfind documention, fix typo in mu-find manpage Dirk-Jan C. Binnema 2011-03-05 09:42:35 +0200
  • b6cfe6f748 * mu-cmd-cfind: split off into separate mu-cmd- file Dirk-Jan C. Binnema 2011-03-05 09:42:06 +0200
  • 86971d53d8 * WIP: basic 'mu cfind' command + start of man page Dirk-Jan C. Binnema 2011-03-05 00:59:35 +0200
  • 6226754a25 * WIP: mu-contacts; add the following: return timestamp callback and add regexp filtering capabilities Dirk-Jan C. Binnema 2011-03-03 21:22:11 +0200
  • b9be7f210c * WIP: rudimentary implementation of the 'cfind' command, to find contacts Dirk-Jan C. Binnema 2011-03-02 23:26:54 +0200
  • 17eb035bd2 * update mug2/mug.cc for changed mu_index_new Dirk-Jan C. Binnema 2011-03-02 23:04:04 +0200
  • 0bc10837fe * fix mu-cmd-index.c, mu-store.c to honor line33 Dirk-Jan C. Binnema 2011-03-02 23:03:24 +0200
  • 01c9410d0f * WIP(2): mu-contact.[ch], basic implementation Dirk-Jan C. Binnema 2011-03-02 22:39:32 +0200
  • deeaf41f33 * WIP: contact listing / searching. Dirk-Jan C. Binnema 2011-03-02 00:13:24 +0200
  • bbbba9157b * update TODO, webpage Dirk-Jan C. Binnema 2011-02-28 08:20:58 +0200
  • 0e528362de * update NEWS, TODO Dirk-Jan C. Binnema 2011-02-13 16:18:54 +0200
  • 2bb1272623 * update for 0.9.3 v0.9.3 Dirk-Jan C. Binnema 2011-02-13 15:44:36 +0200
  • 2741ef7ce6 * use org-mode for the mu web pages, updated them. Dirk-Jan C. Binnema 2011-02-13 10:46:50 +0200
  • 4dad5bcb66 * cosmetic Dirk-Jan C. Binnema 2011-02-06 10:50:48 +0200
  • ad5aae2c6b * mu-runtime.c: fix small memleak Dirk-Jan C. Binnema 2011-02-06 10:50:39 +0200
  • 18ae059a0f * mug2/mug.cc: fix small memleak Dirk-Jan C. Binnema 2011-02-06 10:50:02 +0200
  • d015b04c2a * mu-msg.c: convert html mail to utf-8, too. this fixes the display of non-utf8 html with chars outside ascii Dirk-Jan C. Binnema 2011-02-06 10:49:36 +0200
  • 1276b77a17 * mu-index.c: fix needless warning when msg is no longer there Dirk-Jan C. Binnema 2011-02-04 20:52:49 +0200
  • b1a17a1b9b * mu_store_get_timestamp: fix memleak Dirk-Jan C. Binnema 2011-02-04 20:47:56 +0200
  • 52b670d1b4 * configure.ac: bump database schema version to provoke rebuild v0.9.2 Dirk-Jan C. Binnema 2011-02-02 21:09:20 +0200
  • 34c578722a * NEWS/TODO: updated for mu 0.9.2 Dirk-Jan C. Binnema 2011-02-02 21:07:55 +0200
  • 17a83203e5 * mug_query_area: fix to pass the line33 test Dirk-Jan C. Binnema 2011-02-02 00:31:13 +0200
  • 17116a0333 * updated docs/WWW Dirk-Jan C. Binnema 2011-02-02 00:13:51 +0200
  • 36d0c664aa * toys/mug2: simple welcome message in mug2 Dirk-Jan C. Binnema 2011-02-02 00:13:37 +0200
  • 965b34fd70 * test_mu_view_01: the test depended on a MIME-decoding bug in gmime; since that bug has been fixed in newer versions, accept the outcome of that, too. Dirk-Jan C. Binnema 2011-01-31 20:56:28 +0200
  • 2473c9599c * cosmetics Dirk-Jan C. Binnema 2011-01-31 09:15:55 +0200
  • 8352f6a1bf * mu-util.c: use /etc/passwd (and likewise) to determine homedir in preference over $HOME Dirk-Jan C. Binnema 2011-01-31 09:15:42 +0200
  • 96d0b4b1d4 * test-mu-cmd.c: always set a tempdir for muhome; this fixes running unit tests as a different user, and prevents unit test logs to end up in your normal log Dirk-Jan C. Binnema 2011-01-31 09:14:54 +0200
  • 5997973d41 * mu-cmd-extract.c: only check for writability of targetdir if we're actually going to write something; this fixes running unit tests in a unwritable env Dirk-Jan C. Binnema 2011-01-31 09:13:26 +0200
  • 354cc421ea * src/Makefile.am: use BUILD_TESTS Dirk-Jan C. Binnema 2011-01-31 09:12:31 +0200
  • 8d8d0d91e2 * configure.ac: clear up test check a bit Dirk-Jan C. Binnema 2011-01-31 09:11:56 +0200
  • 77a1727237 * test-mu-util.c: remove bad test that broke the gentoo build Dirk-Jan C. Binnema 2011-01-30 10:38:51 +0200
  • 40c709405f * configure.ac: improve --with-gui= handling Dirk-Jan C. Binnema 2011-01-29 21:47:16 +0200
  • 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 +0200
  • 1e4cf9a750 * NEWS/TODO: updated Dirk-Jan C. Binnema 2011-01-29 20:52:16 +0200
  • 6842c8c8a1 * mu_str_display_contact_s: split, so 'make cc10' is honored Dirk-Jan C. Binnema 2011-01-29 15:00:46 +0200
  • ea544a9148 * mug2: re-enable the window icon Dirk-Jan C. Binnema 2011-01-29 15:00:03 +0200
  • 63f1487a6b * mu-msg-body-view.c: don't navigate away from msg body Dirk-Jan C. Binnema 2011-01-29 14:38:07 +0200
  • ce3c97bbbf * mu-msg-attach-view.c: make drag&drop work for attachments Dirk-Jan C. Binnema 2011-01-29 14:32:58 +0200
  • 3ea01df556 * cosmetics Dirk-Jan C. Binnema 2011-01-29 12:45:21 +0200
  • 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 +0200
  • 79ad60e91a * mu-msg-view.c: don't show message widgets for NULL messages Dirk-Jan C. Binnema 2011-01-29 12:44:07 +0200
  • 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 +0200
  • 4f47bd0dd9 * include unistd.h, for R_OK Dirk-Jan C. Binnema 2011-01-29 12:42:17 +0200
  • 754c532df6 * update TODO Dirk-Jan C. Binnema 2011-01-24 23:48:19 +0200
  • adc61b0841 * mu-msg-source-view.c: make source buffer read-only Dirk-Jan C. Binnema 2011-01-24 23:48:12 +0200
  • 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 +0200
  • 7356e17b89 * better action handling Dirk-Jan C. Binnema 2011-01-21 20:21:38 -0500
  • a2dbe365c6 * unbreak mu-str Dirk-Jan C. Binnema 2011-01-21 20:13:18 -0500
  • abd1a45d6c * improve message display, support 'internal messages'again Dirk-Jan C. Binnema 2011-01-21 20:13:06 -0500
  • aab3226d90 * remove '-characters, () from contact displays Dirk-Jan C. Binnema 2011-01-21 20:11:11 -0500
  • 6daf2e9989 * refactoring & add 'view-source' and 'view-message' (activate with context menu) Dirk-Jan C. Binnema 2011-01-21 18:46:33 -0500
  • 21fcef13d9 * mug-msg-list-view.c: iterate the ui during list population Dirk-Jan C. Binnema 2011-01-18 19:29:20 +0200
  • 7fc00c5d10 * mu-msg-body-view.c: ignore the standard csm Dirk-Jan C. Binnema 2011-01-18 19:28:45 +0200
  • 67b63a5b4a * add FAQ (WIP) Dirk-Jan C. Binnema 2011-01-16 13:55:27 +0200
  • 4d43994722 * update docs Dirk-Jan C. Binnema 2011-01-16 13:55:00 +0200
  • 27965456ad * mu-maildir: some cleanups, shorten names for link creation Dirk-Jan C. Binnema 2011-01-16 13:54:32 +0200
  • 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 +0200
  • 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 +0200
  • 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 +0200
  • 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 +0200
  • 91cbdd6b71 * add mu_util_xapian_is_locked and use it Dirk-Jan C. Binnema 2011-01-14 07:47:19 +0200
  • 2e4a94d0d6 * mu-msg-view.c: stub implementation of action-signal handling Dirk-Jan C. Binnema 2011-01-13 21:43:18 +0200
  • 28b832a9a2 * mu-msg-header-view.c: improve header view a bit Dirk-Jan C. Binnema 2011-01-13 21:42:51 +0200
  • 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 +0200
  • 1b69d1a835 * cosmetics Dirk-Jan C. Binnema 2011-01-13 21:41:19 +0200
  • a9a2e1f94f * mu-config: better argument check, print usage info when no command is provided Dirk-Jan C. Binnema 2011-01-13 21:41:07 +0200
  • 4aa838f6f6 * mug2: implement database reindex Dirk-Jan C. Binnema 2011-01-13 00:27:27 +0200