Remove variables that are set, but not used again.
mutt_debug(1, "no CN found in DN\n");
goto err_dn;
}
- cn += 3;
cnend = strstr(dn, ",EMAIL=");
if (cnend)
// TEST24: neomutt -p (no postponed message)
log_queue_empty();
repeat_error = true;
+ goto main_curses;
}
else if (subject || msg || sendflags || draft_file || include_file ||
!STAILQ_EMPTY(&attach) || optind < argc)
va_list ap;
va_start(ap, level);
const char *fmt = va_arg(ap, const char *);
- ret = vfprintf(LogFileFP, fmt, ap);
+ ret += vfprintf(LogFileFP, fmt, ap);
va_end(ap);
if (level == LL_PERROR)
col -= wlen; /* reset to passed in value */
wptr = buf; /* reset write ptr */
- wlen = ((flags & MUTT_FORMAT_ARROWCURSOR) && ArrowCursor) ? 3 : 0;
pid = mutt_create_filter(command->data, NULL, &filter, NULL);
if (pid != -1)
{
/* fatal error occurred */
FREE(&Context);
pager_menu->redraw = REDRAW_FULL;
- ch = -1;
break;
}
}
if (extra->hdr != Context->hdrs[Context->v2r[rd.index->current]])
{
extra->hdr = Context->hdrs[Context->v2r[rd.index->current]];
- ch = -1;
break;
}
}