const char *p = NULL;
FILE *ifp = NULL, *ofp = NULL;
int i;
- bool keep;
struct Envelope *n = NULL;
time_t mtime;
struct stat st;
struct ListNode *np, *tmp;
STAILQ_FOREACH_SAFE(np, &msg->env->userhdrs, entries, tmp)
{
- keep = true;
+ bool keep = true;
if (fcc && (mutt_str_strncasecmp("fcc:", np->data, 4) == 0))
{
{
struct Body *body2 = NULL;
struct Body *parts = NULL;
- size_t l = 0;
p = mutt_str_skip_email_wsp(np->data + 7);
if (*p)
{
+ size_t l = 0;
for (; *p && *p != ' ' && *p != '\t'; p++)
{
if (*p == '\\')