Commit Graph

1105 Commits

Author SHA1 Message Date
12a992b8d2 * fix mu_msg refcounting in widgets 2011-03-15 20:38:26 +02:00
df2af5bbc6 * bump version 0.9.4 2011-03-08 00:50:41 +02:00
858dcb123c * big cleanup, simplification for the message widget 2011-03-08 00:50:24 +02:00
f8fd420215 * add support for using mu cfind as an external address book for 'mutt' + document 2011-03-06 12:40:08 +02:00
66a839a742 * Makefile.am: ignore tests/ for make cc10 and make line33 2011-03-06 12:16:25 +02:00
3b445d9fac * mu-contacts: plug a leak + some optimization 2011-03-06 12:16:04 +02:00
1a504b50a4 * mu-config: some refactoring to satisfy make line33 2011-03-06 12:15:43 +02:00
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
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
17f2e3bdf9 * WIP: add bbdb export support 2011-03-05 17:41:13 +02:00
1e9ec55034 * use differerent exit codes for error, no matches as >0 matches; as per man page 2011-03-05 15:07:49 +02:00
f14f8f45d7 * set dependency to glib >= 2.14, as we are using GRegex now 2011-03-05 09:43:21 +02:00
35e9e0ea8b * add mu-cmd-cfind.c to Makefile.am 2011-03-05 09:42:52 +02:00
afbaedd942 * update mu-cfind documention, fix typo in mu-find manpage 2011-03-05 09:42:35 +02:00
b6cfe6f748 * mu-cmd-cfind: split off into separate mu-cmd- file 2011-03-05 09:42:06 +02:00
86971d53d8 * WIP: basic 'mu cfind' command + start of man page 2011-03-05 00:59:35 +02:00
6226754a25 * WIP: mu-contacts; add the following: return timestamp callback and add regexp filtering capabilities 2011-03-03 21:22:11 +02:00
b9be7f210c * WIP: rudimentary implementation of the 'cfind' command, to find contacts 2011-03-02 23:26:54 +02:00
17eb035bd2 * update mug2/mug.cc for changed mu_index_new 2011-03-02 23:04:04 +02:00
0bc10837fe * fix mu-cmd-index.c, mu-store.c to honor line33 2011-03-02 23:03:24 +02:00
01c9410d0f * WIP(2): mu-contact.[ch], basic implementation 2011-03-02 22:39:32 +02:00
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
bbbba9157b * update TODO, webpage 2011-02-28 08:20:58 +02:00
0e528362de * update NEWS, TODO 2011-02-13 16:18:54 +02:00
2bb1272623 * update for 0.9.3 2011-02-13 15:44:36 +02:00
2741ef7ce6 * use org-mode for the mu web pages, updated them. 2011-02-13 10:46:50 +02:00
4dad5bcb66 * cosmetic 2011-02-06 10:50:48 +02:00
ad5aae2c6b * mu-runtime.c: fix small memleak 2011-02-06 10:50:39 +02:00
18ae059a0f * mug2/mug.cc: fix small memleak 2011-02-06 10:50:02 +02:00
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
1276b77a17 * mu-index.c: fix needless warning when msg is no longer there 2011-02-04 20:52:49 +02:00
b1a17a1b9b * mu_store_get_timestamp: fix memleak 2011-02-04 20:47:56 +02:00
52b670d1b4 * configure.ac: bump database schema version to provoke rebuild 2011-02-02 21:09:20 +02:00
34c578722a * NEWS/TODO: updated for mu 0.9.2 2011-02-02 21:07:55 +02:00
17a83203e5 * mug_query_area: fix to pass the line33 test 2011-02-02 00:31:13 +02:00
17116a0333 * updated docs/WWW 2011-02-02 00:13:51 +02:00
36d0c664aa * toys/mug2: simple welcome message in mug2 2011-02-02 00:13:37 +02:00
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
2473c9599c * cosmetics 2011-01-31 09:15:55 +02:00
8352f6a1bf * mu-util.c: use /etc/passwd (and likewise) to determine homedir in preference
over $HOME
2011-01-31 09:15:42 +02:00
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
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
354cc421ea * src/Makefile.am: use BUILD_TESTS 2011-01-31 09:12:31 +02:00
8d8d0d91e2 * configure.ac: clear up test check a bit 2011-01-31 09:11:56 +02:00
77a1727237 * test-mu-util.c: remove bad test that broke the gentoo build 2011-01-30 10:38:51 +02:00
40c709405f * configure.ac: improve --with-gui= handling 2011-01-29 21:47:16 +02:00
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
1e4cf9a750 * NEWS/TODO: updated 2011-01-29 20:52:16 +02:00
6842c8c8a1 * mu_str_display_contact_s: split, so 'make cc10' is honored 2011-01-29 15:00:46 +02:00
ea544a9148 * mug2: re-enable the window icon 2011-01-29 15:00:03 +02:00