1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
deltachat-core/cmdline
holger krekel 2fd1d2b727
Merge pull request #526 from deltachat/quotes
crop ">" only for other muas
2019-02-10 08:48:37 +01:00
..
cmdline.c add cli-command to stop ongoing processes 2019-01-29 00:58:01 +01:00
cmdline.h remove the boilerplate code again from the c source files 2018-11-01 21:15:35 +02:00
main.c parameter --stress given to delta-cmdline-app only does the stresstext and exists with 0 on success 2019-02-05 11:54:44 -03:00
meson.build Tweak buildscripts a little 2018-09-18 23:33:34 +02:00
README.md where to find the CLI - How to speed up the start 2018-01-20 23:58:28 +01:00
stress.c remove full-quotes at the beginning/end of the text only for non-delta-messages 2019-01-16 22:48:12 +01:00
stress.h remove the boilerplate code again from the c source files 2018-11-01 21:15:35 +02:00

This directory contains the sources for a little CLI test program.

These files are not needed when using Delta Chat Core as a library.

The CLI program is compiled to \<builddir\>/cmdline/delta.

Upon start, a test routine is executed (stress_functions from stress.c). To speed up the start stress_functions(mailbox); can be commented out in main.c before compilation.