[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-11-ge0e5d6675

paul at claws-mail.org paul at claws-mail.org
Mon Nov 21 16:41:03 CET 2022


The branch, gtk2 has been updated
       via  e0e5d6675ff110c099543fee2094fe09bcec0fea (commit)
      from  be99cf25f69d78b87970451451f73ed5d0427e13 (commit)

Summary of changes:
 src/setup.c | 20 ++------------------
 src/setup.h |  6 ++----
 2 files changed, 4 insertions(+), 22 deletions(-)


- Log -----------------------------------------------------------------
commit e0e5d6675ff110c099543fee2094fe09bcec0fea
Author: paul <paul at claws-mail.org>
Date:   Mon Nov 21 16:40:58 2022 +0000

    Remove unused function setup()

diff --git a/src/setup.c b/src/setup.c
index 0d3c0c704..7024ff385 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -1,6 +1,6 @@
 /*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2022 Hiroyuki Yamamoto 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
@@ -14,7 +14,6 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
- * 
  */
 
 #ifdef HAVE_CONFIG_H
@@ -67,21 +66,6 @@ gboolean setup_write_mailbox_path(MainWindow *mainwin, const gchar *path)
 	return TRUE;
 }
 
-void setup(MainWindow *mainwin)
-{
-	gchar *path;
-	
-	path = input_dialog
-		(_("Mailbox setting"),
-		 _("First, you have to set the location of mailbox.\n"
-		   "You can use existing mailbox in MH format\n"
-		   "if you have the one.\n"
-		   "If you're not sure, just select OK."),
-		 "Mail");
-	setup_write_mailbox_path(mainwin, path);
-	g_free(path);
-}
-
 static void scan_tree_func(Folder *folder, FolderItem *item, gpointer data)
 {
 	MainWindow *mainwin = (MainWindow *)data;
diff --git a/src/setup.h b/src/setup.h
index d582a60b8..d61958c83 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -1,6 +1,6 @@
 /*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2022 Hiroyuki Yamamoto 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
@@ -14,7 +14,6 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
- * 
  */
 
 #ifndef __SETUP_H__
@@ -24,7 +23,6 @@
 
 #include "mainwindow.h"
 
-void setup(MainWindow *mainwin);
 gboolean setup_write_mailbox_path(MainWindow *mainwin, const gchar *path);
 
 #endif /* __SETUP_H__ */

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list