# HG changeset patch # User Luke Bratch # Date 1224551293 0 # Node ID 0a25d4ed981b81cecb933d9c245273385e4fba2a # Parent 877d58c83ba1ceebff9fc9e7e857e59fb229ce12 Patch from Luke Bratch: ". . . patches libpruple/protocols/yahoo/yahoo.h so that clicking on new mail notifications in Pidgin opens a logged in Yahoo Mail instead of the login screen. Correct URL [found] by looking at what URL the official client opens." committer: John Bailey diff -r 877d58c83ba1 -r 0a25d4ed981b libpurple/protocols/yahoo/yahoo.h --- a/libpurple/protocols/yahoo/yahoo.h Tue Oct 21 01:04:23 2008 +0000 +++ b/libpurple/protocols/yahoo/yahoo.h Tue Oct 21 01:08:13 2008 +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://login.yahoo.com/config/login?.src=ym" +#define YAHOO_MAIL_URL "http://us.rd.yahoo.com/messenger/client/?http://mail.yahoo.com/" #define YAHOO_XFER_HOST "filetransfer.msg.yahoo.com" #define YAHOO_XFER_PORT 80 #define YAHOO_XFER_RELAY_HOST "relay.msg.yahoo.com"