add sendline util + fix bugs

Signed-off-by: AGentooCat <agentoocat@mail.i2p>
This commit is contained in:
2024-06-13 16:16:36 +00:00
parent 65311274d9
commit cc799f9d91
3 changed files with 16 additions and 2 deletions

View File

@ -21,7 +21,7 @@ PROJ_LD =
# set the source files to be built for the program/library
# dont prefix src/ or src/lib/
PROG_SRCS=main.c args.c config.c mail.c sam.c
PROG_SRCS=main.c args.c config.c util.c mail.c sam.c
LIB_SRCS=
# what the program depends on (-l<ib>)