X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset.h;h=e92bff7b714429718c8d7421c0b77a7cb2c55f92;hb=refs%2Fheads%2Fmaster;hp=bb3bf27a79d33f500a6d3a35f7c77fc03701cdab;hpb=7cb8f6cbd4f8d0ac713daabef3b07d4b5275b9fb;p=checkmail.git diff --git a/charset.h b/charset.h index bb3bf27..e92bff7 100644 --- a/charset.h +++ b/charset.h @@ -1,4 +1,7 @@ -/* Charset handling */ +/* Charset conversion and text snippets */ +void add_subject_snippet(char **ppos, char *term, char *add); +void add_addr_snippet(char **ppos, char *term, char *add, int add_mbox, int add_personal); void add_snippet(char **ppos, char *term, char *add); +void add_snippet_raw(char **ppos, char *term, char *add); void charset_init(void);