public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.5-fix-autoconfig.patch
@ 2013-07-04  8:20 Marc Schiffbauer (mschiff)
  0 siblings, 0 replies; 2+ messages in thread
From: Marc Schiffbauer (mschiff) @ 2013-07-04  8:20 UTC (permalink / raw
  To: gentoo-commits

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:





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.5-fix-autoconfig.patch
@ 2013-12-14 21:59 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2013-12-14 21:59 UTC (permalink / raw
  To: gentoo-commits

johu        13/12/14 21:59:46

  Removed:              kdepim-runtime-4.10.5-fix-autoconfig.patch
  Log:
  Remove unused patch.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-14 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04  8:20 [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime/files: kdepim-runtime-4.10.5-fix-autoconfig.patch Marc Schiffbauer (mschiff)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-14 21:59 Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox