Changeset 1472:c4f80a425496 for compose.c
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r1451 r1472 846 846 break; 847 847 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 848 854 case OP_EDIT_TYPE: 849 855 CHECK_COUNT;
