aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-14 02:03:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-14 02:03:26 +0000
commitc6f1f4203af22081420e0e26f2c0d2072b3481f8 (patch)
tree5b0aea5ff67ca526cce15bf32eaa9bb88cc619a4 /src/template.h
parent641b17c570f6ddefc1a1601224ff3df2f5f07253 (diff)
added Bcc: and Reply-To: to the template.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1423 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/template.h b/src/template.h
index a03b226a..485e4380 100644
--- a/src/template.h
+++ b/src/template.h
@@ -1,7 +1,7 @@
/*
* Sylpheed templates subsystem
* Copyright (C) 2001 Alexander Barinov
- * Copyright (C) 2001-2004 Hiroyuki Yamamoto
+ * Copyright (C) 2001-2006 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -29,6 +29,8 @@ struct _Template {
gchar *name;
gchar *to;
gchar *cc;
+ gchar *bcc;
+ gchar *replyto;
gchar *subject;
gchar *value;
};