Commit Graph

899 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 1a504b50a4 * mu-config: some refactoring to satisfy make line33 2011-03-06 12:15:43 +02:00
Dirk-Jan C. Binnema f1056d9ddb * mu-cmd-cfind: use the new first_name/last_name/nick functions to generate
better address book data
2011-03-06 12:15:22 +02:00
Dirk-Jan C. Binnema 9a600e71c9 * mu-str: add mu_str_guess_first_name, mu_str_guess_last_name and
mu_str_guess_nick, + unit tests

  these function do a simple guess for the first/lastname and nick, so we can
prefill	the results of 'mu cfind' with some first guesses.
2011-03-06 12:14:26 +02:00
Dirk-Jan C. Binnema 17f2e3bdf9 * WIP: add bbdb export support 2011-03-05 17:41:13 +02:00
Dirk-Jan C. Binnema 1e9ec55034 * use differerent exit codes for error, no matches as >0 matches; as per man page 2011-03-05 15:07:49 +02:00
Dirk-Jan C. Binnema f14f8f45d7 * set dependency to glib >= 2.14, as we are using GRegex now 2011-03-05 09:43:21 +02:00
Dirk-Jan C. Binnema 35e9e0ea8b * add mu-cmd-cfind.c to Makefile.am 2011-03-05 09:42:52 +02:00
Dirk-Jan C. Binnema afbaedd942 * update mu-cfind documention, fix typo in mu-find manpage 2011-03-05 09:42:35 +02:00
Dirk-Jan C. Binnema b6cfe6f748 * mu-cmd-cfind: split off into separate mu-cmd- file 2011-03-05 09:42:06 +02:00
Dirk-Jan C. Binnema 86971d53d8 * WIP: basic 'mu cfind' command + start of man page 2011-03-05 00:59:35 +02:00
Dirk-Jan C. Binnema 6226754a25 * WIP: mu-contacts; add the following: return timestamp callback and add regexp filtering capabilities 2011-03-03 21:22:11 +02:00
Dirk-Jan C. Binnema b9be7f210c * WIP: rudimentary implementation of the 'cfind' command, to find contacts 2011-03-02 23:26:54 +02:00
Dirk-Jan C. Binnema 17eb035bd2 * update mug2/mug.cc for changed mu_index_new 2011-03-02 23:04:04 +02:00
Dirk-Jan C. Binnema 0bc10837fe * fix mu-cmd-index.c, mu-store.c to honor line33 2011-03-02 23:03:24 +02:00
Dirk-Jan C. Binnema 01c9410d0f * WIP(2): mu-contact.[ch], basic implementation 2011-03-02 22:39:32 +02:00
Dirk-Jan C. Binnema deeaf41f33 * WIP: contact listing / searching.
this is the first part, adding a cache for all the contacts in mails
  (~/.mu/cache/contacts), which is a .ini-type file.
