[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-pim
Subject:    [Kde-pim] Freebusy Lists default file extension
From:       Martin Konold <martin.konold () erfrakon ! de>
Date:       2004-06-30 20:42:07
Message-ID: 200406302242.07411.martin.konold () erfrakon ! de
[Download RAW message or body]

Hi,

it just came to my attention that the default extension for freebusy lists is 
still .vfb while it should be .ifb.

I want to ask if you agree on changing this now, so that this fix goes in the 
next release.

I attached my trivial patch for your reference.

Yours,
-- martin

Dipl.-Phys. Martin Konold

e r f r a k o n
Erlewein, Frank, Konold & Partner - Beratende Ingenieure und Physiker
Nobelstrasse 15, 70569 Stuttgart, Germany
fon: 0711 67400963, fax: 0711 67400959
email: martin.konold@erfrakon.de

["ifb.patch" (text/x-diff)]

Index: korganizer/freebusymanager.cpp
===================================================================
RCS file: /home/kde/kdepim/korganizer/freebusymanager.cpp,v
retrieving revision 1.20
diff -u -r1.20 freebusymanager.cpp
--- korganizer/freebusymanager.cpp	8 Jun 2004 12:10:07 -0000	1.20
+++ korganizer/freebusymanager.cpp	30 Jun 2004 20:39:42 -0000
@@ -252,7 +252,7 @@
       if( at > 1 && fbname.length() > (uint)at ) {
 	fbname = fbname.left(at);
       }
-      targetURL.setPath( "/freebusy/" + fbname + ".vfb" );
+      targetURL.setPath( "/freebusy/" + fbname + ".ifb" );
       targetURL.setUser( KOPrefs::instance()->mPublishUserName );
       targetURL.setPass( KOPrefs::instance()->mPublishPassword );
     } else {
@@ -399,7 +399,7 @@
     sourceURL.setPass( KOPrefs::instance()->mRetrievePassword );
     sourceURL.setUser( KOPrefs::instance()->mRetrieveUserName );
     sourceURL.setPath( QString::fromLatin1( "/freebusy/" ) + emailName +
-		       QString::fromLatin1( ".vfb" ) );
+		       QString::fromLatin1( ".ifb" ) );
   } else {
     // we use something else
     QString anyurl = KOPrefs::instance()->mRetrieveAnyURL;
@@ -418,7 +418,7 @@
     return KURL();
   }
 
-  sourceURL.setFileName( emailName + ".vfb" );
+  sourceURL.setFileName( emailName + ".ifb" );
   sourceURL.setUser( KOPrefs::instance()->mFreeBusyRetrieveUser );
   sourceURL.setPass( KOPrefs::instance()->mFreeBusyRetrievePassword );
 
Index: wizards/kolabwizard.cpp
===================================================================
RCS file: /home/kde/kdepim/wizards/kolabwizard.cpp,v
retrieving revision 1.7
diff -u -r1.7 kolabwizard.cpp
--- wizards/kolabwizard.cpp	5 Apr 2004 10:39:44 -0000	1.7
+++ wizards/kolabwizard.cpp	30 Jun 2004 20:39:51 -0000
@@ -80,7 +80,7 @@
       int pos = user.find( "@" );
       if ( pos > 0 ) user = user.left( pos );
 
-      c->value = freeBusyBaseUrl + user + ".vfb";
+      c->value = freeBusyBaseUrl + user + ".ifb";
 
       changes.append( c );
 


_______________________________________________
kde-pim mailing list
kde-pim@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic