Mercurial > pidgin
changeset 24279:0a25d4ed981b
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 <rekkanoryo@rekkanoryo.org>
author | Luke Bratch <l_bratch@yahoo.co.uk> |
---|---|
date | Tue, 21 Oct 2008 01:08:13 +0000 |
parents | 877d58c83ba1 |
children | 70a1dfd52d6c 5cb2fdb5353c |
files | libpurple/protocols/yahoo/yahoo.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"