aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-14 08:19:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-14 08:19:04 +0000
commitc6b7b1264234ee4a55be39f83c72951d55d03868 (patch)
treebffa6e0f1ba6531373432bc6b11fc2aa245cdbed /libsylph/utils.h
parentdc7f9d5263a0623dcdafda22625ac0d837dfd78f (diff)
normalize address fields before encoding them.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@581 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 18b511f1..7301c59b 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -310,6 +310,10 @@ gchar *strrchr_with_skip_quote (const gchar *str,
void extract_address (gchar *str);
void extract_list_id_str (gchar *str);
+gchar *normalize_address_field (const gchar *str);
+
+GSList *address_list_append_orig (GSList *addr_list,
+ const gchar *str);
GSList *address_list_append (GSList *addr_list,
const gchar *str);
GSList *references_list_prepend (GSList *msgid_list,