[Commits] [SCM] claws branch, master, updated. 3.13.2-6-gb3b2d2c
Colin
colin at claws-mail.org
Sun Jan 24 20:11:51 CET 2016
The branch, master has been updated
via b3b2d2c84562912a3402eaea449587d6fa6fd647 (commit)
from a5c8092f06252c6cd9b000690a8190d77a8ceed2 (commit)
Summary of changes:
src/inc.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit b3b2d2c84562912a3402eaea449587d6fa6fd647
Author: Colin Leroy <colin at colino.net>
Date: Sun Jan 24 20:11:41 2016 +0100
Fix unused variable warning
diff --git a/src/inc.c b/src/inc.c
index 7714562..bfa5bf4 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -716,7 +716,6 @@ static gint inc_start(IncProgressDialog *inc_dialog)
for(msglist_element = msglist; msglist_element != NULL;
msglist_element = msglist_element->next) {
- MsgInfo *msginfo = (MsgInfo *)msglist_element->data;
procmsg_msginfo_free((MsgInfo**)&(msglist_element->data));
}
folder_item_update_thaw();
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list