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 [EMAIL PROTECTED],subject=Sending file
\[`basename $NAUTILUS_SCRIPT_SELECTED_URIS`\] as
attachement,attachment=$NAUTILUS_SCRIPT_SELECTED_URIS
--
nautilus-list mailing list
nautilus-list@gnome.org
http://mail.gnome.org/mailman/listinfo/nautilus-list

Reply via email to