case 0:
mutt_clear_error();
return 0;
- /* non-fatal error: fall through to fetch/append */
+ /* non-fatal error: continue to fetch/append */
case 1:
break;
/* fatal error, abort */
mutt_message_hook(NULL, msg, MUTT_SEND2HOOK);
break;
}
- /* fall through */
+ /* fallthrough */
case OP_COMPOSE_EDIT_HEADERS:
if ((mutt_str_strcmp("builtin", Editor) != 0) &&
(op == OP_COMPOSE_EDIT_HEADERS ||
mutt_message(_("Certificate saved"));
mutt_sleep(0);
}
- /* fall through */
+ /* fallthrough */
case OP_MAX + 2: /* accept once */
done = 2;
SSL_set_ex_data(ssl, SkipModeExDataIndex, NULL);
mutt_message(_("Certificate saved"));
mutt_sleep(0);
}
- /* fall through */
+ /* fallthrough */
case OP_MAX + 2: /* accept once */
done = 2;
break;
mutt_check_rescore(Context);
break;
- case OP_EDIT_OR_VIEW_RAW_MESSAGE: /* fall through */
- case OP_EDIT_RAW_MESSAGE: /* fall through */
+ case OP_EDIT_OR_VIEW_RAW_MESSAGE:
+ case OP_EDIT_RAW_MESSAGE:
case OP_VIEW_RAW_MESSAGE:
/* TODO split this into 3 cases? */
{
case 1: /* single: convert to a range */
state = 2;
- /* fall through */
+ /* fallthrough */
case 2: /* extend range ending */
range_end = msn;
break;
case 1:
bytes = 2;
- /* fall through */
+ /* fallthrough */
case 2:
{
ch = -1;
break;
}
- /* fall through */
+ /* fallthrough */
case OP_SAVE:
if (IsAttach(extra))
{
extra->hdr, NULL);
break;
}
- /* fall through */
+ /* fallthrough */
case OP_COPY_MESSAGE:
case OP_DECODE_SAVE:
case OP_DECODE_COPY:
{
case OP_DISPLAY_HEADERS:
toggle_option(OPT_WEED);
- /* fall through */
+ /* fallthrough */
case OP_VIEW_ATTACH:
op = mutt_view_attachment(CURATTACH->fp, CURATTACH->content, MUTT_REGULAR, hdr, actx);
op = OP_NULL;
break;
}
- /* fall through */
+ /* fallthrough */
case OP_ATTACH_COLLAPSE:
if (recv)
return op;
- /* fall through */
+ /* fallthrough */
default:
op = OP_NULL;
}