2007-05-03 [wwp] 2.9.1cvs41
[claws.git] / src / common / template.h
index ece4fed22e29e237760dd8719cf1d5bf4aab4e5c..618e1e471d177b2f3a33a717c065be7ebcb2335c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Sylpheed templates subsystem 
  * Copyright (C) 2001 Alexander Barinov
+ * Copyright (C) 2001-2007 Hiroyuki Yamamoto and the Claws Mail team
  *
  * 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
@@ -14,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __TEMPLATE_H__
@@ -25,6 +26,7 @@
 typedef struct _Template       Template;
 
 struct _Template {
+       gchar *load_filename;
        gchar *name;
        gchar *subject;
        gchar *to;