2012-02-08 [pawel] 3.8.0cvs27
[claws.git] / src / prefs_actions.h
index 0951e3714b76507aa216c9f94601616341be5eee..475b4cad61551ef599d00de599770720b10e6454 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto & The Sylpheed Claws Team
+ * Copyright (C) 1999-2011 Hiroyuki Yamamoto & 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,
  * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
-#ifndef ACTIONS_H
+#ifndef __PREFS_ACTIONS_H__
+#define __PREFS_ACTIONS_H__
 
-#define ACTIONS_H
 #include "mainwindow.h"
 
 void prefs_actions_read_config         (void);
 void prefs_actions_write_config                (void);
-void update_mainwin_actions_menu       (GtkItemFactory *ifactory, 
-                                        MainWindow *mainwin);
-void update_compose_actions_menu       (GtkItemFactory *ifactory, 
-                                        gchar *branch_path,
-                                        Compose *compose);
-void prefs_actions_open                        (MainWindow *mainwin);
-#endif
+void prefs_actions_open                        (MainWindow     *mainwin);
+void prefs_actions_rename_path         (const gchar *old_path,
+                                        const gchar *new_path);
+gint prefs_actions_find_by_name                (const gchar *name);
 
+#endif /* __PREFS_ACTIONS_H__ */