aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-30 09:41:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-30 09:41:13 +0000
commite362a8bd4f3fe6415a6feaba2a67715c3615e68b (patch)
tree870c9a07b27ad9385688f7694e593dd3aa352cd4 /libsylph/utils.h
parent75fe2bf35e4a37e59845d6ba0cc2f70352f56e5c (diff)
supported In-Reply-To header in mailto URL.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1586 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 4e699a1d..62664077 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -360,6 +360,7 @@ gint scan_mailto_url (const gchar *mailto,
gchar **cc,
gchar **bcc,
gchar **subject,
+ gchar **inreplyto,
gchar **body);
void set_startup_dir (void);