3223892e24* mu-maildir: also ignore .#evolution, update comments a bit
Dirk-Jan C. Binnema
2011-05-06 08:33:37 +03:00
0758ab6645* refactoring: merge mu-msg-file with mu-maildir
Dirk-Jan C. Binnema
2011-05-06 08:11:47 +03:00
eabd4e2e61Merge branch 'master' into unify-msg-msgiter
Dirk-Jan C. Binnema
2011-05-05 23:10:39 +03:00
b28bea9650* mu-contacts: don't ignore whitespace in regexp (by default), so you can use "mu cfind 'John Smith'"
Dirk-Jan C. Binnema
2011-05-05 22:53:04 +03:00
3e01853243* mu-msg.c: fix compiler warning due to optimization
Dirk-Jan C. Binnema
2011-05-05 22:51:47 +03:00
1680f59f83Merge branch 'master' into unify-msg-msgiter
Dirk-Jan C. Binnema
2011-05-04 08:40:38 +03:00
b15d9a9cf5* mu-contacts.c: don't use g_key_file_(get|set)_uint64, it's requires a too new glib
Dirk-Jan C. Binnema
2011-05-04 01:43:01 +03:00
5defbd8a15* mu-contacts.c: don't use g_key_file_(get|set)_uint64, it's requires a too new glib
Dirk-Jan C. Binnema
2011-05-04 01:43:01 +03:00
030607cb5a* configure.ac: cosmetic
Dirk-Jan C. Binnema
2011-05-04 01:42:00 +03:00
e039047e64* mu-msg-data.[ch]: copy refs as well, small cleanups
Dirk-Jan C. Binnema
2011-05-03 08:19:34 +03:00
20168df0c0* test-mu-cmd.c: fix test case for apparently yet another diff between GMime versions
Dirk-Jan C. Binnema
2011-05-03 08:18:58 +03:00
e611c8cb8f* mu-msg-iter.{cc,h}: add mu_msg_iter_get_refs, small updates
Dirk-Jan C. Binnema
2011-05-03 08:18:08 +03:00
c07b8e4529* <many> add support for displaying, searching the Bcc: field
Dirk-Jan C. Binnema
2011-05-01 18:31:00 +03:00
301de1bb81* mu-store.cc: some optimizations:
Dirk-Jan C. Binnema
2011-05-01 15:55:25 +03:00
41ae585955* cosmetics
Dirk-Jan C. Binnema
2011-05-01 15:01:03 +03:00
a633475e1b* cosmetics
Dirk-Jan C. Binnema
2011-04-30 13:52:17 +03:00
cec2a53265* mu-output: don't print (null) for NULL-strings
Dirk-Jan C. Binnema
2011-04-30 13:51:26 +03:00
e33f927542* add support for message-references:
Dirk-Jan C. Binnema
2011-04-30 13:50:56 +03:00
efa026648b* mu-store.cc: some optimizations, and add the possibility to use the slightly faster 'add_document' instead of 'replace_document' (it's not used yet though)
Dirk-Jan C. Binnema
2011-04-30 11:31:34 +03:00
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 +02:00
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 +02:00
9727614f41* Makefile.am: add mu-msg-data.[ch]
Dirk-Jan C. Binnema
2011-03-21 01:56:54 +02:00
186e44ca66* mu-query: some cleanups
Dirk-Jan C. Binnema
2011-03-21 01:56:32 +02:00
656004ee9e* mu-msg-iter: some reimplementation
Dirk-Jan C. Binnema
2011-03-21 01:55:11 +02:00
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 +02:00
b98af916b5* mu-config.c: small docu update
Dirk-Jan C. Binnema
2011-03-19 10:08:20 +02:00
d98f1e52ad* mu_runtime: update getting standard dirs / paths, use them
Dirk-Jan C. Binnema
2011-03-19 10:07:32 +02:00
cd59398cd1* cosmetic
Dirk-Jan C. Binnema
2011-03-15 20:38:41 +02:00
12a992b8d2* fix mu_msg refcounting in widgets
Dirk-Jan C. Binnema
2011-03-15 20:38:26 +02:00
df2af5bbc6* bump version 0.9.4
Dirk-Jan C. Binnema
2011-03-08 00:50:41 +02:00
858dcb123c* big cleanup, simplification for the message widget
Dirk-Jan C. Binnema
2011-03-08 00:50:24 +02:00
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 +02:00
66a839a742* Makefile.am: ignore tests/ for make cc10 and make line33
Dirk-Jan C. Binnema
2011-03-06 12:16:25 +02:00
3b445d9fac* mu-contacts: plug a leak + some optimization
Dirk-Jan C. Binnema
2011-03-06 12:16:04 +02:00
1a504b50a4* mu-config: some refactoring to satisfy make line33
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
2011-03-06 12:14:26 +02:00
17f2e3bdf9* WIP: add bbdb export support
Dirk-Jan C. Binnema
2011-03-05 17:41:13 +02:00
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 +02:00
f14f8f45d7* set dependency to glib >= 2.14, as we are using GRegex now
Dirk-Jan C. Binnema
2011-03-05 09:43:21 +02:00
35e9e0ea8b* add mu-cmd-cfind.c to Makefile.am
Dirk-Jan C. Binnema
2011-03-05 09:42:52 +02:00
afbaedd942* update mu-cfind documention, fix typo in mu-find manpage
Dirk-Jan C. Binnema
2011-03-05 09:42:35 +02:00
b6cfe6f748* mu-cmd-cfind: split off into separate mu-cmd- file
Dirk-Jan C. Binnema
2011-03-05 09:42:06 +02:00
86971d53d8* WIP: basic 'mu cfind' command + start of man page
Dirk-Jan C. Binnema
2011-03-05 00:59:35 +02:00
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 +02:00
b9be7f210c* WIP: rudimentary implementation of the 'cfind' command, to find contacts
Dirk-Jan C. Binnema
2011-03-02 23:26:54 +02:00
17eb035bd2* update mug2/mug.cc for changed mu_index_new
Dirk-Jan C. Binnema
2011-03-02 23:04:04 +02:00
0bc10837fe* fix mu-cmd-index.c, mu-store.c to honor line33
Dirk-Jan C. Binnema
2011-03-02 23:03:24 +02:00
bbbba9157b* update TODO, webpage
Dirk-Jan C. Binnema
2011-02-28 08:20:58 +02:00
0e528362de* update NEWS, TODO
Dirk-Jan C. Binnema
2011-02-13 16:18:54 +02:00
2bb1272623* update for 0.9.3
Dirk-Jan C. Binnema
2011-02-13 15:44:36 +02:00
2741ef7ce6* use org-mode for the mu web pages, updated them.
Dirk-Jan C. Binnema
2011-02-13 10:46:50 +02:00
4dad5bcb66* cosmetic
Dirk-Jan C. Binnema
2011-02-06 10:50:48 +02:00
ad5aae2c6b* mu-runtime.c: fix small memleak
Dirk-Jan C. Binnema
2011-02-06 10:50:39 +02:00
18ae059a0f* mug2/mug.cc: fix small memleak
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
2011-02-06 10:49:36 +02:00
1276b77a17* mu-index.c: fix needless warning when msg is no longer there
Dirk-Jan C. Binnema
2011-02-04 20:52:49 +02:00
b1a17a1b9b* mu_store_get_timestamp: fix memleak
Dirk-Jan C. Binnema
2011-02-04 20:47:56 +02:00
52b670d1b4* configure.ac: bump database schema version to provoke rebuild
Dirk-Jan C. Binnema
2011-02-02 21:09:20 +02:00
34c578722a* NEWS/TODO: updated for mu 0.9.2
Dirk-Jan C. Binnema
2011-02-02 21:07:55 +02:00
17a83203e5* mug_query_area: fix to pass the line33 test
Dirk-Jan C. Binnema
2011-02-02 00:31:13 +02:00
17116a0333* updated docs/WWW
Dirk-Jan C. Binnema
2011-02-02 00:13:51 +02:00
36d0c664aa* toys/mug2: simple welcome message in mug2
Dirk-Jan C. Binnema
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.
Dirk-Jan C. Binnema
2011-01-31 20:56:28 +02:00
2473c9599c* cosmetics
Dirk-Jan C. Binnema
2011-01-31 09:15:55 +02:00
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 +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
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
2011-01-31 09:13:26 +02:00
354cc421ea* src/Makefile.am: use BUILD_TESTS
Dirk-Jan C. Binnema
2011-01-31 09:12:31 +02:00
8d8d0d91e2* configure.ac: clear up test check a bit
Dirk-Jan C. Binnema
2011-01-31 09:11:56 +02:00
77a1727237* test-mu-util.c: remove bad test that broke the gentoo build
Dirk-Jan C. Binnema
2011-01-30 10:38:51 +02:00