talons

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

commit 779d80e310ba19b54c4293dd94b59b39d952b12f
parent b6d5a0d4d64ecfba7320cbdc6628ecd358574495
Author: wwp <wwp@free.fr>
Date:   Thu, 16 Aug 2018 08:45:55 +0200

Fix/normalize product name in few places in UI and in several source
files.

Diffstat:
Msrc/addrgather.c | 2+-
Msrc/crash.c | 2+-
Msrc/gtk/foldersort.c | 2+-
Msrc/gtk/foldersort.h | 2+-
Msrc/plugins/gdata/cm_gdata_contacts.c | 2+-
Msrc/plugins/gdata/cm_gdata_contacts.h | 2+-
Msrc/plugins/gdata/cm_gdata_prefs.c | 2+-
Msrc/plugins/gdata/cm_gdata_prefs.h | 2+-
Msrc/plugins/gdata/gdata_plugin.c | 2+-
Msrc/plugins/gdata/gdata_plugin.h | 2+-
Msrc/plugins/notification/notification_banner.h | 2+-
Msrc/plugins/notification/notification_command.c | 2+-
Msrc/plugins/notification/notification_command.h | 2+-
Msrc/plugins/notification/notification_core.c | 2+-
Msrc/plugins/notification/notification_core.h | 2+-
Msrc/plugins/notification/notification_foldercheck.c | 2+-
Msrc/plugins/notification/notification_foldercheck.h | 2+-
Msrc/plugins/notification/notification_hotkeys.c | 2+-
Msrc/plugins/notification/notification_hotkeys.h | 2+-
Msrc/plugins/notification/notification_indicator.c | 2+-
Msrc/plugins/notification/notification_indicator.h | 2+-
Msrc/plugins/notification/notification_lcdproc.c | 2+-
Msrc/plugins/notification/notification_lcdproc.h | 2+-
Msrc/plugins/notification/notification_pixbuf.c | 2+-
Msrc/plugins/notification/notification_pixbuf.h | 2+-
Msrc/plugins/notification/notification_plugin.c | 2+-
Msrc/plugins/notification/notification_plugin.h | 2+-
Msrc/plugins/notification/notification_popup.c | 2+-
Msrc/plugins/notification/notification_popup.h | 2+-
Msrc/plugins/notification/notification_prefs.c | 2+-
Msrc/plugins/notification/notification_prefs.h | 2+-
Msrc/plugins/notification/notification_trayicon.c | 4++--
Msrc/plugins/notification/notification_trayicon.h | 2+-
Msrc/plugins/pdf_viewer/poppler_viewer.c | 2+-
Msrc/plugins/perl/perl_gtk.c | 2+-
Msrc/plugins/perl/perl_gtk.h | 2+-
Msrc/plugins/perl/perl_plugin.c | 2+-
Msrc/plugins/perl/perl_plugin.h | 2+-
Msrc/plugins/python/accounttype.c | 2+-
Msrc/plugins/python/accounttype.h | 2+-
Msrc/plugins/python/clawsmailmodule.c | 2+-
Msrc/plugins/python/clawsmailmodule.h | 2+-
Msrc/plugins/python/composewindowtype.c | 2+-
Msrc/plugins/python/composewindowtype.h | 2+-
Msrc/plugins/python/folderpropertiestype.c | 2+-
Msrc/plugins/python/folderpropertiestype.h | 2+-
Msrc/plugins/python/foldertype.c | 2+-
Msrc/plugins/python/foldertype.h | 2+-
Msrc/plugins/python/mailboxtype.c | 2+-
Msrc/plugins/python/mailboxtype.h | 2+-
Msrc/plugins/python/messageinfotype.c | 2+-
Msrc/plugins/python/messageinfotype.h | 2+-
Msrc/plugins/python/nodetype.c | 2+-
Msrc/plugins/python/nodetype.h | 2+-
Msrc/plugins/python/python_plugin.c | 2+-
Msrc/plugins/rssyl/opml_export.c | 2+-
Msrc/plugins/rssyl/opml_import.c | 2+-
Msrc/plugins/rssyl/parse822.c | 2+-
Msrc/plugins/rssyl/plugin.c | 2+-
Msrc/plugins/rssyl/rssyl.c | 2+-
Msrc/plugins/rssyl/rssyl_add_item.c | 2+-
Msrc/plugins/rssyl/rssyl_cb_menu.c | 2+-
Msrc/plugins/rssyl/rssyl_deleted.c | 2+-
Msrc/plugins/rssyl/rssyl_gtk.c | 2+-
Msrc/plugins/rssyl/rssyl_parse_feed.c | 2+-
Msrc/plugins/rssyl/rssyl_subscribe.c | 2+-
Msrc/plugins/rssyl/rssyl_subscribe_gtk.c | 2+-
Msrc/plugins/rssyl/strutils.c | 2+-
Msrc/prefs_msg_colors.c | 2+-
Msrc/procmsg.h | 2+-
70 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/src/addrgather.c b/src/addrgather.c @@ -251,7 +251,7 @@ static gboolean addrgather_dlg_harvest() { contact->name = g_strdup(person->last_name); if (! contact->name || strlen(contact->name) < 1) contact->name = g_strdup(person->email); - contact->remarks = g_strdup(N_("address added by claws-mail")); + contact->remarks = g_strdup(N_("address added by Claws Mail")); contact->email = g_strdup(person->email); contact->book = g_strdup(name); addressbook_dbus_add_contact(contact, &error); diff --git a/src/crash.c b/src/crash.c @@ -481,7 +481,7 @@ static const gchar *get_operating_system(void) /*! *\brief see if the crash dialog is allowed (because some - * developers may prefer to run claws-mail under gdb...) + * developers may prefer to run Claws Mail under gdb...) */ static gboolean is_crash_dialog_allowed(void) { diff --git a/src/gtk/foldersort.c b/src/gtk/foldersort.c @@ -1,5 +1,5 @@ /* - * Claws-Mail -- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 2004-2018 the Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/gtk/foldersort.h b/src/gtk/foldersort.h @@ -1,5 +1,5 @@ /* - * Claws-Mail -- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 2004-2018 the Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/gdata/cm_gdata_contacts.c b/src/plugins/gdata/cm_gdata_contacts.c @@ -1,4 +1,4 @@ -/* GData plugin for Claws-Mail +/* GData plugin for Claws Mail * Copyright (C) 2011 Holger Berndt * Copyright (C) 2011-2016 the Claws Mail team * diff --git a/src/plugins/gdata/cm_gdata_contacts.h b/src/plugins/gdata/cm_gdata_contacts.h @@ -1,4 +1,4 @@ -/* GData plugin for Claws-Mail +/* GData plugin for Claws Mail * Copyright (C) 2011 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/gdata/cm_gdata_prefs.c b/src/plugins/gdata/cm_gdata_prefs.c @@ -1,4 +1,4 @@ -/* GData plugin for Claws-Mail +/* GData plugin for Claws Mail * Copyright (C) 2011 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/gdata/cm_gdata_prefs.h b/src/plugins/gdata/cm_gdata_prefs.h @@ -1,4 +1,4 @@ -/* GData plugin for Claws-Mail +/* GData plugin for Claws Mail * Copyright (C) 2011 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/gdata/gdata_plugin.c b/src/plugins/gdata/gdata_plugin.c @@ -1,4 +1,4 @@ -/* GData plugin for Claws-Mail +/* GData plugin for Claws Mail * Copyright (C) 2011 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/gdata/gdata_plugin.h b/src/plugins/gdata/gdata_plugin.h @@ -1,4 +1,4 @@ -/* GData plugin for Claws-Mail +/* GData plugin for Claws Mail * Copyright (C) 2011 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_banner.h b/src/plugins/notification/notification_banner.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_command.c b/src/plugins/notification/notification_command.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_command.h b/src/plugins/notification/notification_command.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_core.c b/src/plugins/notification/notification_core.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_core.h b/src/plugins/notification/notification_core.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_foldercheck.c b/src/plugins/notification/notification_foldercheck.c @@ -1,5 +1,5 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_foldercheck.h b/src/plugins/notification/notification_foldercheck.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_hotkeys.c b/src/plugins/notification/notification_hotkeys.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2009 Holger Berndt and the Claws Mail Team. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_hotkeys.h b/src/plugins/notification/notification_hotkeys.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2009 Holger Berndt and the Claws Mail Team. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_indicator.c b/src/plugins/notification/notification_indicator.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2009 Holger Berndt and the Claws Mail Team. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_indicator.h b/src/plugins/notification/notification_indicator.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2009 Holger Berndt and the Claws Mail Team. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_lcdproc.c b/src/plugins/notification/notification_lcdproc.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_lcdproc.h b/src/plugins/notification/notification_lcdproc.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_pixbuf.c b/src/plugins/notification/notification_pixbuf.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_pixbuf.h b/src/plugins/notification/notification_pixbuf.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_plugin.c b/src/plugins/notification/notification_plugin.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_plugin.h b/src/plugins/notification/notification_plugin.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_popup.c b/src/plugins/notification/notification_popup.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_popup.h b/src/plugins/notification/notification_popup.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_prefs.c b/src/plugins/notification/notification_prefs.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2015 Hiroyuki Yamamoto and the Claws Mail team * Copyright (C) 2005-2015 Holger Berndt * diff --git a/src/plugins/notification/notification_prefs.h b/src/plugins/notification/notification_prefs.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/notification/notification_trayicon.c b/src/plugins/notification/notification_trayicon.c @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt and the Claws Mail Team. * * This program is free software; you can redistribute it and/or modify @@ -16,7 +16,7 @@ */ /* This module is of course inspired by the trayicon plugin which is - * shipped with Claws-Mail, copyrighted by the Claws-Mail Team. */ + * shipped with Claws Mail, copyrighted by the Claws Mail Team. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/src/plugins/notification/notification_trayicon.h b/src/plugins/notification/notification_trayicon.h @@ -1,4 +1,4 @@ -/* Notification plugin for Claws-Mail +/* Notification plugin for Claws Mail * Copyright (C) 2005-2007 Holger Berndt and the Claws Mail Team. * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/pdf_viewer/poppler_viewer.c b/src/plugins/pdf_viewer/poppler_viewer.c @@ -90,7 +90,7 @@ static void pdf_viewer_show_controls(PdfViewer *viewer, gboolean show); static gboolean pdf_viewer_scroll_page(MimeViewer *_viewer, gboolean up); static void pdf_viewer_scroll_one_line(MimeViewer *_viewer, gboolean up); -/** Claws-Mail Plugin functions*/ +/** Claws Mail Plugin functions */ gint plugin_init(gchar **error); const gchar *plugin_name(void); const gchar *plugin_desc(void); diff --git a/src/plugins/perl/perl_gtk.c b/src/plugins/perl/perl_gtk.c @@ -2,7 +2,7 @@ * * Copyright (C) 2004-2007 Holger Berndt * - * Sylpheed and Claws-Mail are GTK+ based, lightweight, and fast e-mail clients + * Sylpheed and Claws Mail are GTK+ based, lightweight, and fast e-mail clients * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/perl/perl_gtk.h b/src/plugins/perl/perl_gtk.h @@ -2,7 +2,7 @@ * * Copyright (C) 2004-2007 Holger Berndt * - * Sylpheed and Claws-Mail are GTK+ based, lightweight, and fast e-mail clients + * Sylpheed and Claws Mail are GTK+ based, lightweight, and fast e-mail clients * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/perl/perl_plugin.c b/src/plugins/perl/perl_plugin.c @@ -2,7 +2,7 @@ * * Copyright (C) 2004-2007 Holger Berndt * - * Sylpheed and Claws-Mail are GTK+ based, lightweight, and fast e-mail clients + * Sylpheed and Claws Mail are GTK+ based, lightweight, and fast e-mail clients * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/perl/perl_plugin.h b/src/plugins/perl/perl_plugin.h @@ -2,7 +2,7 @@ * * Copyright (C) 2004-2007 Holger Berndt * - * Sylpheed and Claws-Mail are GTK+ based, lightweight, and fast e-mail clients + * Sylpheed and Claws Mail are GTK+ based, lightweight, and fast e-mail clients * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/accounttype.c b/src/plugins/python/accounttype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2013 Holger Berndt <hb@claws-mail.org> * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/accounttype.h b/src/plugins/python/accounttype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2013 Holger Berndt <hb@claws-mail.org> * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/clawsmailmodule.c b/src/plugins/python/clawsmailmodule.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009-2012 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/clawsmailmodule.h b/src/plugins/python/clawsmailmodule.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/composewindowtype.c b/src/plugins/python/composewindowtype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/composewindowtype.h b/src/plugins/python/composewindowtype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/folderpropertiestype.c b/src/plugins/python/folderpropertiestype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2013 Holger Berndt <hb@claws-mail.org> * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/folderpropertiestype.h b/src/plugins/python/folderpropertiestype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2013 Holger Berndt <hb@claws-mail.org> * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/foldertype.c b/src/plugins/python/foldertype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/foldertype.h b/src/plugins/python/foldertype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/mailboxtype.c b/src/plugins/python/mailboxtype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2013 Holger Berndt <hb@claws-mail.org> * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/mailboxtype.h b/src/plugins/python/mailboxtype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2013 Holger Berndt <hb@claws-mail.org> * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/messageinfotype.c b/src/plugins/python/messageinfotype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009-2014 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/messageinfotype.h b/src/plugins/python/messageinfotype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/nodetype.c b/src/plugins/python/nodetype.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/nodetype.h b/src/plugins/python/nodetype.h @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c @@ -1,4 +1,4 @@ -/* Python plugin for Claws-Mail +/* Python plugin for Claws Mail * Copyright (C) 2009 Holger Berndt * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugins/rssyl/opml_export.c b/src/plugins/rssyl/opml_export.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * This file (C) 2008 Andrej Kacian <andrej@kacian.sk> * * - Export feed list to OPML diff --git a/src/plugins/rssyl/opml_import.c b/src/plugins/rssyl/opml_import.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/parse822.c b/src/plugins/rssyl/parse822.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/plugin.c b/src/plugins/rssyl/plugin.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl.c b/src/plugins/rssyl/rssyl.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl_add_item.c b/src/plugins/rssyl/rssyl_add_item.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl_cb_menu.c b/src/plugins/rssyl/rssyl_cb_menu.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl_deleted.c b/src/plugins/rssyl/rssyl_deleted.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl_gtk.c b/src/plugins/rssyl/rssyl_gtk.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl_parse_feed.c b/src/plugins/rssyl/rssyl_parse_feed.c @@ -203,7 +203,7 @@ gboolean rssyl_parse_feed(RFolderItem *ritem, Feed *feed) rssyl_folder_read_existing(ritem); if( claws_is_exiting() ) { - debug_print("RSSyl: Claws-Mail is exiting, bailing out\n"); + debug_print("RSSyl: Claws Mail is exiting, bailing out\n"); log_print(LOG_PROTOCOL, RSSYL_LOG_ABORTED_EXITING, ritem->url); folder_item_update_thaw(); return TRUE; diff --git a/src/plugins/rssyl/rssyl_subscribe.c b/src/plugins/rssyl/rssyl_subscribe.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/rssyl_subscribe_gtk.c b/src/plugins/rssyl/rssyl_subscribe_gtk.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2004 Hiroyuki Yamamoto * This file (C) 2005 Andrej Kacian <andrej@kacian.sk> * diff --git a/src/plugins/rssyl/strutils.c b/src/plugins/rssyl/strutils.c @@ -1,5 +1,5 @@ /* - * Claws-Mail-- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 2005 Andrej Kacian <andrej@kacian.sk> * * - a strreplace function (something like sed's s/foo/bar/g) diff --git a/src/prefs_msg_colors.c b/src/prefs_msg_colors.c @@ -1,5 +1,5 @@ /* - * Claws-Mail -- a GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 2004-2017 Hiroyuki Yamamoto & The Claws Mail Team * * This program is free software; you can redistribute it and/or modify diff --git a/src/procmsg.h b/src/procmsg.h @@ -81,7 +81,7 @@ #define MSG_RETRCPT_GOT (1U << 17) /* got return receipt */ /* RESERVED */ -#define MSG_RESERVED_CLAWS (1U << 30) /* for claws-mail */ +#define MSG_RESERVED_CLAWS (1U << 30) /* for Claws Mail */ #define MSG_RESERVED (1U << 31) #define MSG_MOVE (1U << 0)