Comment 11 for bug 23281

Revision history for this message
Philip Axer (paxer) wrote :

I found some bugs in the patch commited by Whoopie!

- t_cmd = g_find_program_in_path ("mozilla-thunderbird");
+ t_cmd = g_find_program_in_path ("thunderbird");

This is wrong, since the executable is "mozilla-thunderbird" and NOT "thunderbird"! I modified the source myself and voila it works voila!
This is the interesting line:
-enable_thunderbird=no
+enable_thunderbird=yes

it would be quite nice to see that in feisty, cause this is pretty much a one line thingy...