case OP_SAVE:
if (IsAttach(extra))
{
- mutt_save_attachment_list(extra->actx, extra->fp, false, extra->bdy, extra->hdr, NULL);
+ mutt_save_attachment_list(extra->actx, extra->fp, false, extra->bdy,
+ extra->hdr, NULL);
break;
}
/* fall through */
char buf[HUGE_STRING] = "";
int first = 1, enc, col = 0, w, l = 0, fold;
- mutt_debug(4, "mwoh: pfx=[%s], tag=[%s], flags=%d value=[%s]\n", pfx, tag, flags, NONULL(value));
+ mutt_debug(4, "mwoh: pfx=[%s], tag=[%s], flags=%d value=[%s]\n", pfx, tag,
+ flags, NONULL(value));
if (tag && *tag && fprintf(fp, "%s%s: ", NONULL(pfx), tag) < 0)
return -1;
" https://github.com/neomutt/neomutt/issues\n"
"or send an email to: <neomutt-devel@neomutt.org>\n");
+// clang-format off
static const char *Notice =
N_("Copyright (C) 1996-2016 Michael R. Elkins and others.\n"
"NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type `neomutt -vv'.\n"
"NeoMutt is free software, and you are welcome to redistribute it\n"
"under certain conditions; type `neomutt -vv' for details.\n");
+// clang-format on
/**
* struct CompileOptions - List of built-in capabilities