GNOME Bugzilla – Bug 272555
command line email cuts off parameters
Last modified: 2013-09-13 00:48:05 UTC
when trying to send an email from the command line/shell/terminal/ whatsoever, evolution seems to parse only the first parameter directly after the "?" and cuts off everything after the "&", for example "evolution mailto:recipient@example.com?cc=cc@example.com&bcc=bcc@example. com" only adds recipient and cc, but not the bcc to a new email.
& is a shell meta character and needs to be escaped. evolution 'mailto:me@example.com?subject=testing&cc=someonelse@example.com&body=deleteme'
thanks a lot, then this also wasn't clear to some ximian developers on the mailing lists... :-)
*** Bug 274052 has been marked as a duplicate of this bug. ***