GNOME Bugzilla – Bug 401546
"send options" icon in composer toolbar totally broken
Last modified: 2013-09-13 00:50:48 UTC
so there is a "send options" icon in the toolbar, even for my POP account. it only throws a highlighted (!!) error message when clicking it, and it is empty. error is: "Internal error, unknown error 'mail-composer:send-options-support' requested"
Created attachment 81342 [details] screenshot
Ubuntu bug about that: https://launchpad.net/ubuntu/+source/evolution/+bug/84834
the patch that introduced this error was written by raghavguru7. the patch that introduced this error was committed by vvaradhan. http://svn.gnome.org/viewcvs/evolution/trunk/ui/evolution-message-composer.xml?r1=32259&r2=33140 question: why wasn't this even tested for *a single time* on a computer without groupwise (or whatever that send options thingy is for) support?
(In reply to comment #3) > the patch that introduced this error was written by raghavguru7. > the patch that introduced this error was committed by vvaradhan. > > http://svn.gnome.org/viewcvs/evolution/trunk/ui/evolution-message-composer.xml?r1=32259&r2=33140 > > question: why wasn't this even tested for *a single time* on a computer without > groupwise (or whatever that send options thingy is for) support? > This was tested quite well, however, during commit a hunk got misplaced. This would break both String as well as UI freezes. Working on it.
Created attachment 83169 [details] [review] Fix Patch with the missing hunk and a fix.
Fixed in SVN HEAD for 2.9.92. Thanks for the freeze break approvals. :-)