[Commits] [SCM] claws branch, master, updated. 3.18.0-309-gfa83e0804
jonathan at claws-mail.org
jonathan at claws-mail.org
Fri Dec 31 19:17:09 UTC 2021
The branch, master has been updated
via fa83e08049cfade591b5574278248e91bd838661 (commit)
from f118b01ea0e80bc0b2df6d8e2731686806b7a4c3 (commit)
Summary of changes:
src/summaryview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fa83e08049cfade591b5574278248e91bd838661
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Nov 20 02:40:59 2021 -0700
Fix -Wunused-variable warning
diff --git a/src/summaryview.c b/src/summaryview.c
index 39e120ebd..fdc1d533d 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4998,7 +4998,7 @@ void summary_save_as(SummaryView *summaryview)
GtkCMCTree *ctree = GTK_CMCTREE(summaryview->ctree);
MsgInfo *msginfo;
gchar *filename = NULL;
- gchar *src, *dest, *dest_default;
+ gchar *src, *dest;
gchar *tmp;
gchar *filedir = NULL;
gchar *converted_filename = NULL;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list