2007-10-28 [colin] 3.0.2cvs105
[claws.git] / src / plugins / dillo_viewer / dillo_prefs.h
index 701aac88ef2484620db6c0b4763a71be747926a8..fff4f3e2c5244dd26ff0c5220f536d9be33b1a51 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto and the Claws Mail Team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2007 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
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 /*
@@ -23,7 +23,7 @@
  * build the preferences for the dillo plugin.
  */
 
-#ifndef DILLORPREFS_H
+#ifndef DILLOPREFS_H
 #define DILLOPREFS_H
 
 #include <glib.h>
@@ -33,6 +33,8 @@ typedef struct _DilloBrowserPrefs     DilloBrowserPrefs;
 struct _DilloBrowserPrefs
 {
        gboolean local;   /**< local browsing */
+       gboolean whitelist_ab;
+       gchar *whitelist_ab_folder;
        gboolean full;    /**< use full window */
 };