]> mj.ucw.cz Git - checkmail.git/blobdiff - charset.h
Updated maintainer scripts
[checkmail.git] / charset.h
index bb3bf27a79d33f500a6d3a35f7c77fc03701cdab..e92bff7b714429718c8d7421c0b77a7cb2c55f92 100644 (file)
--- 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);