From: "Marc Schiffbauer (mschiff)" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.5-fix-autoconfig.patch
Date: Thu, 4 Jul 2013 08:20:28 +0000 (UTC) [thread overview]
Message-ID: <20130704082028.201D32171C@flycatcher.gentoo.org> (raw)
mschiff 13/07/04 08:20:28
Added: kdepim-runtime-4.10.5-fix-autoconfig.patch
Log:
Fix accountwizard autoconfig feature. Backport patch from 4.11 (KDE bug #321927)
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
Revision Changes Path
1.1 kde-base/kdepim-runtime/files/kdepim-runtime-4.10.5-fix-autoconfig.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/files/kdepim-runtime-4.10.5-fix-autoconfig.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/files/kdepim-runtime-4.10.5-fix-autoconfig.patch?rev=1.1&content-type=text/plain
Index: kdepim-runtime-4.10.5-fix-autoconfig.patch
===================================================================
commit bb58cdc9dd1a166e886b091602483f20f61c3130
Author: Montel Laurent <montel@kde.org>
Date: Thu Jul 4 08:31:35 2013 +0200
Fix Bug 321927 - autoconfig support not working properly
FIXED-IN: 4.11
BUG: 321927
diff --git a/accountwizard/ispdb/ispdb.cpp b/accountwizard/ispdb/ispdb.cpp
index 0c04cf2..24d274f 100644
--- a/accountwizard/ispdb/ispdb.cpp
+++ b/accountwizard/ispdb/ispdb.cpp
@@ -68,7 +68,7 @@ void Ispdb::lookupInDb()
{
case IspAutoConfig:
{
- url = KUrl( "http://autoconfig." + mAddr.domain.toLower() + "/mail/config-v1.1.xml" );
+ url = KUrl( "http://autoconfig." + mAddr.domain.toLower() + "/mail/config-v1.1.xml?emailaddress=" + mAddr.asString().toLower() );
}
break;
case IspWellKnow:
next reply other threads:[~2013-07-04 8:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 8:20 Marc Schiffbauer (mschiff) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-12-14 21:59 [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.5-fix-autoconfig.patch Johannes Huber (johu)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130704082028.201D32171C@flycatcher.gentoo.org \
--to=mschiff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox