talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7698ec3ca69965809c20f9e3416519128fb668d3
parent acf535ca86d1a52902646c6248f7446e10899df2
Author: Paul <paul@claws-mail.org>
Date:   Sun, 18 Nov 2018 18:39:22 +0000

mention inherited processing rules also, as this is what happens

Diffstat:
Msrc/imap_gtk.c | 2+-
Msrc/mh_gtk.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/imap_gtk.c b/src/imap_gtk.c @@ -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; diff --git a/src/mh_gtk.c b/src/mh_gtk.c @@ -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;});