Show
Ignore:
Timestamp:
2001-01-27 05:33:53 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Add collapsing to the receive-attach menu, and improve digest
handling that way.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r2198 r2250  
    534534  struct stat st; 
    535535 
     536  mutt_attach_init (msg->content); 
    536537  idx = mutt_gen_attach_list (msg->content, -1, idx, &idxlen, &idxmax, 0, 1); 
    537538 
     
    11131114      case OP_DISPLAY_HEADERS: 
    11141115        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); 
    11161117        menu->redraw = REDRAW_FULL; 
    11171118        break;