# HG changeset patch # User Richard Laager # Date 1145911020 0 # Node ID 22ac7f523fc93a51a7e31e0f7d94e58b1217697e # Parent 2d31d61f572ca64e1e27fc86e5e58bf103537afb [gaim-migrate @ 16090] SF Patch #1470618 Fixes SF Bug #1415963 "Small modification to correctly link to the HTTPS login page for the Yahoo! Mail service. The previous link generated a SSL certificate warning in both Internet Explorer and Firefox when followed. This warning is now gone." committer: Tailor Script diff -r 2d31d61f572c -r 22ac7f523fc9 src/protocols/yahoo/yahoo.h --- a/src/protocols/yahoo/yahoo.h Mon Apr 24 20:15:34 2006 +0000 +++ b/src/protocols/yahoo/yahoo.h Mon Apr 24 20:37:00 2006 +0000 @@ -31,7 +31,7 @@ #define YAHOO_PAGER_HOST "scs.msg.yahoo.com" #define YAHOO_PAGER_PORT 5050 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" -#define YAHOO_MAIL_URL "https://mail.yahoo.com/" +#define YAHOO_MAIL_URL "https://login.yahoo.com/config/login?.src=ym" #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com" #define YAHOO_XFER_PORT 80 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/"