mention inherited processing rules also, as this is what happens
authorPaul <paul@claws-mail.org>
Sun, 18 Nov 2018 18:39:22 +0000 (18:39 +0000)
committerPaul <paul@claws-mail.org>
Sun, 18 Nov 2018 18:39:22 +0000 (18:39 +0000)
src/imap_gtk.c
src/mh_gtk.c

index 4461a8ac810c343fca5232477ab3c15a4bc93f23..e7b4a2070163cfdbe9c61c5282c0bcf6596f259e 100644 (file)
@@ -195,7 +195,7 @@ static void new_folder_cb(GtkAction *action, gpointer data)
                   "(if you want to create a folder to store subfolders\n"
                   "only and no mail, append '/' to the folder name)"),
                 _("NewFolder"),
-                _("Inherit properties from parent folder"),
+                _("Inherit properties and processing rules from parent folder"),
                 &(prefs_common.inherit_folder_props));
 
        if (!new_folder) return;
index 3b1b7a062a66f497d707b4640a304d59b893857c..b1a1623609728c43288ac65abf76951ec9f62091 100644 (file)
@@ -144,7 +144,7 @@ static void new_folder_cb(GtkAction *action, gpointer data)
        new_folder = input_dialog_with_checkbtn(_("New folder"),
                                                _("Input the name of new folder:"),
                                                _("NewFolder"),
-                                               _("Inherit properties from parent folder"),
+                                               _("Inherit properties and processing rules from parent folder"),
                                                &(prefs_common.inherit_folder_props));
        if (!new_folder) return;
        AUTORELEASE_STR(new_folder, {g_free(new_folder); return;});