mu/src
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
..
tests * update test_view so we don't fail with gmime 2.4.24 2011-04-16 14:25:40 +03:00
Makefile.am * add mu-msg-data-cache.[ch], WIP for the new custom tree model 2011-03-31 23:09:14 +03:00
mu-bookmarks.c * cosmetics 2011-01-07 08:31:36 +02:00
mu-bookmarks.h * <many>: use some gcc attributes (if applicable) for optimization 2010-11-30 08:32:59 +02:00
mu-cmd-cfind.c * mu_runtime: update getting standard dirs / paths, use them 2011-03-19 10:07:32 +02:00
mu-cmd-extract.c * mu-cmd-extract.c: only check for writability of targetdir if we're actually 2011-01-31 09:13:26 +02:00
mu-cmd-find.c * mu_runtime: update getting standard dirs / paths, use them 2011-03-19 10:07:32 +02:00
mu-cmd-index.c * fix infinite loop in mu-cmd-index (fixes issue #36) + some cosmetics 2011-04-24 16:03:40 +03:00
mu-cmd.c * mu-cmd-cfind: split off into separate mu-cmd- file 2011-03-05 09:42:06 +02:00
mu-cmd.h * WIP: rudimentary implementation of the 'cfind' command, to find contacts 2011-03-02 23:26:54 +02:00
mu-config.c * mu-config.c: small docu update 2011-03-19 10:08:20 +02:00
mu-config.h * add support for using mu cfind as an external address book for 'mutt' + document 2011-03-06 12:40:08 +02:00
mu-contacts.c * mu-contacts: plug a leak + some optimization 2011-03-06 12:16:04 +02:00
mu-contacts.h * use differerent exit codes for error, no matches as >0 matches; as per man page 2011-03-05 15:07:49 +02:00
mu-index.c * WIP: contact listing / searching. 2011-03-02 00:13:24 +02:00
mu-index.h * WIP: contact listing / searching. 2011-03-02 00:13:24 +02:00
mu-log.c * add mode_t arg to mu_util_create_dir_maybe, add mu_util_cache_dir 2011-01-11 00:44:03 +02:00
mu-log.h * cosmetics 2011-01-07 08:31:36 +02:00
mu-maildir.c * mu-maildir: some micro optimizations 2011-04-16 14:26:06 +03:00
mu-maildir.h * change MuMaildirWalkMsgCallback so it take a full stat buf* instead of just 2011-01-15 11:53:18 +02:00
mu-msg-contact.c * mu-msg-contact.[ch]: add _new, _destroy functions 2010-11-20 20:28:54 +02:00
mu-msg-contact.h * mu-msg-contact.[ch]: add _new, _destroy functions 2010-11-20 20:28:54 +02:00
mu-msg-data-cache.c * add mu-msg-data-cache.[ch], WIP for the new custom tree model 2011-03-31 23:09:14 +03:00
mu-msg-data-cache.h * add mu-msg-data-cache.[ch], WIP for the new custom tree model 2011-03-31 23:09:14 +03:00
mu-msg-data.c * mu-msg-data.c: add missing #include <string.h> for memcpy 2011-03-22 23:41:12 +02:00
mu-msg-data.h * add mu-msg-data.[ch], which is useful when one needs to cache message data 2011-03-22 23:36:11 +02:00
mu-msg-fields.c * mu-msg-fields: store escaped versions of maildirs, so matching works for 'strangely named' ones 2011-01-11 23:18:55 +02:00
mu-msg-fields.h * add mu_msg_iter_get_index, to get the sequence number of the iterator 2011-03-19 10:11:13 +02:00
mu-msg-file.c * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen' 2011-03-31 23:08:26 +03:00
mu-msg-file.h * mu-msg-file: cosmetics 2010-12-11 13:53:50 +02:00
mu-msg-flags.c * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen' 2011-03-31 23:08:26 +03:00
mu-msg-flags.h * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen' 2011-03-31 23:08:26 +03:00
mu-msg-iter-priv.hh * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-msg-iter.cc * mu-msg-iter.cc, mu-query.cc, mu-store.cc: use more c++ facilities 2011-03-22 23:37:01 +02:00
mu-msg-iter.h * mu-msg-iter: some reimplementation 2011-03-21 01:55:11 +02:00
mu-msg-part.c * mu-msg-part: cleanups & fixes, added mu_msg_part_looks_like_attachment 2011-01-11 23:17:03 +02:00
mu-msg-part.h * mu-msg-part: cleanups & fixes, added mu_msg_part_looks_like_attachment 2011-01-11 23:17:03 +02:00
mu-msg-prio.c * mu-msg-prio: some coding updates 2010-11-21 15:43:11 +02:00
mu-msg-prio.h * mu-msg-prio: some coding updates 2010-11-21 15:43:11 +02:00
mu-msg-priv.h * make mu-cmd reference-counted (make mu_msg_destroy internal, use 2011-01-09 18:54:14 +02:00
mu-msg.c * fix mu_msg refcounting in widgets 2011-03-15 20:38:26 +02:00
mu-msg.h * mu-msg, mu-msg-part: overhaul of mime-part handling 2011-01-11 00:45:03 +02:00
mu-output.c * make mu-cmd reference-counted (make mu_msg_destroy internal, use 2011-01-09 18:54:14 +02:00
mu-output.h * initial plumbing and some documentation for xml/json/sexp output through 2011-01-05 20:35:50 +02:00
mu-query.cc * mu-msg-iter.cc, mu-query.cc, mu-store.cc: use more c++ facilities 2011-03-22 23:37:01 +02:00
mu-query.h * many changes to the config system 2011-01-04 23:19:03 +02:00
mu-runtime.c * fix infinite loop in mu-cmd-index (fixes issue #36) + some cosmetics 2011-04-24 16:03:40 +03:00
mu-runtime.h * mu_runtime: update getting standard dirs / paths, use them 2011-03-19 10:07:32 +02:00
mu-store.cc * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen' 2011-03-31 23:08:26 +03:00
mu-store.h * WIP: contact listing / searching. 2011-03-02 00:13:24 +02:00
mu-str-normalize.c * mu-str-normalize.c: add note about alternative implementation 2010-12-03 20:53:25 +02:00
mu-str.c * mu-str: add mu_str_guess_first_name, mu_str_guess_last_name and 2011-03-06 12:14:26 +02:00
mu-str.h * mu-str.h: improve mu_str_is_empty macro 2011-03-22 23:37:17 +02:00
mu-util-db.cc * fix compiler warnings for gcc 4.5 2011-04-15 08:49:04 +03:00
mu-util.c * fix infinite loop in mu-cmd-index (fixes issue #36) + some cosmetics 2011-04-24 16:03:40 +03:00
mu-util.h * add mu_util_xapian_is_locked and use it 2011-01-14 07:47:19 +02:00
mu.cc * cosmetics 2011-01-13 21:41:19 +02:00