mu/lib: refactor mu(-cmd)-server code

Split off the parsing/handling code from the mu command server into
mu-server, and only leave the external interface (the mu4e repl) in
mu-cmd-server.
This commit is contained in:
Dirk-Jan C. Binnema
2020-10-31 09:41:21 +02:00
parent 9a3ec0b649
commit aea64c4a08
4 changed files with 1289 additions and 1176 deletions

View File

@ -105,6 +105,8 @@ libmu_la_SOURCES= \
mu-runtime.h \
mu-script.c \
mu-script.h \
mu-server.cc \
mu-server.hh \
mu-store.cc \
mu-store.hh \
mu-threader.c \