aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-21 07:35:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-21 07:35:15 +0000
commit19453aea34c35def050511678fa4244c0ecdabb5 (patch)
tree7edba71c5c8b2a6a4e26f00b2432a2ae325ef12e /libsylph/utils.h
parent96ac773bf82363529a25fd85cb32e53cc0faa10a (diff)
added option to set only mail address of recipients when replying.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2404 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index c911fa5f..9e5efeb0 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -298,6 +298,8 @@ gchar *strrchr_with_skip_quote (const gchar *str,
void extract_address (gchar *str);
void extract_list_id_str (gchar *str);
+gchar *extract_addresses (const gchar *str);
+
gchar *normalize_address_field (const gchar *str);
gboolean address_equal (const gchar *addr1,