Changeset 799:b196068d3883 for compose.c

Show
Ignore:
Timestamp:
1999-01-26 00:39:30 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

$resolve should be honored when doing toggle-unlink on the compose
menu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r796 r799  
    866866        CHECK_COUNT; 
    867867        idx[menu->current]->content->unlink = !idx[menu->current]->content->unlink; 
     868        if (option (OPTRESOLVE) && menu->current + 1 < menu->max) 
     869          menu->current++; 
    868870        menu->redraw = REDRAW_INDEX; 
    869871        break;