#endif
else
mutt_file_concat_path(f, LastDir, state.entry[menu->current].name, flen);
-
- /* Fall through to OP_EXIT */
+ /* fallthrough */
case OP_EXIT:
}
else if (i == MUTT_ABORT)
break; /* abort */
-
- /* fall through to postpone! */
+ /* fallthrough */
case OP_COMPOSE_POSTPONE_MESSAGE:
case OP_GET_PARENT:
CHECK_MSGCOUNT;
CHECK_VISIBLE;
+ /* fallthrough */
case OP_GET_MESSAGE:
CHECK_IN_MAILBOX;
#ifdef USE_NNTP
case OP_FOLLOWUP:
case OP_FORWARD_TO_GROUP:
-
CHECK_MSGCOUNT;
CHECK_VISIBLE;
+ /* fallthrough */
case OP_POST:
-
CHECK_ATTACH;
if (op != OP_FOLLOWUP || !CURHDR->env->followup_to ||
(mutt_str_strcasecmp(CURHDR->env->followup_to, "poster") != 0) ||
break;
}
#endif
-
+ /* fallthrough */
case OP_REPLY:
CHECK_ATTACH;
break;
}
else if (!(flags & MUTT_FILE))
+ {
goto self_insert;
- /* fall through to completion routine (MUTT_FILE) */
+ }
+ /* fallthrough */
case OP_EDITOR_COMPLETE:
case OP_EDITOR_COMPLETE_QUERY:
tag_len = 0;
state = TAG;
}
- /* Yes, fall through (it wasn't a <<, so this char is first in TAG) */
+ /* Yes, (it wasn't a <<, so this char is first in TAG) */
+ /* fallthrough */
case TAG:
if (wc == (wchar_t) '>')
{
break;
}
}
- /* fall through on failure */
+ /* fallthrough */
case 'a':
colorlen = add_index_color(dest, destlen, flags, MT_COLOR_INDEX_AUTHOR);
/* break if 'K' returns nothing */
break;
}
- /* fall through if 'B' returns nothing */
+ /* if 'B' returns nothing */
+ /* fallthrough */
case 'b':
if (ctx)
snprintf(buf, sizeof(buf), "set news_server=%s", optarg);
mutt_list_insert_tail(&commands, mutt_str_strdup(buf));
}
+ /* fallthrough */
case 'G': /* List of newsgroups */
flags |= MUTT_SELECT | MUTT_NEWS;
}
break;
- case 4: /* (c)lear */
+ case 4:
FREE(&SmimeEncryptWith);
- /* fallback */
+ /* (c)lear */
+ /* fallthrough */
case -1: /* Ctrl-G or Enter */
choice = 0;
break;
break;
}
- /* no previous search pattern, so fall through to search */
+ /* no previous search pattern */
+ /* fallthrough */
case OP_SEARCH:
case OP_SEARCH_REVERSE:
break;
}
#endif
-
+ /* fallthrough */
case OP_REPLY:
CHECK_MODE(IsHeader(extra) || IsMsgAttach(extra));
CHECK_ATTACH;
{
case MUTT_UNDELETE:
mutt_set_flag(Context, Context->hdrs[Context->v2r[i]], MUTT_PURGE, 0);
+ /* fallthrough */
case MUTT_DELETE:
mutt_set_flag(Context, Context->hdrs[Context->v2r[i]], MUTT_DELETE,
(op == MUTT_DELETE));
done = 2;
break;
}
- /* fall through to OP_MAIL */
-
+ /* fallthrough */
case OP_MAIL:
msg = mutt_new_header();
msg->env = mutt_new_envelope();
else if (aptr->content->description ||
(mutt_is_message_type(aptr->content->type, aptr->content->subtype) &&
MessageFormat && aptr->content->hdr))
+ {
break;
- /* FALLS THROUGH TO 'F' */
+ }
+ /* fallthrough */
case 'F':
if (!optional)
{
optional = 0;
break;
}
- /* FALLS THROUGH TO 'f' */
+ /* fallthrough */
case 'f':
if (!optional)
{
if (!CURATTACH->content->hdr->env->followup_to ||
(mutt_str_strcasecmp(CURATTACH->content->hdr->env->followup_to,
"poster") != 0) ||
- query_quadoption(OPT_FOLLOWUP_TO_POSTER,
- _("Reply by mail as poster prefers?")) != MUTT_YES)
+ (query_quadoption(OPT_FOLLOWUP_TO_POSTER,
+ _("Reply by mail as poster prefers?")) != MUTT_YES))
{
mutt_attach_reply(CURATTACH->fp, hdr, actx,
menu->tagprefix ? NULL : CURATTACH->content,
break;
}
#endif
-
+ /* fallthrough */
case OP_REPLY:
case OP_GROUP_REPLY:
case OP_LIST_REPLY:
if (!IsEndwin)
endwin();
kill(0, SIGSTOP);
+ /* fallthrough */
case SIGCONT:
if (!IsEndwin)