Is there a way to get the filename of an attachment for use in a macro? I would like to be able to scp an attachment somewhere from with mutt and keep the attachment name. I can use: macro attach <f5> "|cat > /tmp/test; scp /tmp/test [EMAIL PROTECTED]:.^M" and it works (although i don't check for existance of test etc). But it'd be nice to be able to preserve the filename of the attachment. Thanks.