GNOME Bugzilla – Bug 782151
Simple-scan sends only first page to the mail program.
Last modified: 2017-06-13 21:16:04 UTC
Created attachment 351024 [details] Skip unnecessary error handler When porting to vala, the handler of file saving errors remained. How to reproduce the bug: Scan two or more photos. Document - Email. Only the first page is sent to the mail program.
Created attachment 352198 [details] [review] Refactor emailing documents This patch solve this bug and make AppWindow.email_document save using Book.save everytime in preparation of making saves asynchronous. Files attached to email also got nicer filenames.
Created attachment 352329 [details] [review] Updated patch
Patch commited. Please close.