comparison include/prepstdreply.h @ 741:b72bcb7e08a2

Arbitrary headers in listtexts, fix default Content-Transfer-Encoding: header, and document \uNNNN substitution Also, the interface to prepstdreply() has changed; there is no longer a customheaders argument, which was never used anyway, and is now essentially redundant due to this patch.
author Ben Schmidt
date Mon, 20 Sep 2010 01:44:58 +1000
parents c26e97a2207b
children b00eb39643c1
comparison
equal deleted inserted replaced
740:5db75af2d0db 741:b72bcb7e08a2
30 const char *listdelim, size_t datacount, char **data, 30 const char *listdelim, size_t datacount, char **data,
31 const char* mailname); 31 const char* mailname);
32 int open_listtext(const char *listdir, const char *filename); 32 int open_listtext(const char *listdir, const char *filename);
33 char *prepstdreply(const char *listdir, const char *filename, const char *from, 33 char *prepstdreply(const char *listdir, const char *filename, const char *from,
34 const char *to, const char *replyto, size_t tokencount, 34 const char *to, const char *replyto, size_t tokencount,
35 char **data, char *customheaders, const char *mailname); 35 char **data, const char *mailname);
36 36
37 #endif /* PREPSTDREPLY_H */ 37 #endif /* PREPSTDREPLY_H */