Changeset 2250:9e0e09920c13 for compose.c
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r2198 r2250 534 534 struct stat st; 535 535 536 mutt_attach_init (msg->content); 536 537 idx = mutt_gen_attach_list (msg->content, -1, idx, &idxlen, &idxmax, 0, 1); 537 538 … … 1113 1114 case OP_DISPLAY_HEADERS: 1114 1115 CHECK_COUNT; 1115 mutt_attach_display_loop (menu, op, NULL, NULL, NULL, idx, &idxlen, NULL);1116 mutt_attach_display_loop (menu, op, NULL, NULL, NULL, &idx, &idxlen, NULL, 0); 1116 1117 menu->redraw = REDRAW_FULL; 1117 1118 break;
