[Commits] [SCM] claws branch, gtk2, updated. 3.21.0-2-ge6f6d119d

paul at claws-mail.org paul at claws-mail.org
Mon Jun 10 12:57:17 UTC 2024


The branch, gtk2 has been updated
       via  e6f6d119d2efe246f30a9806b2ad68703a417cff (commit)
      from  1bc1ce413c108ddf66a282f8a78f7629b03fdc47 (commit)

Summary of changes:
 src/prefs_folder_item.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit e6f6d119d2efe246f30a9806b2ad68703a417cff
Author: Paul <paul at claws-mail.org>
Date:   Mon Jun 10 13:54:28 2024 +0100

    rename folder type 'outbox' to 'sent'

diff --git a/src/prefs_folder_item.c b/src/prefs_folder_item.c
index 4d0b5b0ff..277d30980 100644
--- a/src/prefs_folder_item.c
+++ b/src/prefs_folder_item.c
@@ -1,6 +1,6 @@
 /*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2024 the Claws Mail team and Hiroyuki Yamamoto
  *
  * 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
@@ -323,7 +323,7 @@ static void prefs_folder_item_general_create_widget_func(PrefsPage * page_,
 
 	COMBOBOX_ADD (folder_type_menu, _("Normal"),  F_NORMAL);
 	COMBOBOX_ADD (folder_type_menu, _("Inbox"),  F_INBOX);
-	COMBOBOX_ADD (folder_type_menu, _("Outbox"),  F_OUTBOX);
+	COMBOBOX_ADD (folder_type_menu, _("Sent"),  F_OUTBOX);
 	COMBOBOX_ADD (folder_type_menu, _("Drafts"),  F_DRAFT);
 	COMBOBOX_ADD (folder_type_menu, _("Queue"),  F_QUEUE);
 	COMBOBOX_ADD (folder_type_menu, _("Trash"),  F_TRASH);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list