NoOp wrote: > Above also works with Thunderbird. Again, I don't/won't use gmail, so > you'll need to sort that bit out on your own... sorry.
Mail provides mail service with the standard, IMAP: http://mail.google.com/support/bin/answer.py?hl=en&answer=75725 IMAP clients like Thunderbird will thus work with GMail. The first step to launch a web browser instead of a regular mail client, is something like this: /usr/bin/firefox https://mail.google.com/ To launch firefox into gmail and directly into the compose function: /usr/bin/firefox 'https://mail.google.com/mail/h/?v=b&pv=tl&cs=b' Be sure to note the single quotes there. Figuring out how to add the attachment automatically requires something additional. Don't know what just now. Regards, -Lars PS. If people are sending attachments, then there is some failure in the work flow. Attachments are not an appropriate substitute for a proper networked filesystem. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
