Changeset 2198:43b2971d4c80 for compose.c
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r2150 r2198 907 907 CHECK_COUNT; 908 908 { 909 mutt_edit_content_type (NULL, idx[menu->current]->content );909 mutt_edit_content_type (NULL, idx[menu->current]->content, NULL); 910 910 911 911 /* this may have been a change to text/something */ … … 1113 1113 case OP_DISPLAY_HEADERS: 1114 1114 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); 1116 1116 menu->redraw = REDRAW_FULL; 1117 1117 break;
