[Commits] [SCM] claws branch, master, updated. 3.17.5-20-ge1cb6c9d1
paul at claws-mail.org
paul at claws-mail.org
Thu May 14 13:56:53 CEST 2020
The branch, master has been updated
via e1cb6c9d13c09b59952d81f5d189f09a40deef9f (commit)
from f555c46566d1f030e25fe8b98cda4a69b5224723 (commit)
Summary of changes:
src/imap.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit e1cb6c9d13c09b59952d81f5d189f09a40deef9f
Author: paul <paul at claws-mail.org>
Date: Thu May 14 12:55:51 2020 +0100
remove wonky style
diff --git a/src/imap.c b/src/imap.c
index 5ec34866d..3ab83c50f 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -2498,7 +2498,8 @@ static gint search_msgs (Folder *folder,
if (result == MAILIMAP_ERROR_PROTOCOL) {
debug_print("Server side search unavailable, using local search\n");
imap_handle_error(SESSION(session), NULL, result);
- result = folder_item_search_msgs_local(folder, container, msgs, NULL, predicate, progress_cb, progress_data);
+ result = folder_item_search_msgs_local(folder, container, msgs, NULL,
+ predicate, progress_cb, progress_data);
if (result < 0) {
debug_print("search_msgs - got protocol error, aborting\n");
alertpanel_error_log(_("Search failed due to server error."));
@@ -2506,7 +2507,9 @@ static gint search_msgs (Folder *folder,
}
return result;
- } if (result == MAILIMAP_NO_ERROR) {
+ }
+
+ if (result == MAILIMAP_NO_ERROR) {
gint result = 0;
*msgs = imap_uid_list_from_lep(uidlist, &result);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list