| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
api)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unit tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protocol
- this unbreaks running mu server on non-utf8 locales
- should also be a bit faster
- configure.ac: bump version
|
|
|
|
|
|
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
|
|
- 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.
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
range-field (i.e.., size, date)
|
|
|
|
correctly, set :size to -1 so front-end can deal with it appropriately.
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
as this is causing infloops... FIXME
|
|
|
|
|
|
charset (such as mu4e draft messages)
|
|
g_atexit
|
|
the body when refreshing previously-unread messages
|
|
|
|
|
|
|