[Bug 265491] kmail --composer warning when kontact is running

2011-07-14 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=265491





--- Comment #9 from Christophe Giboudeaux   2011-07-14 
13:17:42 ---
Git commit d5794e75bc437435e99d9f7d10e6a75f9730d0c6 by Christophe Giboudeaux.
Committed on 14/07/2011 at 15:16.
Pushed by cgiboudeaux into branch '4.6'.

Change appName to kmail2.
This way, clicking on a mailto link will not result in a warning if Kontact is
running.

BUG: 265491
(cherry picked from commit 8f603f5f988a53fdd480f568c704417ea5fa7212)

M  +1-1kontact/plugins/kmail/kmail_plugin.cpp 

http://commits.kde.org/kdepim/d5794e75bc437435e99d9f7d10e6a75f9730d0c6

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-07-14 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=265491





--- Comment #8 from Christophe Giboudeaux   2011-07-14 
13:17:27 ---
Git commit 63b6680243a7e32fbcf7a0f0ad41fe68960474d0 by Christophe Giboudeaux.
Committed on 14/07/2011 at 15:16.
Pushed by cgiboudeaux into branch '4.7'.

Change appName to kmail2.
This way, clicking on a mailto link will not result in a warning if Kontact is
running.

BUG: 265491
(cherry picked from commit 8f603f5f988a53fdd480f568c704417ea5fa7212)

M  +1-1kontact/plugins/kmail/kmail_plugin.cpp 

http://commits.kde.org/kdepim/63b6680243a7e32fbcf7a0f0ad41fe68960474d0

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-07-14 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=265491


Christophe Giboudeaux  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #7 from Christophe Giboudeaux   2011-07-14 
13:16:51 ---
Git commit 8f603f5f988a53fdd480f568c704417ea5fa7212 by Christophe Giboudeaux.
Committed on 14/07/2011 at 15:16.
Pushed by cgiboudeaux into branch 'master'.

Change appName to kmail2.
This way, clicking on a mailto link will not result in a warning if Kontact is
running.

BUG: 265491

M  +1-1kontact/plugins/kmail/kmail_plugin.cpp 

http://commits.kde.org/kdepim/8f603f5f988a53fdd480f568c704417ea5fa7212

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-06-24 Thread Thomas Olsen
https://bugs.kde.org/show_bug.cgi?id=265491


Thomas Olsen  changed:

   What|Removed |Added

 CC||tang...@gmail.com




--- Comment #6 from Thomas Olsen   2011-06-24 07:26:03 ---
Same issue here.
KDE SC 4.6.4
KDEPIM 4.6.0
KMail 2.1.0

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-04-06 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=265491


Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||charles.fig...@wartburg.edu




--- Comment #5 from Christophe Giboudeaux   2011-04-06 
16:11:19 ---
*** Bug 269550 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-04-06 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=265491





--- Comment #4 from Elias Probst   2011-04-06 12:48:11 ---
sergio proposed the following fix on #kontact:

diff --git a/kontact/plugins/kmail/kmail_plugin.cpp
b/kontact/plugins/kmail/kmail_plugin.cpp
index 1e1b750..8a289c8 100644
--- a/kontact/plugins/kmail/kmail_plugin.cpp
+++ b/kontact/plugins/kmail/kmail_plugin.cpp
@@ -50,7 +50,7 @@ using namespace KCalCore;
 EXPORT_KONTACT_PLUGIN( KMailPlugin, kmail )

 KMailPlugin::KMailPlugin( KontactInterface::Core *core, const QVariantList & )
-  : KontactInterface::Plugin( core, core, "kmail" ), m_instance( 0 )
+  : KontactInterface::Plugin( core, core, "kmail2" ), m_instance( 0 )
 {
   setComponentData( KontactPluginFactory::componentData() );

It works as expected for me, but should be double-checked by a KMail dev for
possible sideeffect.s

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-04-06 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=265491





--- Comment #3 from Elias Probst   2011-04-06 12:28:27 ---
Another problem here: When setting KMail as default mail application through
Systemsettings' 'Default Components' KCM, the same problem appears, as 'kmail
--composer' is called then instead of ksendemail.

I think kmail itself should be able to handle this again, otherwise it would
just break to many 3rd-party applications accessing it in the usual way.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-04-06 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=265491


Elias Probst  changed:

   What|Removed |Added

 CC||m...@eliasprobst.eu




--- Comment #2 from Elias Probst   2011-04-06 12:18:09 ---
*** Bug 270211 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 265491] kmail --composer warning when kontact is running

2011-02-05 Thread Franz Fellner
https://bugs.kde.org/show_bug.cgi?id=265491





--- Comment #1 from Franz Fellner   2011-02-05 10:59:37 ---
I just realised the "ksendemail"-executable, which works as expected. Could
this be stated in kmail --help, too? Or better - when "kmail --compser" is
executed, when kontact is running.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs