Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r4131 r4139  
    11471147            idx[idxlen]->content->next = NULL; 
    11481148            idx[idxlen]->content->parts = NULL; 
     1149            if (idx[idxlen]->unowned) 
     1150              idx[idxlen]->content->unlink = 0; 
    11491151            mutt_free_body (&idx[idxlen]->content); 
    11501152            FREE (&idx[idxlen]->tree);