mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Strip attachments on "duplicate"
SVN revision: 1584
This commit is contained in:
parent
a6e106fea0
commit
e8515d2718
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user