<div>Hello,<br></div><div><br></div><div>I am trying to create a bundle to save attachments to the default download directory. I've duplicate another bundle and generated new UUIDs, but my command only makes MailMate crash -- which is not the desired outcome!<br></div><div><br></div><div>Here is the text of Attachment.mmCommand (which is in the bundle's "Commands" folder)<br></div><div><br></div><div>{command = "#!/bin/bash\n\"${MM_BUNDLE_SUPPORT}/bin/save_attachments\"";<br></div><div>name    = 'Save Attachments';<br></div><div>input = 'decoded';<br></div><div>uuid = "D9BC1B80-7E41-4B5D-B920-9758B6C84BC4";<br></div><div>}<br></div><div><br></div><div>Here is the text of the save_attachments Support file (which is in Support>bin)<br></div><div><br></div><div>#!/usr/bin/osascript<br></div><div>tell application "MailMate" to perform {"saveAttachmentsInDownloads:"}<br></div><div><br></div><div><br></div><div class="protonmail_signature_block "><div class="protonmail_signature_block-user "><div>--<br></div><div>\j.<br></div></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div>