X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacros.h;h=8b608f7f8bcec0572ba69bf47de11dce423766a8;hb=0a6c178c6c5f45668b5bb37b8be723cc9d1e72ae;hp=0c1425f80c251894981b33104807c0c1e7acc904;hpb=4e910c01eea401e36044816744691789ef4656fa;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macros.h b/src/src/macros.h index 0c1425f80..8b608f7f8 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -854,6 +854,8 @@ enum { #define topt_no_body 0x040 /* Omit body */ #define topt_escape_headers 0x080 /* Apply escape check to headers */ #define topt_use_bdat 0x100 /* prepend chunks with RFC3030 BDAT header */ +#define topt_output_string 0x200 /* create string rather than write to fd */ +#define topt_continuation 0x400 /* do not reset buffer */ /* Options for smtp_write_command */