mu/src
djcb 67261b614d * implement the :erase message from the backend to properly clean up the
header buffer

  When we're doing a search while the results of a previous search are still
  coming in from the backend, this way we can tell the frontend that this is
  the right time to clear the buffer (previously, sometimes the results would
  be mixed).
2012-03-25 13:25:55 +03:00
..
tests * test-mu-util.c: remove broken test case 2012-03-19 20:54:23 +02:00
Makefile.am * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-bookmarks.c * cosmetic 2011-06-15 23:52:41 +03: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 * make colorized output the default 2012-01-21 12:12:41 +02:00
mu-cmd-extract.c * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-cmd-find.c * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-cmd-index.c * fix mu_cmd_index for line33 2012-01-22 10:33:47 +02:00
mu-cmd-server.c * implement the :erase message from the backend to properly clean up the 2012-03-25 13:25:55 +03:00
mu-cmd.c * remove traces of the 'cleanup' command 2012-02-18 17:11:32 +02:00
mu-cmd.h * mu-cmd.c: use GError + cleanups 2011-09-03 10:44:36 +03:00
mu-config.c * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-config.h * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-contacts.c * mu-contacts: add mu_contacts_clear, whitespace fixes 2011-08-30 22:00:00 +03:00
mu-contacts.h * minor 2011-12-13 07:47:59 +02:00
mu-container.c * improve thread information, allow for better display in mm 2011-11-20 01:20:38 +02:00
mu-container.h * threader/container: support reverse sorting for threaded output, some cleanups 2011-09-30 08:30:24 +03:00
mu-date.c * cosmetics 2012-01-21 11:10:19 +02:00
mu-date.h * mu-date.[ch]: split off date-related funcs in separate files 2011-07-21 00:29:12 +03:00
mu-flags.c * mu mv updates: 2011-08-16 23:42:47 +03:00
mu-flags.h * make mu compile warning-free with clang/clang++ 2012-02-29 21:08:23 +02:00
mu-index.c * remove the bogus TIMESTAMP field 2012-01-01 13:53:18 +02:00
mu-index.h * mu-index: update for the store changes 2011-09-03 10:45:54 +03:00
mu-log.c * disable g_debug in functions that may be called for logging is initialized 2012-01-19 19:24:46 +02:00
mu-log.h * cosmetics 2011-07-25 08:22:58 +03:00
mu-maildir.c * mu-maildir.c: small cleanups 2012-03-24 11:17:54 +02:00
mu-maildir.h * mu-maildir.[ch]: make create_maildir work even if the maildir already 2012-02-26 12:16:57 +02:00
mu-msg-cache.c * remove the bogus TIMESTAMP field 2012-01-01 13:53:18 +02:00
mu-msg-cache.h * mu-msg-cache: add support for GSList* values 2011-06-15 23:48:54 +03:00
mu-msg-doc.cc * mu-msg-doc.cc, mu-msg-iter.cc, mu-msg.h: cosmetics 2011-09-03 10:48:36 +03:00
mu-msg-doc.h * mu-msg-doc: cosmetics, documentation 2011-06-18 18:42:24 +03:00
mu-msg-fields.c * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-msg-fields.h * remove the bogus TIMESTAMP field 2012-01-01 13:53:18 +02:00
mu-msg-file.c * mu-msg-file.c: mu_msg_mime_part_to_string: less noisy handling of broken messages 2012-03-19 20:50:12 +02:00
mu-msg-file.h * cosmetics 2011-07-26 08:43:33 +03:00
mu-msg-iter.cc * mu-msg-iter: support reverse sorting 2011-09-30 08:34:49 +03:00
mu-msg-iter.h * improve thread information, allow for better display in mm 2011-11-20 01:20:38 +02:00
mu-msg-part.c * some warning fixes for gcc 4.1.1 2012-03-14 00:07:29 +02:00
mu-msg-part.h * update attachment extraction code: 2012-02-13 22:35:22 +02:00
mu-msg-prio.c * cosmetics, re-indentation 2011-05-19 07:32:09 +03:00
mu-msg-prio.h * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
mu-msg-priv.h * mu-msg-file: ensure that mu_msg_file_get_header always returns proper utf8 2012-01-12 00:21:33 +02:00
mu-msg-sexp.c * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-msg.c * features: mark messages as read/unread 2012-02-09 21:10:33 +02:00
mu-msg.h * mu-msg: add mu_msg_close_file_backend 2012-01-12 00:20:14 +02:00
mu-query.cc * some warning fixes for gcc 4.1.1 2012-03-14 00:07:29 +02:00
mu-query.h * minor 2011-12-30 13:26:58 +02:00
mu-runtime.c * mu-runtime.c, mu-util.c: remove mu_util_init_system 2012-03-19 20:47:38 +02:00
mu-runtime.h * support different log files for different front ends (mu, mug, procmule etc.) 2011-07-23 17:56:25 +03:00
mu-store-priv.hh * fix compiler warning for newest gcc/g++ 2012-03-13 23:06:17 +02:00
mu-store-read.cc * <many> add support for searching attachment mime-types 2011-11-11 09:13:35 +02:00
mu-store-write.cc * update code for new mu_msg_part_for_each API 2012-02-13 22:36:22 +02:00
mu-store.cc * mu-store.[cc,h]: cleanup API, implementation 2011-09-18 14:40:51 +03:00
mu-store.h * mu_store_add_path now takes a maildir arg 2011-09-20 00:22:21 +03: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-msg-str.c: improve xapian-escaping, string-eating 2012-01-21 11:18:29 +02:00
mu-str.h * mu-str: add mu_str_utf8ify 2012-01-12 00:19:35 +02:00
mu-threader.c * fix threading in the presence of duplicate messages 2011-10-10 08:36:34 +03:00
mu-threader.h * threader/container: support reverse sorting for threaded output, some cleanups 2011-09-30 08:30:24 +03:00
mu-util.c * fix mu_util_guess_maildir, mu_util_guess_mu_homedir for freebsd 2012-03-19 20:53:18 +02:00
mu-util.h * mu-runtime.c, mu-util.c: remove mu_util_init_system 2012-03-19 20:47:38 +02:00
mu.cc * possible fix for some encoding problem (mu_util_fputs_encoded) + cosmetics 2012-02-29 20:51:29 +02:00