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 599819 - Seamonkey Mail not supported
Seamonkey Mail not supported
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
2.28.x
Other Linux
: Normal enhancement
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-27 18:40 UTC by Gabor Karsay
Modified: 2009-10-30 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gabor Karsay 2009-10-27 18:40:48 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;
Comment 1 Bastien Nocera 2009-10-30 15:17:47 UTC
Thanks for the patch.