summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-03-30* updates for new mu_str escaping function, better error handlingdjcb
2012-03-30* mu-util.h: fix catch-macro for the case where the GError is set alreadydjcb
2012-03-30* mu-str etc.: improve escaping (for gmail folder names)djcb
2012-03-30* mu-store-read.cc: cosmeticdjcb
2012-03-29* mu-msg.c: fix for mu_msg_move_to_maildir for top-level messagesdjcb
2012-03-27* don't save drafts immediately, and do the post-sending stuff not in hooks,djcb
but rather by a special 'sent-' message handler
2012-03-26* mu-maildir.c: ignore emacs temp filesdjcb
2012-03-26* mu-store.cc: add include unistd.h; this is needed by g++ 4.7 (as noted bydjcb
Tom Willemsen)
2012-03-25* implement the :erase message from the backend to properly clean up thedjcb
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-24* mu-maildir.c: small cleanupsdjcb
2012-03-19* test-mu-util.c: remove broken test casedjcb
2012-03-19* fix mu_util_guess_maildir, mu_util_guess_mu_homedir for freebsddjcb
2012-03-19* mu-msg-file.c: mu_msg_mime_part_to_string: less noisy handling of broken ↵djcb
messages
2012-03-19* tests: don't use mu_util_init_system, small cleanupsdjcb
2012-03-19* mu-runtime.c, mu-util.c: remove mu_util_init_systemdjcb
- no longer needed, since we no longer need to special case the BSDs
2012-03-19* mu-maildir.c: clear up maildir scanningdjcb
- improve handle of special dirs/files (add dovecot special-casing) - clear up struct direntry* mem management
2012-03-19* test-mu-cmd-cfind.c: fix unit tests for ubuntu 10.04djcb
the tests made unwarranted assumptions about the order in which addresses are returned.
2012-03-18* fix logic screwup in determining submailddirs of dirs starting with 'c' ordjcb
'n'; based on a patch by Jack Erwin
2012-03-14* tests/: fix test cases for freebsd (and other bsds)djcb
2012-03-14* some warning fixes for gcc 4.1.1djcb
2012-03-13* fix compiler warning for newest gcc/g++djcb
2012-03-11* mu-msg-part: g_mime_data_wrapper_write_to_stream returns ssize_t, notv0.9.8.2djcb
gboolean
2012-03-08* mu_util_play: accept paths with spaces etc. as welldjcb
2012-03-08* tests: more gracefully deal with the case where there's no en_US.utf8 localedjcb
2012-03-08* test-mu-util.c: fix test_mu_util_dir_expand_03 for the symlink casedjcb
2012-02-29* make mu compile warning-free with clang/clang++Dirk-Jan C. Binnema
2012-02-29* possible fix for some encoding problem (mu_util_fputs_encoded) + cosmeticsDirk-Jan C. Binnema
2012-02-26* test-mu-maildir: add some extra tests for maildir creationDirk-Jan C. Binnema
2012-02-26* mu-cmd-find.c: with --format=links, always try to create the target maildir,Dirk-Jan C. Binnema
even if the toplevel already exists
2012-02-26* mu-maildir.[ch]: make create_maildir work even if the maildir alreadyDirk-Jan C. Binnema
partially exists and double-check permissions
2012-02-26* cosmeticsDirk-Jan C. Binnema
2012-02-23* mu-cmd-find.c: --format=links: don't show error when there isn't any + ↵Dirk-Jan C. Binnema
unit test
2012-02-18* remove traces of the 'cleanup' commanddjcb
2012-02-15* mu-msg-file: for text-bodies, concatenate all text/plain partsdjcb
2012-02-13* update test, docs for mu extractdjcb
2012-02-13* update code for new mu_msg_part_for_each APIdjcb
2012-02-13* update attachment extraction code:djcb
- only consider 'leaf', 'message' parts in for_each - special handling for gmimemessage - some cleanups
2012-02-09* mu-cmd-server.c: fix backend problem when forwarding messages with attachmentsdjcb
2012-02-09* features: mark messages as read/unreaddjcb
2012-01-31* test-mu-maildir.c: work around some weirdness on MacOS, fix permissionsdjcb
failure in 'distcheck'
2012-01-23* test-mu-maildir.c: make the verbose output a bit more useful.djcb
2012-01-23* don't insist on using xdg-open; use "open" on MacOS or what ↵djcb
MU_PLAY_PROGRAM sets
2012-01-22* minordjcb
2012-01-22* mu-config.c: deal with the case where no Maildir is defineddjcb
2012-01-22* fix mu_cmd_index for line33djcb
2012-01-22* mu_index: fix error handlingv0.9.8-beta2djcb
2012-01-21* mu-cmd-index.c: improve color output when indexingdjcb
2012-01-21* mu-cmd-index.c: fix print_stats for 'line33'djcb
2012-01-21* make colorized output the defaultdjcb
- turn of with --nocolor, or by setting MU_NOCOLOR to non-empty
2012-01-21* tests: fix unit tests for the improved parsingdjcb