sending files as attachements in nautilus



Hi,

The following script enable to send a file as attachement in
thunderbird. I'm wondering if it is possible to send multiple files at
the same time?

Thanks,
Peng

$ cat Send\ File\ As\ Email\ Attachment
#!/bin/sh

thunderbird_path="/usr/bin/icedove"
$thunderbird_path -compose to=pengyu ut gmail com,subject=Sending file
\[`basename $NAUTILUS_SCRIPT_SELECTED_URIS`\] as
attachement,attachment=$NAUTILUS_SCRIPT_SELECTED_URIS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]