After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 272555 - command line email cuts off parameters
command line email cuts off parameters
Status: RESOLVED NOTABUG
Product: evolution
Classification: Applications
Component: Shell
2.2.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-02-13 16:18 UTC by André Klapper
Modified: 2013-09-13 00:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2005-02-13 16:18:26 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.
Comment 1 spyderz 2005-02-13 16:49:38 UTC
& is a shell meta character and needs to be escaped. 
evolution
'mailto:me@example.com?subject=testing&cc=someonelse@example.com&body=deleteme'
Comment 2 André Klapper 2005-02-13 21:32:59 UTC
thanks a lot, then this also wasn't clear to some ximian developers on 
the mailing lists... :-)
Comment 3 André Klapper 2005-04-12 18:47:44 UTC
*** Bug 274052 has been marked as a duplicate of this bug. ***