Changeset 3689:cf3e866e24c8
- Timestamp:
- 2004-07-13 22:39:23 (4 years ago)
- Author:
- Thomas Roessler <roessler@…>
- Branch:
- HEAD
- Message:
-
Don't invoke "builtin" as an external editor. Note: It's not clear
to me that this is really the right approach. Revisit Editor/Visual
some time.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
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; |