talons

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

commit 43e290527fd5d897c05b04c79e7e81f2ce428249
parent f4d95c94ab32be8b253593df5fddf9fc274e9275
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;});