aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-06-03 07:25:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-06-03 07:25:28 +0000
commit1345b496dbb687ef5de04066ddbf4affee4b4cd1 (patch)
tree80e70d0469243c857b9d5bc0cfe2fcebde31fd32 /src/template.h
parent383459d4f43e54551a329c5c6a91fd2055afcfb7 (diff)
stabilize the order of templates.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3269 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/template.h b/src/template.h
index 485e4380..a1a416bc 100644
--- a/src/template.h
+++ b/src/template.h
@@ -26,6 +26,8 @@
typedef struct _Template Template;
struct _Template {
+ guint tmplid;
+
gchar *name;
gchar *to;
gchar *cc;