[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-25-gb1af4da22
wwp at claws-mail.org
wwp at claws-mail.org
Thu May 19 08:09:37 CEST 2022
The branch, gtk2 has been updated
via b1af4da2238359b033dcac3f5991c132bef20bd6 (commit)
from 95f66b091c15c75fdbefe65988a0ca932d028f0d (commit)
Summary of changes:
src/addrharvest.c | 6 +++---
src/exportldif.c | 6 +++---
src/folderview.c | 4 ++--
src/gtk/icon_legend.c | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit b1af4da2238359b033dcac3f5991c132bef20bd6
Author: Paul <paul at claws-mail.org>
Date: Wed May 18 15:46:52 2022 +0100
normalise spelling of sub-folder
diff --git a/src/addrharvest.c b/src/addrharvest.c
index 5e6cbeb89..b14ac5290 100644
--- a/src/addrharvest.c
+++ b/src/addrharvest.c
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2002-2012 Match Grun and the Claws Mail team
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 2002-2022 Match Grun and 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
@@ -191,7 +191,7 @@ void addrharvest_set_folder_size(
/*
* Specify folder recursion.
* Entry: harvester Harvester object.
- * value TRUE to process sub-folders, FALSE to process folder only.
+ * value TRUE to process subfolders, FALSE to process folder only.
*/
void addrharvest_set_recurse(
AddressHarvester* harvester, const gboolean value )
diff --git a/src/exportldif.c b/src/exportldif.c
index c35d6de36..f3273203a 100644
--- a/src/exportldif.c
+++ b/src/exportldif.c
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2003-2012 Match Grun and the Claws Mail team
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 2003-2022 Match Grun and 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
@@ -509,7 +509,7 @@ static void exportldif_fmt_folder(
/* Export entries in this folder */
exportldif_fmt_person( ctl, stream, folder );
- /* Export entries in sub-folders */
+ /* Export entries in subfolders */
node = folder->listFolder;
while( node ) {
AddrItemObject *aio = node->data;
diff --git a/src/folderview.c b/src/folderview.c
index c080c3e48..62727a20b 100644
--- a/src/folderview.c
+++ b/src/folderview.c
@@ -868,13 +868,13 @@ static void mark_all_read_unread_handler(GtkAction *action, gpointer data,
if (read) {
title = _("Mark all as read");
message = recursive? _("Do you really want to mark all mails in this "
- "folder and its sub-folders as read?") :
+ "folder and its subfolders as read?") :
_("Do you really want to mark all mails in this "
"folder as read?");
} else {
title = _("Mark all as unread");
message = recursive? _("Do you really want to mark all mails in this "
- "folder and its sub-folders as unread?") :
+ "folder and its subfolders as unread?") :
_("Do you really want to mark all mails in this "
"folder as unread?");
}
diff --git a/src/gtk/icon_legend.c b/src/gtk/icon_legend.c
index 2a5f6dfcc..ca17b237a 100644
--- a/src/gtk/icon_legend.c
+++ b/src/gtk/icon_legend.c
@@ -89,7 +89,7 @@ static gchar *legend_icon_desc[] = {
N_("Folder (normal, opened)"),
N_("Folder with read messages hidden"),
N_("Folder contains marked messages"),
- N_("IMAP folder which contains sub-folders only"),
+ N_("IMAP folder which contains subfolders only"),
N_("IMAP mailbox showing only subscribed folders"),
};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list