2011-11-24 [pawel] 3.7.10cvs102
[claws.git] / src / account.c
index c00d910cc106d54d4b41014007b9ed591ca1de4f..9b723651afb889dea9557d646a11e9f99cd91f43 100644 (file)
@@ -51,6 +51,7 @@
 #include "remotefolder.h"
 #include "manual.h"
 #include "filtering.h"
+#include "prefs_actions.h"
 
 enum {
        ACCOUNT_IS_DEFAULT,
@@ -467,6 +468,7 @@ void account_open(PrefsAccount *ac_prefs)
 
                        account_rename_path(old_prefix, new_prefix);
                        prefs_filtering_rename_path(old_prefix, new_prefix);
+                       prefs_actions_rename_path(old_prefix, new_prefix);
                        
                        g_free(old_prefix);
                        g_free(new_prefix);