Show
Ignore:
Timestamp:
2000-01-28 23:56:37 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Michael Elkins' content-disposition patch, with some small changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1451 r1472  
    846846        break; 
    847847       
     848      case OP_COMPOSE_TOGGLE_DISPOSITION: 
     849        /* toggle the content-disposition between inline/attachment */ 
     850        idx[menu->current]->content->disposition = (idx[menu->current]->content->disposition == DISPINLINE) ? DISPATTACH : DISPINLINE; 
     851        menu->redraw = REDRAW_CURRENT; 
     852        break; 
     853 
    848854      case OP_EDIT_TYPE: 
    849855        CHECK_COUNT;