[Users] [Bug 3335] Printing Multiple Documents Simultaneously
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Aug 30 09:28:27 CEST 2016
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3335
Andrej Kacian <andrej at kacian.sk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|PC |All
OS|FreeBSD |All
--- Comment #1 from Andrej Kacian <andrej at kacian.sk> ---
There doesn't seem to be any straightforward way to batch print in GTK+ - each
GtkPrintOperation has to be executed via gtk_print_operation_run(), which
always displays the dialog. Even GTK3 doesn't have this added.
All the pieces seem to be there - you can store and restore settings, as well
as other parameters, to a different GtkPrintOperation. Just the option to skip
each operation's print dialog is missing.
The only way I can think of to work around this would be to stuff content of
all e-mails into one "document", and print that, but that approach has issues
of its own.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list