commit 2b22a38de42103e9434a050b0dedab4b7851af2e
parent c2d317f1155fd5e74b4cf5b9108f3239756d3746
Author: wwp <wwp@free.fr>
Date: Tue, 22 May 2018 23:05:29 +0200
Update app name in header cartouche and other places, correct
copyrights. Base patch by Abhay S. Kushwaha, with few additions
and slight changes.
Diffstat:
10 files changed, 24 insertions(+), 27 deletions(-)
diff --git a/src/common/template.c b/src/common/template.c
@@ -1,7 +1,7 @@
/*
- * Sylpheed templates subsystem
+ * Claws Mail templates subsystem
* Copyright (C) 2001 Alexander Barinov
- * Copyright (C) 2001-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 2001-2018 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
diff --git a/src/common/template.h b/src/common/template.h
@@ -1,7 +1,7 @@
/*
- * Sylpheed templates subsystem
+ * Claws Mail templates subsystem
* Copyright (C) 2001 Alexander Barinov
- * Copyright (C) 2001-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 2001-2018 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
diff --git a/src/exportldif.c b/src/exportldif.c
@@ -130,8 +130,8 @@ void exportldif_set_suffix( ExportLdifCtl *ctl, const char *value ) {
* \param ctl Export control data.
* \param value Index to variable, as follows:
* <ul>
- * <li><code>EXPORT_LDIF_ID_UID</code> - Use Sylpheed UID.</li>
- * <li><code>EXPORT_LDIF_ID_DNAME</code> - Use Sylpheed display name.</li>
+ * <li><code>EXPORT_LDIF_ID_UID</code> - Use Claws Mail UID.</li>
+ * <li><code>EXPORT_LDIF_ID_DNAME</code> - Use Claws Mail display name.</li>
* <li><code>EXPORT_LDIF_ID_EMAIL</code> - Use first Email address.</li>
* </ul>
*/
diff --git a/src/folder.h b/src/folder.h
@@ -324,7 +324,7 @@ struct _FolderClass
XMLTag *(*item_get_xml) (Folder *folder,
FolderItem *item);
/**
- * Get a local path for the \c FolderItem where Sylpheed can save
+ * Get a local path for the \c FolderItem where Claws Mail can save
* it's cache data. For local directory based folders this can be the
* real path. For other folders it can be the local cache directory.
*
@@ -372,12 +372,9 @@ struct _FolderClass
* Close a \c FolderItem. Called when the user deselects a
* \c FolderItem.
*
- * \attention In Sylpheed-Main operations can only be done on the
- * \c FolderItem that is opened in the SummaryView. This
- * \c FolderItem will be closed when you select a new
- * \c FolderItem in the FolderView. In Claws operations can
- * be done any time on any folder and you should not expect
- * that all \c FolderItems get closed after operations
+ * \attention In Claws Mail, operations can be done any time on any
+ * folder and you should not expect that all
+ * \c FolderItems get closed after operations
*
* \param folder The \c Folder that contains the \c FolderItem
* \param item The \c FolderItem that should be closed
diff --git a/src/folderview.c b/src/folderview.c
@@ -2290,8 +2290,8 @@ static void folderview_selected(GtkCMCTree *ctree, GtkCMCTreeNode *row,
can_select = FALSE;
/* Save cache for old folder */
- /* We don't want to lose all caches if sylpheed crashed */
- /* resets folderview->opened to NULL */
+ /* We don't want to lose all caches if app crashes */
+ /* Resets folderview->opened to NULL */
folderview_close_opened(folderview, FALSE);
/* CLAWS: set compose button type: news folder items
diff --git a/src/imap.c b/src/imap.c
@@ -5080,10 +5080,10 @@ static gboolean flag_ok(IMAPFolderItem *item, guint flag)
/*
* NEW and DELETED flags are not syncronized
* - The NEW/RECENT flags in IMAP folders can not really be directly
- * modified by Sylpheed
- * - The DELETE/DELETED flag in IMAP and Sylpheed don't have the same
+ * modified by Claws Mail
+ * - The DELETE/DELETED flag in IMAP and Claws Mail do not have the same
* meaning, in IMAP it always removes the messages from the FolderItem
- * in Sylpheed it can mean to move the message to trash
+ * in Claws Mail it can mean to move the message to Trash
*/
typedef struct _get_flags_data {
diff --git a/src/partial_download.c b/src/partial_download.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Colin Leroy <colin@colino.net>
+ * Copyright (C) 1999-2018 Colin Leroy <colin@colino.net>
* and the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
@@ -34,11 +34,11 @@
* 2 (POP3_PARTIAL_DLOAD_DELE) meaning that the user does not want to finish
* downloading the mail
* When updating this header to POP3_PARTIAL_DLOAD_DLOAD, the uidl line of
- * this mail will end with the mail's physical path, which Sylpheed will remove
+ * this mail will end with the mail's physical path, which Claws Mail will remove
* after having downloaded the complete mail. msg->partial_recv will equal
* 2 (POP3_MUST_COMPLETE_RECV).
* When updating this header to POP3_PARTIAL_DLOAD_DELE, the uidl line of
- * this mail will be 0 (POP3_TOTALLY_RECEIVED), which will let Sylpheed delete
+ * this mail will be 0 (POP3_TOTALLY_RECEIVED), which will let Claws Mail delete
* this mail from the server as soon as the leave_time preference specifies.
*/
diff --git a/src/prefs_template.c b/src/prefs_template.c
@@ -1,7 +1,7 @@
/*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001-2018 Hiroyuki Yamamoto and the Claws Mail team
- * Claws Mail templates subsystem Copyright (C) 2001 Alexander Barinov
+ * Claws Mail templates subsystem
+ * Copyright (C) 2001 Alexander Barinov
+ * Copyright (C) 2001-2013 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
diff --git a/src/prefs_template.h b/src/prefs_template.h
@@ -1,7 +1,7 @@
/*
- * Sylpheed templates subsystem
+ * Claws Mail templates subsystem
* Copyright (C) 2001 Alexander Barinov
- * Copyright (C) 2001-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 2001-2018 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
diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c
@@ -392,7 +392,7 @@ static void prefs_toolbar_populate(ToolbarPage *prefs_toolbar)
combobox_set_popdown_strings(GTK_COMBO_BOX_TEXT(prefs_toolbar->item_func_combo),
prefs_toolbar->combo_action_list);
- /* get currently defined sylpheed actions */
+ /* get currently defined actions */
if (prefs_common.actions_list != NULL) {
for (cur = prefs_common.actions_list; cur != NULL; cur = cur->next) {
act = (gchar *)cur->data;