Show
Ignore:
Timestamp:
2000-11-27 05:14:28 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Make sure edit-type works without a segmentation fault from the
receive-attach menu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r2150 r2198  
    907907        CHECK_COUNT; 
    908908        { 
    909           mutt_edit_content_type (NULL, idx[menu->current]->content); 
     909          mutt_edit_content_type (NULL, idx[menu->current]->content, NULL); 
    910910 
    911911          /* this may have been a change to text/something */ 
     
    11131113      case OP_DISPLAY_HEADERS: 
    11141114        CHECK_COUNT; 
    1115         mutt_attach_display_loop (menu, op, NULL, NULL, idx, idxlen); 
     1115        mutt_attach_display_loop (menu, op, NULL, NULL, NULL, idx, &idxlen, NULL); 
    11161116        menu->redraw = REDRAW_FULL; 
    11171117        break;