Commit Graph

931 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 674c6d0a8f * update mu for v. 0.9.5 2011-04-25 18:58:04 +03:00
Dirk-Jan C. Binnema 8f9bd404cf * fix infinite loop in mu-cmd-index (fixes issue #36) + some cosmetics 2011-04-24 16:03:40 +03:00
Dirk-Jan C. Binnema 3b3dc10b67 * nothing 2011-04-16 14:27:53 +03:00
Dirk-Jan C. Binnema fa23a29819 * configure.ac: warn user that mug2 won't work with gtk3
(mug2 uses webkit, which depends on gtk+2, and we cannot have both gtk+2 and
  gtk+3 in one process)
2011-04-16 14:27:15 +03:00
Dirk-Jan C. Binnema c8dc40dadd * mu-maildir: some micro optimizations 2011-04-16 14:26:06 +03:00
Dirk-Jan C. Binnema f49f36bede * update test_view so we don't fail with gmime 2.4.24 2011-04-16 14:25:40 +03:00
Dirk-Jan C. Binnema d0cd64605d * add .gitignore 2011-04-15 08:53:35 +03:00
Dirk-Jan C. Binnema c6fb50b166 * fix compiler warnings for gcc 4.5 2011-04-15 08:49:04 +03:00
Dirk-Jan C. Binnema 5cbaf34cfa * index.org -- minor update 2011-04-12 22:52:38 +03:00
Dirk-Jan C. Binnema fcef73ad19 * update index.org (webpage) for new release 2011-04-12 22:43:41 +03:00
Dirk-Jan C. Binnema be687f8722 * update mu-find man page with the new information about Wanderlust integration 2011-04-12 22:43:21 +03:00
Dirk-Jan C. Binnema 5559f18380 * update NEWS/TODO for version 0.9.4 2011-04-12 22:42:49 +03:00
Dirk-Jan C. Binnema 983321609f * updates to the man pages 2011-04-05 07:34:22 +03:00
Dirk-Jan C. Binnema f9acc69975 * add mu-msg-data-cache.[ch], WIP for the new custom tree model 2011-03-31 23:09:14 +03:00
Dirk-Jan C. Binnema b27a9f47c4 * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen'
- update documentation
  - update test cases
  - some cleanups in the C++-code
  - bump the database version, to trigger the --rebuild warning
2011-03-31 23:08:26 +03:00
Dirk-Jan C. Binnema 9a4ba103d2 * mu-msg-data.c: add missing #include <string.h> for memcpy 2011-03-22 23:41:12 +02:00
Dirk-Jan C. Binnema 054282dc63 * mu-str.h: improve mu_str_is_empty macro 2011-03-22 23:37:17 +02:00
Dirk-Jan C. Binnema adf45c4ee0 * mu-msg-iter.cc, mu-query.cc, mu-store.cc: use more c++ facilities 2011-03-22 23:37:01 +02:00
Dirk-Jan C. Binnema 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)
2011-03-22 23:36:11 +02:00
Dirk-Jan C. Binnema 9727614f41 * Makefile.am: add mu-msg-data.[ch] 2011-03-21 01:56:54 +02:00
Dirk-Jan C. Binnema 186e44ca66 * mu-query: some cleanups 2011-03-21 01:56:32 +02:00
Dirk-Jan C. Binnema 656004ee9e * mu-msg-iter: some reimplementation 2011-03-21 01:55:11 +02:00
Dirk-Jan C. Binnema 4f93f7cc05 * add mu_msg_iter_get_index, to get the sequence number of the iterator 2011-03-19 10:11:13 +02:00
Dirk-Jan C. Binnema b98af916b5 * mu-config.c: small docu update 2011-03-19 10:08:20 +02:00
Dirk-Jan C. Binnema d98f1e52ad * mu_runtime: update getting standard dirs / paths, use them 2011-03-19 10:07:32 +02:00
Dirk-Jan C. Binnema cd59398cd1 * cosmetic 2011-03-15 20:38:41 +02:00
Dirk-Jan C. Binnema 12a992b8d2 * fix mu_msg refcounting in widgets 2011-03-15 20:38:26 +02:00
Dirk-Jan C. Binnema df2af5bbc6 * bump version 0.9.4 2011-03-08 00:50:41 +02:00
Dirk-Jan C. Binnema 858dcb123c * big cleanup, simplification for the message widget 2011-03-08 00:50:24 +02:00
Dirk-Jan C. Binnema f8fd420215 * add support for using mu cfind as an external address book for 'mutt' + document 2011-03-06 12:40:08 +02:00
Dirk-Jan C. Binnema 66a839a742 * Makefile.am: ignore tests/ for make cc10 and make line33 2011-03-06 12:16:25 +02:00
Dirk-Jan C. Binnema 3b445d9fac * mu-contacts: plug a leak + some optimization 2011-03-06 12:16:04 +02:00
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