Changeset 4139:9f13c04dfdb3
- Timestamp:
- 2005-08-03 18:15:52 (3 years ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Don't unlink non-mutt files that would have been unlinked on send if the
message is cancelled.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4131
|
r4139
|
|
| 1147 | 1147 | idx[idxlen]->content->next = NULL; |
| 1148 | 1148 | idx[idxlen]->content->parts = NULL; |
| | 1149 | if (idx[idxlen]->unowned) |
| | 1150 | idx[idxlen]->content->unlink = 0; |
| 1149 | 1151 | mutt_free_body (&idx[idxlen]->content); |
| 1150 | 1152 | FREE (&idx[idxlen]->tree); |