[Commits] [SCM] claws branch, master, updated. 4.3.0-2-ga890cdbde
paul at claws-mail.org
paul at claws-mail.org
Mon Jun 10 12:54:32 UTC 2024
The branch, master has been updated
via a890cdbde84467af7d74cc8656c11ccd749c1281 (commit)
from 0e27d137fb5e212280040566c1db6f4209694e77 (commit)
Summary of changes:
src/prefs_folder_item.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a890cdbde84467af7d74cc8656c11ccd749c1281
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 eb72f980c..b5b4f1f03 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-2022 the Claws Mail team and Hiroyuki Yamamoto
+ * 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
@@ -322,7 +322,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