]> mj.ucw.cz Git - checkmail.git/blobdiff - charset.h
Fixed formatting of sender addresses combined with personal info
[checkmail.git] / charset.h
index 32f628ad97eea12ef17c92dda112ea55f8935c39..e92bff7b714429718c8d7421c0b77a7cb2c55f92 100644 (file)
--- a/charset.h
+++ b/charset.h
@@ -3,4 +3,5 @@
 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);