From c6f1f4203af22081420e0e26f2c0d2072b3481f8 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 14 Dec 2006 02:03:26 +0000 Subject: added Bcc: and Reply-To: to the template. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1423 ee746299-78ed-0310-b773-934348b2243d --- src/template.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/template.h') 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; }; -- cgit v1.2.3