Skip to content

Commit

Permalink
Propagate hmail notes to split copies (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathquis authored Jan 5, 2021
1 parent e74256a commit c00577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outbound/hmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ class HMailItem extends events.EventEmitter {
err_handler(err, "tmp file rename");
}
else {
const split_mail = new HMailItem (fname, dest_path);
const split_mail = new HMailItem (fname, dest_path, hmail.notes);
split_mail.once('ready', () => {
cb(split_mail);
});
Expand Down

0 comments on commit c00577d

Please sign in to comment.