Strip attachments on "duplicate"

SVN revision: 1584
This commit is contained in:
Stefan Ritt 2005-12-21 19:53:20 +00:00
parent a6e106fea0
commit e8515d2718

View File

@ -8057,6 +8057,10 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
text, &size, orig_tag, reply_tag, att, encoding, locked_by);
get_author(lbs, attrib, orig_author);
/* strip attachments on duplicate */
if (bduplicate)
memset(att, 0, sizeof(att));
}
}