2011-03-02 00:13:24 +02:00
Dirk-Jan C. Binnema bbbba9157b * update TODO, webpage 2011-02-28 08:20:58 +02:00
Dirk-Jan C. Binnema 0e528362de * update NEWS, TODO 2011-02-13 16:18:54 +02:00
Dirk-Jan C. Binnema 2bb1272623 * update for 0.9.3 2011-02-13 15:44:36 +02:00
Dirk-Jan C. Binnema 2741ef7ce6 * use org-mode for the mu web pages, updated them. 2011-02-13 10:46:50 +02:00
Dirk-Jan C. Binnema 4dad5bcb66 * cosmetic 2011-02-06 10:50:48 +02:00
Dirk-Jan C. Binnema ad5aae2c6b * mu-runtime.c: fix small memleak 2011-02-06 10:50:39 +02:00
Dirk-Jan C. Binnema 18ae059a0f * mug2/mug.cc: fix small memleak 2011-02-06 10:50:02 +02:00
Dirk-Jan C. Binnema d015b04c2a * mu-msg.c: convert html mail to utf-8, too. this fixes the display of
non-utf8 html with chars outside ascii
2011-02-06 10:49:36 +02:00
Dirk-Jan C. Binnema 1276b77a17 * mu-index.c: fix needless warning when msg is no longer there 2011-02-04 20:52:49 +02:00
Dirk-Jan C. Binnema b1a17a1b9b * mu_store_get_timestamp: fix memleak 2011-02-04 20:47:56 +02:00
Dirk-Jan C. Binnema 52b670d1b4 * configure.ac: bump database schema version to provoke rebuild 2011-02-02 21:09:20 +02:00
Dirk-Jan C. Binnema 34c578722a * NEWS/TODO: updated for mu 0.9.2 2011-02-02 21:07:55 +02:00
Dirk-Jan C. Binnema 17a83203e5 * mug_query_area: fix to pass the line33 test 2011-02-02 00:31:13 +02:00
Dirk-Jan C. Binnema 17116a0333 * updated docs/WWW 2011-02-02 00:13:51 +02:00
Dirk-Jan C. Binnema 36d0c664aa * toys/mug2: simple welcome message in mug2 2011-02-02 00:13:37 +02:00
Dirk-Jan C. Binnema 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.
2011-01-31 20:56:28 +02:00
Dirk-Jan C. Binnema 2473c9599c * cosmetics 2011-01-31 09:15:55 +02:00
Dirk-Jan C. Binnema 8352f6a1bf * mu-util.c: use /etc/passwd (and likewise) to determine homedir in preference
over $HOME
2011-01-31 09:15:42 +02:00
Dirk-Jan C. Binnema 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
2011-01-31 09:14:54 +02:00
Dirk-Jan C. Binnema 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
2011-01-31 09:13:26 +02:00
Dirk-Jan C. Binnema 354cc421ea * src/Makefile.am: use BUILD_TESTS 2011-01-31 09:12:31 +02:00
Dirk-Jan C. Binnema 8d8d0d91e2 * configure.ac: clear up test check a bit 2011-01-31 09:11:56 +02:00
Dirk-Jan C. Binnema 77a1727237 * test-mu-util.c: remove bad test that broke the gentoo build 2011-01-30 10:38:51 +02:00
Dirk-Jan C. Binnema 40c709405f * configure.ac: improve --with-gui= handling 2011-01-29 21:47:16 +02:00
Dirk-Jan C. Binnema f6944f45a5 * configure.ac: make gui configurable, --with-gui=(gtk2|gtk3|none|auto),
defaults to 'auto', which uses gtk2 if it's found
2011-01-29 21:05:28 +02:00
Dirk-Jan C. Binnema 1e4cf9a750 * NEWS/TODO: updated 2011-01-29 20:52:16 +02:00
Dirk-Jan C. Binnema 6842c8c8a1 * mu_str_display_contact_s: split, so 'make cc10' is honored 2011-01-29 15:00:46 +02:00
Dirk-Jan C. Binnema ea544a9148 * mug2: re-enable the window icon 2011-01-29 15:00:03 +02:00
Dirk-Jan C. Binnema 63f1487a6b * mu-msg-body-view.c: don't navigate away from msg body 2011-01-29 14:38:07 +02:00
Dirk-Jan C. Binnema ce3c97bbbf * mu-msg-attach-view.c: make drag&drop work for attachments 2011-01-29 14:32:58 +02:00
Dirk-Jan C. Binnema 3ea01df556 * cosmetics 2011-01-29 12:45:21 +02:00
Dirk-Jan C. Binnema 31b816a5d3 * mu-msg-normal-view.c: show messsage in an expander, instead of in gtkframe 2011-01-29 12:45:01 +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 c10ef1f384 * mu-msg-attach-view.c: don't use gtk_icon_view_set_item_orientation, it
requires gtk 2.22 which is too new
2011-01-29 12:43:36 +02:00