}
if (ret <= 0) {
if (ret == 0) {
- errormsg = t_strdup_printf("Failed to fetch URLAUTH \"%s\": %s",
- url, error);
+ errormsg = t_strdup_printf(
+ "Failed to fetch URLAUTH \"%s\": %s",
+ url, error);
e_debug(event, "%s", errormsg);
}
success = FALSE;
ret = imap_msgpart_url_get_bodypartstructure(mpurl, &bpstruct, &error);
if (ret <= 0) {
if (ret == 0) {
- errormsg = t_strdup_printf
- ("Failed to read URLAUTH \"%s\": %s", url, error);
+ errormsg = t_strdup_printf(
+ "Failed to read URLAUTH \"%s\": %s",
+ url, error);
e_debug(event, "%s", errormsg);
}
success = FALSE;
ret = imap_msgpart_url_read_part(mpurl, &mpresult, &error);
if (ret <= 0) {
if (ret == 0) {
- errormsg = t_strdup_printf
- ("Failed to read URLAUTH \"%s\": %s", url, error);
+ errormsg = t_strdup_printf(
+ "Failed to read URLAUTH \"%s\": %s",
+ url, error);
e_debug(event, "%s", errormsg);
}
success = FALSE;