Your message dated Thu, 19 Nov 2009 15:20:25 -0500
with message-id <[email protected]>
and subject line Re: Bug#545973: Fixed upstream and confirmed by submitter
has caused the Debian Bug report #545973,
regarding evolution doesn't handle encoded mailto urls
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
545973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545973
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: evolution
Version: 2.26.3-3
Severity: important
My application requires to open the default mail client and to compose a
new message using a specific attachment.
In order to be desktop manager agnostic, I use the command xdg-email.
When gnome is the running desktop manager, xdg-open calls gnome-open,
and gnome-open call evolution.
xdg-email encode the attachment pathname into URL, and gnome-open call
evolution using the same encoded string, but evolution doesn't un-encode
that string and cannot find the specified file.
Example:
$ XDG_UTILS_DEBUG_LEVEL=30 /usr/bin/xdg-email \
--attach /tmp/allegato5316366537919686103.TIF
Running gnome-open "mailto:?attach=%2Ftmp%2Fallegato5316366537919686103.TIF"
you may see that xdg-email encode the string and call gnome-open. Then
evolution pop up and display an (Italian) error message: Impossibile
allegare il file «%2Ftmp%2Fallegato5316366537919686103.TIF» a questo
messaggio (It's not possible to attache file ... to this message). The
error message detail says "file not found".
I tried calling directory evolution using this mailto URI and I get the
same error. The command I write is:
$ evolution "mailto:?attach=%2Ftmp%2Fallegato5316366537919686103.TIF"
Thanks,
Giuseppe Sacco
--- End Message ---
--- Begin Message ---
Version: 2.28.0-2
Fixed upstream and confirmed by submitter upstream...
--- End Message ---