We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546ce6f commit 9f3cf93Copy full SHA for 9f3cf93
1 file changed
www/secretary/workbench/views/actions/join.json.rb
@@ -6,7 +6,7 @@
6
outputname = 'pages.pdf'
7
message = Mailbox.find(@message)
8
attachments = message.attachments
9
-
+
10
Dir.mktmpdir do |dir|
11
pages = []
12
attachments.each do |attach|
@@ -22,7 +22,7 @@
22
content: File.binread(outputpath), # must use binary read
23
mime: 'application/pdf'
24
}
25
26
message.replace_all_attachments attachment
27
end
28
0 commit comments