]> mj.ucw.cz Git - checkmail.git/blob - charset.h
Updated maintainer scripts
[checkmail.git] / charset.h
1 /* Charset conversion and text snippets */
2
3 void add_subject_snippet(char **ppos, char *term, char *add);
4 void add_addr_snippet(char **ppos, char *term, char *add, int add_mbox, int add_personal);
5 void add_snippet(char **ppos, char *term, char *add);
6 void add_snippet_raw(char **ppos, char *term, char *add);
7 void charset_init(void);