* switch statement would need to be run. */
mutt_folder_hook(buf);
- Context = mx_open_mailbox(buf, (ReadOnly || (op == OP_MAIN_CHANGE_FOLDER_READONLY)) ? MUTT_READONLY : 0, NULL);
+ Context = mx_open_mailbox(
+ buf, (ReadOnly || (op == OP_MAIN_CHANGE_FOLDER_READONLY)) ? MUTT_READONLY : 0, NULL);
if (Context)
{
menu->current = ci_first_message();
mutt_folder_hook(folder);
mutt_startup_shutdown_hook(MUTT_STARTUPHOOK);
- Context = mx_open_mailbox(folder, ((flags & MUTT_RO) || ReadOnly) ? MUTT_READONLY : 0, NULL);
+ Context = mx_open_mailbox(
+ folder, ((flags & MUTT_RO) || ReadOnly) ? MUTT_READONLY : 0, NULL);
if (Context || !explicit_folder)
{
#ifdef USE_SIDEBAR
}
/* Does this pattern match? */
- if (regexec(rl->regex->regex, str, (size_t) rl->nmatch, (regmatch_t *) pmatch, (int) 0) == 0)
+ if (regexec(rl->regex->regex, str, (size_t) rl->nmatch,
+ (regmatch_t *) pmatch, (int) 0) == 0)
{
mutt_debug(5, "%s matches %s\n", str, rl->regex->pattern);
mutt_debug(5, "%d subs\n", (int) rl->regex->regex->re_nsub);
{
p = mutt_param_get("x-action", m->parameter);
if (p && ((mutt_str_strcasecmp(p, "sign") == 0) ||
- (mutt_str_strcasecmp(p, "signclear") == 0)))
+ (mutt_str_strcasecmp(p, "signclear") == 0)))
t |= PGPSIGN;
p = mutt_param_get("format", m->parameter);
#include <wctype.h>
#include "mutt/mutt.h"
#include "mutt.h"
-#include "mx.h"
#include "pattern.h"
#include "address.h"
#include "body.h"
#include "mailbox.h"
#include "mutt_curses.h"
#include "mutt_menu.h"
+#include "mx.h"
#include "ncrypt/ncrypt.h"
#include "opcodes.h"
#include "options.h"
if (!mime_fwd_all && !cur && (nattach > 1) && !check_can_decode(actx, cur))
{
- rc = query_quadoption(MimeForwardRest, _("Can't decode all tagged attachments. MIME-forward the others?"));
+ rc = query_quadoption(
+ MimeForwardRest,
+ _("Can't decode all tagged attachments. MIME-forward the others?"));
if (rc == MUTT_ABORT)
goto bail;
else if (rc == MUTT_NO)
if (nattach > 1 && !check_can_decode(actx, cur))
{
- rc = query_quadoption(MimeForwardRest, _("Can't decode all tagged attachments. MIME-encapsulate the others?"));
+ rc = query_quadoption(MimeForwardRest,
+ _("Can't decode all tagged attachments. "
+ "MIME-encapsulate the others?"));
if (rc == MUTT_ABORT)
return;
else if (rc == MUTT_YES)