-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy attachments from source file to output file #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
I am thinking about
- Whether this should be an (i.e. a new command-line switch controlling if we do this copying) - but I don't think that's necessary.
- Whether we should blindly copy all attachments (or only specific ones) - this is of course difficult to answer, and I am fine with it as is. What I wonder about - what about the thumbnail? Copying this is arguably wrong, but maybe better than not having one at all.
Please consider my suggestions - esp. the one for CziSlicesWriterTbb::AddAttachment.
Don't forget to update the version here - this should be 0.5.0 (I'd see this as a new feature, not as a bug-fix). And please add an entry in the version-history.
No description provided.