sending files as attachements in nautilus
- From: "Peng Yu" <pengyu ut gmail com>
- To: nautilus-list gnome org
- Subject: sending files as attachements in nautilus
- Date: Tue, 8 Jul 2008 21:36:45 -0500
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]