Changeset 3689:cf3e866e24c8 for compose.c
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r3663 r3689 573 573 /* fall through */ 574 574 case OP_COMPOSE_EDIT_HEADERS: 575 if (op == OP_COMPOSE_EDIT_HEADERS || 576 (op == OP_COMPOSE_EDIT_MESSAGE && option (OPTEDITHDRS))) 575 if (mutt_strcmp ("builtin", Editor) != 0 && 576 (op == OP_COMPOSE_EDIT_HEADERS || 577 (op == OP_COMPOSE_EDIT_MESSAGE && option (OPTEDITHDRS)))) 577 578 { 578 579 char *tag = NULL, *err = NULL;
