Changeset 3689:cf3e866e24c8

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r3663 r3689  
    573573        /* fall through */ 
    574574      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)))) 
    577578        { 
    578579          char *tag = NULL, *err = NULL;