GNOME Bugzilla – Bug 599819
Seamonkey Mail not supported
Last modified: 2009-10-30 15:17:47 UTC
Seamonkey Mail is not supported. Adding support would only change a line of code, because it uses Thunderbird syntax: In evolution.c, function init (NstPlugin *plugin), line 102/103 would be: else if (strstr (mail_cmd, "thunder") || strstr (mail_cmd, "seamonkey")) type = MAILER_THUNDERBIRD;
Thanks for the patch.