[Commits] [SCM] claws branch, quota-info, updated. 4.3.1-58-gefbf07888
miras at claws-mail.org
miras at claws-mail.org
Wed Mar 12 21:04:43 UTC 2025
The branch, quota-info has been updated
via efbf078883952391ab96fba8dc47b0e1593d3392 (commit)
from 39285b1b7042af97e9e079a242611f26dc901775 (commit)
Summary of changes:
src/summaryview.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit efbf078883952391ab96fba8dc47b0e1593d3392
Author: Michael Rasmussen <mir at datanom.net>
Date: Wed Mar 12 22:04:39 2025 +0100
Fix format
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/summaryview.c b/src/summaryview.c
index 7a5c3f4b4..ca06a8ae0 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2793,8 +2793,8 @@ static void summary_status_show(SummaryView *summaryview)
g_free(str);
if (has_quota) {
- gchar* s_size = to_human_readable_ext(size*1024);
- gchar* s_limit = to_human_readable_ext(limit*1024);
+ gchar* s_size = to_human_readable_ext(size*1024);
+ gchar* s_limit = to_human_readable_ext(limit*1024);
tooltip = g_strdup_printf("<b>%s</b>\n"
"<b>%s</b> %d\n"
@@ -2820,7 +2820,7 @@ static void summary_status_show(SummaryView *summaryview)
_("Locked:"), n_locked,
_("Ignored:"), n_ignored,
_("Watched:"), n_watched,
- _("Size:"), s_size,
+ _("Size:"), s_size,
_("Limit:"), s_limit);
g_free(s_size);
g_free(s_limit);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list