summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-05-21* fix refactoring fall-outdjcb
2012-05-21* refactoring: split src/ into mu/ and lib/djcb
2012-05-20* append all inline text/plain parts for the body, add test casesdjcb
2012-05-17* cosmeticdjcb
2012-05-16* support getting all image attachments as temp files (change in mu-msg-sexpdjcb
api)
2012-05-14* add some test mails for the unit testsdjcb
2012-05-14* cosmeticdjcb
2012-05-14* mu-index.c: improve error message for invalid e-mailsdjcb
2012-05-14* mu-cmd-server.c: properly quote error messagesdjcb
2012-05-13* mu4e: get information about all mime parts, not just attachmentsdjcb
2012-05-11* fix: shortcut for signed is 'z', not 's'; add some unit tests as welldjcb
2012-05-04* mu-str.c: do some more massaging for xapian queries with brackets, add ↵djcb
unit tests
2012-05-04* small fixes in address generation, mu:contact->stringdjcb
2012-05-04* mu-cmd-find.c: don't try to summarize a NULL bodydjcb
2012-04-30* some small fixes for passing 'make cc10' and 'make line35'djcb
2012-04-28* don't concatenate all text parts in message bodydjcb
2012-04-28* mu-cmd-server.c: add some commentdjcb
2012-04-28* add --summary-len option for mu find and mu view, and document itdjcb
2012-04-28* cosmeticdjcb
2012-04-28* mu4e-proc, mu-cmd-server: update server outputdjcb
protocol - this unbreaks running mu server on non-utf8 locales - should also be a bit faster - configure.ac: bump version
2012-04-26* cosmeticsdjcb
2012-04-21* cosmeticdjcb
2012-04-19* mu4e-server.c: when flagging based on message-id, update /all/ matchingdjcb
messages this is a common case when sending messages to ourselves (maybe through a mailing list), where there would a message in inbox and sentbox with the same id. we set the flag on both
2012-04-16* improve support for non-latin languages (cyrillic etc.) (WIP)djcb
- change the various escaping / normalization functions to better deal with non-ascii, non-latin languages, such as Russian. It seems. now we can match 'Тесла' or 'Аркона' without problem. - added unit test. - WIP -- needs more testing.
2012-04-15* change mu_util_play a bit to better deal with non-ascii filenamesdjcb
- don't try to encode anything, but pass the filename into the argv for the program to open (before we, used g_spawn_command_line_async, and there we need to escape things for the command line. Now we use g_spawn_command, so we can pass argv as such. - add a GError** arg to mu_util_play, and update all callers - cleanup the mu-cmd-extract code a bit
2012-04-15* mu-cmd-server.c: big overhaul of the mu-server process implementationdjcb
2012-04-13* mu-str.c, test-mu-query.c: ensure all unit tests passdjcb
2012-04-13* update unit tests for new escapingdjcb
2012-04-13* mu-store-write.cc: small updates for api changes, cleanupsdjcb
2012-04-13* mu-query.cc: use mu_util_g_set_errordjcb
2012-04-13* introduce mu_util_g_set_error, a g_set_error wrapperdjcb
2012-04-13* mu-str.c: improve escaping of query termsdjcb
2012-04-13* mu-msg-field.[ch]: provide information about whether a field is adjcb
range-field (i.e.., size, date)
2012-04-12* shorten mu_cmd_server a bit, so it satisfies `make line35'djcb
2012-04-11* mu-msg-part.c, mu-msg-sexp.c: handle parts with unknown (or zero) sizedjcb
correctly, set :size to -1 so front-end can deal with it appropriately.
2012-04-11* cosmeticsdjcb
2012-04-11* include the reply_to address in the list of contact informations:djcb
- mu-msg: add it to the list for for_each - mu_msg-sexp: export is as a list in (file-based) msg sexps - store-write: for now, don't include it in the database
2012-04-07* mu-cmd-server.c: fix off-by-one in number of matches to displaydjcb
2012-04-05* fix memleak in threadingdjcb
2012-04-04* mu-cmd-server.c: fix error handlingdjcb
2012-04-04* mu-msg-part.c: fix errr handling in write_part_to_fddjcb
2012-04-03* mu-threader.c: for now disable the special code for messages with dup msgidsdjcb
as this is causing infloops... FIXME
2012-04-03* set the domain in g_set_error, to prevent runtime-warnings with recent glibdjcb
2012-04-03* small leak fixesdjcb
2012-04-02* mu-msg-file.c: correctly display utf-8 encoded messages without explicitdjcb
charset (such as mu4e draft messages)
2012-04-01* fix glib warnings (compile time, runtime): add error gquark, don't use ↵djcb
g_atexit
2012-04-01* mu-cmd-server.c: return full message info in (:update ...) so we don't losedjcb
the body when refreshing previously-unread messages
2012-04-01* mu-stored-read.cc: don't do excessive loggingdjcb
2012-04-01* cosmeticsdjcb
2012-03-31* cosmeticdjcb