Commit Graph

13 Commits

Author SHA1 Message Date
1b056f4c51 utils: Add Mu::canonicalize_filename
We need it for unit-tests
2020-06-27 17:07:00 +03:00
6061898c2b utils: Clean up duration helpers 2020-06-27 17:07:00 +03:00
73f4c49364 utils: add async-queue, ansio-printer
Add an async-queue (rougly, GAsyncQueue but in c++ using a deque)

Add an ANSI color printer.
2020-06-26 19:21:04 +03:00
a9fab4abcc mu: convert command-line tools to c++ 2020-06-13 16:56:41 +03:00
564d892701 Fix typos 2020-05-12 23:56:55 +02:00
aa10da0a63 store: rework to allow for 'init'
Rework the error handling / exception for read-only / writable and new
database.
2020-02-08 14:28:55 +02:00
38779cfade mu: no need to pass 'maildir' when we can deduce it
Only needed when setting up the database.
2020-02-04 01:05:35 +02:00
f21ceea421 sexp-parser: improve error message 2020-01-25 19:31:20 +02:00
e119ac919b mu: fix clang compilation 2020-01-24 00:21:53 +02:00
d2ec85f01c mu4e: use the new command-parser
Update mu4e-proc to use the new mu4e <-> mu protocol
2020-01-22 11:42:15 +02:00
a3d71dab91 utils: Update error exception, utils. 2020-01-18 13:40:15 +02:00
f4874cd7e1 lib/utils: Update 2020-01-05 17:46:21 +02:00
9f93526884 move parser/utils to utils, Mux->Mu
Move the parser utils to utils/ and rename the Mux namespace into Mu.
2019-12-22 15:26:45 +02:00