2011-11-21 [pawel] 3.7.10cvs97
[claws.git] / src / prefs_filtering.h
index f7f0a6d64c02d9358d49ac26a09dab4732d3e883..247918c7d873d2fa4bffad79c448388807b2fc44 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 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
- * 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/>.
+ * 
  */
 
 #ifndef __PREFS_FILTERING_H__
@@ -42,10 +42,15 @@ void prefs_filtering_open(GSList ** p_processing,
                          const gchar *title,
                          const gchar *help_url_anchor,
                          const gchar *header,
-                         const gchar *key);
+                         const gchar *key,
+                         gboolean per_account_filtering);
 
 void prefs_filtering_rename_path       (const gchar    *old_path,
                                         const gchar    *new_path);
+void prefs_filtering_rename_path_prefix        (const gchar    *old_prefix,
+                                        const gchar    *new_prefix);
 void prefs_filtering_delete_path       (const gchar    *path);
 
+void prefs_filtering_rename_tag(const gchar *old_tag, const gchar *new_tag);
+
 #endif /* __PREFS_FILTERING_H__ */