Changeset 4118:5256b88d6c62

Show
Ignore:
Timestamp:
2005-08-01 18:13:25 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Don't unlink attachments that you've decided not to send. (closes #1328)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r3873 r4118  
    815815      case OP_DELETE: 
    816816        CHECK_COUNT; 
     817        idx[menu->current]->content->unlink = 0; 
    817818        if (delete_attachment (menu, &idxlen, menu->current) == -1) 
    818819          break;