Changeset 4118:5256b88d6c62
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3873
|
r4118
|
|
| 815 | 815 | case OP_DELETE: |
| 816 | 816 | CHECK_COUNT; |
| | 817 | idx[menu->current]->content->unlink = 0; |
| 817 | 818 | if (delete_attachment (menu, &idxlen, menu->current) == -1) |
| 818 | 819 | break; |