Put in a working email address

svn path=/trunk/kdepim/; revision=352628
wilder-work
Bo Thorsen 22 years ago
parent 81f9b387b6
commit e131c9bc34
  1. 4
      folderstorage.cpp
  2. 2
      folderstorage.h
  3. 2
      kmacctcachedimap.cpp
  4. 2
      kmacctcachedimap.h
  5. 6
      kmailicalIface.h
  6. 2
      kmailicalifaceimpl.cpp
  7. 2
      kmailicalifaceimpl.h
  8. 2
      kmfoldercachedimap.cpp
  9. 2
      kmfoldercachedimap.h
  10. 2
      kmgroupware.cpp
  11. 2
      messagecomposer.cpp
  12. 2
      messagecomposer.h

@ -3,7 +3,7 @@
This file is part of KMail.
Copyright (c) 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
Copyright (c) 2004 Bo Thorsen <bo@sonofthor.dk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@ -1006,7 +1006,7 @@ void FolderStorage::setContentsType( KMail::FolderContentsType type )
void FolderStorage::search( KMSearchPattern* pattern )
{
QValueList<Q_UINT32> serNums;
for ( int i = 0; i < count(); ++i )
for ( int i = 0; i < count(); ++i )
{
Q_UINT32 serNum = kmkernel->msgDict()->getMsgSerNum( folder(), i );
if ( pattern->matches( serNum ) )

@ -3,7 +3,7 @@
This file is part of KMail.
Copyright (c) 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
Copyright (c) 2004 Bo Thorsen <bo@sonofthor.dk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/**
* kmacctcachedimap.cpp
*
* Copyright (c) 2002-2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
* Copyright (c) 2002-2004 Bo Thorsen <bo@sonofthor.dk>
* Copyright (c) 2002-2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
*
* This program is free software; you can redistribute it and/or modify

@ -1,7 +1,7 @@
/**
* kmacctcachedimap.h
*
* Copyright (c) 2002-2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
* Copyright (c) 2002-2004 Bo Thorsen <bo@sonofthor.dk>
* Copyright (c) 2002-2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
*
* This program is free software; you can redistribute it and/or modify

@ -1,7 +1,7 @@
/*
This file is part of KMail.
Copyright (c) 2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@sonofthor.dk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@ -121,7 +121,7 @@ k_dcop_signals:
const QString& entry );
void asyncLoadResult( const QStringList& list, const QString& type,
const QString& folder );
// For xml kolab style storage
void incidenceAdded( const QString& type, const QString& folder,
Q_UINT32 sernum, int format, const QString& entry );
@ -132,7 +132,7 @@ k_dcop_signals:
const QString& uid );
void signalRefresh( const QString& type, const QString& folder );
void subresourceAdded( const QString& type, const QString& resource );
void subresourceAdded( const QString& type, const QString& resource,
void subresourceAdded( const QString& type, const QString& resource,
const QString& label );
void subresourceDeleted( const QString& type, const QString& resource );
};

@ -2,7 +2,7 @@
This file is part of KMail.
Copyright (c) 2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@sonofthor.dk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -2,7 +2,7 @@
This file is part of KMail.
Copyright (c) 2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@sonofthor.dk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/**
* kmfoldercachedimap.cpp
*
* Copyright (c) 2002-2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
* Copyright (c) 2002-2004 Bo Thorsen <bo@sonofthor.dk>
* Copyright (c) 2002-2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
*
* This program is free software; you can redistribute it and/or modify

@ -1,7 +1,7 @@
/**
* kmfoldercachedimap.cpp
*
* Copyright (c) 2002-2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
* Copyright (c) 2002-2004 Bo Thorsen <bo@sonofthor.dk>
* Copyright (c) 2002-2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
*
* This program is free software; you can redistribute it and/or modify

@ -3,7 +3,7 @@
This file is part of KMail.
Copyright (c) 2003 - 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
Copyright (c) 2003 - 2004 Bo Thorsen <bo@sonofthor.dk>
Copyright (c) 2002 Karl-Heinz Zimmer <khz@klaralvdalens-datakonsult.se>
Copyright (c) 2003 Steffen Hansen <steffen@klaralvdalens-datakonsult.se>

@ -1,7 +1,7 @@
/**
* messagecomposer.cpp
*
* Copyright (c) 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
* Copyright (c) 2004 Bo Thorsen <bo@sonofthor.dk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

@ -1,7 +1,7 @@
/**
* messagecomposer.cpp
*
* Copyright (c) 2004 Bo Thorsen <bo@klaralvdalens-datakonsult.se>
* Copyright (c) 2004 Bo Thorsen <bo@sonofthor.dk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save