summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-16* fix 'make distcheck' -- make thread test work regardless of indexing-order ...Dirk-Jan C. Binnema
2011-08-13* mu-store.cc: optimize flag storing by pre-calculating the stringsDirk-Jan C. Binnema
2011-08-13* restore flag:unread and some optimizationDirk-Jan C. Binnema
2011-08-13* update maildir unit testsDirk-Jan C. Binnema
2011-08-13* fix mu-msg-sexp.c for make line33Dirk-Jan C. Binnema
2011-08-13* mu-cmd.c: support target-less moving (i.e.. flag setting)Dirk-Jan C. Binnema
2011-08-13* mu-maildir.[ch]: re-implement message flag parsing, message movingDirk-Jan C. Binnema
2011-08-13* mu-flags.[ch]: small updatesDirk-Jan C. Binnema
2011-08-11* MuMsgFlags => MuFlagsDirk-Jan C. Binnema
2011-08-11* test-mu-maildir.c: add some test casesDirk-Jan C. Binnema
2011-08-11* MuResult/MuExitCode => MuErrorDirk-Jan C. Binnema
2011-08-11* mu-maildir.c: allow for names without !/:Dirk-Jan C. Binnema
2011-08-11* minorDirk-Jan C. Binnema
2011-08-11* mu-msg-sexp.c: fix each_contact for cc10, line33 checksDirk-Jan C. Binnema
2011-08-10* test-mu-store.c: fix test case (gboolean vs MuExitCode)Dirk-Jan C. Binnema
2011-08-10* cosmetics, minorDirk-Jan C. Binnema
2011-08-10* mu-cmd.c, mu-config.c: enable 'mu add' and 'mu remove' and fix line33 checkDirk-Jan C. Binnema
2011-08-10* mu-cmd-find.c, mu-msg-sexp.c, mu-msg.c: refactor for 'make line33' checkDirk-Jan C. Binnema
2011-08-09* mu-msg-flags.c: cosmeticDirk-Jan C. Binnema
2011-08-09* mu-msg-part.c, mu-runtime.c: updates for mu_util_create_dir_maybe changeDirk-Jan C. Binnema
2011-08-09* make mu_util_create_dir_maybe potentially not warn (useful when the loggingDirk-Jan C. Binnema
2011-08-09* mu-cmd: fix gboolean vs MuExitCode confusionDirk-Jan C. Binnema
2011-08-08* mu-msg-sexp.c: updates, extensions to the format:Dirk-Jan C. Binnema
2011-08-08* mu-msg-flags.c: be more strict for maildir flags; they must be uppercaseDirk-Jan C. Binnema
2011-08-08* docu fixesDirk-Jan C. Binnema
2011-08-06* mu-msg-sexp.c: add attachment info to the s-expressionDirk-Jan C. Binnema
2011-08-06* mu-msg-part.[ch]: cosmetics, minorDirk-Jan C. Binnema
2011-08-05* mu-cmd.c: (mu mv) make --printtarget work even with target=/dev/nullDirk-Jan C. Binnema
2011-08-03* cosmeticsDirk-Jan C. Binnema
2011-08-03* mu-cmd-find.c: remove json output and add option to check for file readabilityDirk-Jan C. Binnema
2011-08-03* mu-msg.[ch]: add mu_msg_is_readableDirk-Jan C. Binnema
2011-08-03* some mu_store_store => mu_store_store_msg and the consequencesDirk-Jan C. Binnema
2011-08-03* add 'mu add' and 'mu remove' commands for adding, removing messages from th...Dirk-Jan C. Binnema
2011-08-02* mu-mv: optionally, let it update the database (--updatedb) and print theDirk-Jan C. Binnema
2011-08-02* mu-cmd, mu-config: add --flags parameter to 'mu move', to change the messag...Dirk-Jan C. Binnema
2011-08-02* mu-msg: add mu_msg_file_move_to_maildir which uses a path rather than aDirk-Jan C. Binnema
2011-08-02* cosmeticsDirk-Jan C. Binnema
2011-08-01* added the mu mv command for moving, removing messages (WIP)Dirk-Jan C. Binnema
2011-07-31* use the sexp export that moved to mu-msg-sexpDirk-Jan C. Binnema
2011-07-31* minor stuff / cosmeticsDirk-Jan C. Binnema
2011-07-31* mu-str.h make mu_str_escape_c_literal optionionally quote "" its resultDirk-Jan C. Binnema
2011-07-27* centralize formatstr parsing, cleanupDirk-Jan C. Binnema
2011-07-26* cosmeticsDirk-Jan C. Binnema
2011-07-26* mu-cmd-find: improve --format=sexp outputDirk-Jan C. Binnema
2011-07-25* cosmeticsDirk-Jan C. Binnema
2011-07-25* mu-msg: add mu_msg_move_to_maildir, to move a message to different maildirDirk-Jan C. Binnema
2011-07-23* update for new mu_runtime init stuffDirk-Jan C. Binnema
2011-07-23* support different log files for different front ends (mu, mug, procmule etc.)Dirk-Jan C. Binnema
2011-07-22* cosmeticDirk-Jan C. Binnema
2011-07-21* test-mu-date: added some unit testsDirk-Jan C. Binnema