[kmail2] [Bug 349683] Crash (Assert) when using autocompletion for mail receiver

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=349683

--- Comment #2 from Laurent Montel mon...@kde.org ---
Git commit 5dff48354cb6848d73cb216bce8de50185bb0d22 by Montel Laurent.
Committed on 03/07/2015 at 12:26.
Pushed by mlaurent into branch 'master'.

I hope that it fixes:

Bug 349683 - Crash (Assert) when using autocompletion for mail receiver

M  +1-1messagecomposer/composer/composerlineedit.cpp

http://commits.kde.org/kdepim/5dff48354cb6848d73cb216bce8de50185bb0d22

-- 
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


[kmail2] [Bug 349683] Crash (Assert) when using autocompletion for mail receiver

2015-07-03 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=349683

Milian Wolff m...@milianw.de changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Milian Wolff m...@milianw.de ---
confirmed, just hit it three times in a row

-- 
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


[kleopatra] [Bug 336916] KMail can't import PGP keys using kleopatra

2015-07-03 Thread Victor Suarez
https://bugs.kde.org/show_bug.cgi?id=336916

Victor Suarez victor...@gmail.com changed:

   What|Removed |Added

 CC||victor...@gmail.com

-- 
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


[kmail2] [Bug 349852] Sieve doesn't connect to Sieve server when using a Sieve server address different from IMAP server

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=349852

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/686a54f12f8d6845
   ||cfd9339dd72b580301251e29
   Version Fixed In||15.08
 Resolution|--- |FIXED

--- Comment #3 from Laurent Montel mon...@kde.org ---
Git commit 686a54f12f8d6845cfd9339dd72b580301251e29 by Montel Laurent.
Committed on 03/07/2015 at 21:25.
Pushed by mlaurent into branch 'master'.

Fix Bug 349852 - Sieve doesn't connect to Sieve server when using a Sieve
server address different from IMAP server
FIXED-IN: 15.08

M  +4-0resources/imap/imapresource.kcfg
M  +21   -10   resources/imap/setupserver.cpp
M  +2-0resources/imap/setupserver.h
M  +107  -54   resources/imap/setupserverview_desktop.ui

http://commits.kde.org/kdepim-runtime/686a54f12f8d6845cfd9339dd72b580301251e29

-- 
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


[kmail2] [Bug 349683] Crash (Assert) when using autocompletion for mail receiver

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=349683

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kdep
   ||im/43c0d05762c7a4478fd31ae3
   ||503da6363711434a
 Resolution|--- |FIXED

--- Comment #3 from Laurent Montel mon...@kde.org ---
Git commit 43c0d05762c7a4478fd31ae3503da6363711434a by Montel Laurent.
Committed on 03/07/2015 at 21:28.
Pushed by mlaurent into branch 'master'.

Fix Bug 349683 - Crash (Assert) when using autocompletion for mail receiver

For the moment I don't understand why job emit twice result() signal

M  +6-1messagecomposer/composer/composerlineedit.cpp

http://commits.kde.org/kdepim/43c0d05762c7a4478fd31ae3503da6363711434a

-- 
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


[kmail2] [Bug 349852] Sieve doesn't connect to Sieve server when using a Sieve server address different from IMAP server

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=349852

--- Comment #5 from Laurent Montel mon...@kde.org ---
I can't put in 4.14 because we released last version and it added some
translation string.

-- 
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


[kmail2] [Bug 349852] Sieve doesn't connect to Sieve server when using a Sieve server address different from IMAP server

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=349852

--- Comment #4 from Laurent Montel mon...@kde.org ---
Git commit 330fceab94d2ee7d8b02b2a59f2141de263bafb9 by Montel Laurent.
Committed on 03/07/2015 at 21:26.
Pushed by mlaurent into branch 'master'.

Fix Bug 349852 - Sieve doesn't connect to Sieve server when using a Sieve
server address different from IMAP server

A  +113  -0   
libksieve/ksieveui/autocreatescripts/sieveactions/sieveactionereject.cpp
[License: GPL (v2)]
A  +45   -0   
libksieve/ksieveui/autocreatescripts/sieveactions/sieveactionereject.h
[License: GPL (v2)]
M  +37   -8libksieve/ksieveui/util/util.cpp
M  +7-0pimcommon/util/imapresource.kcfg

http://commits.kde.org/kdepim/330fceab94d2ee7d8b02b2a59f2141de263bafb9

-- 
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


[kaddressbook] [Bug 347441] KAddressBook Gravatar Support

2015-07-03 Thread OlafLostViking
https://bugs.kde.org/show_bug.cgi?id=347441

--- Comment #12 from OlafLostViking olaf.the.lost.vik...@gmail.com ---
(In reply to Laurent Montel from comment #11)
 You can see it in kmail 4.14.9

Oh, I just checked with wireshark and saw it's already active, indeed. This
means KMail is leaking the mail hashes of my communication partners unencrypted
over the net to a third party. So I just wanted to make sure that the
configurability is not just a KAddressbook thing but system wide (KDEPIM wide).
I hope I'm not too annoying, but such an option (by default off) in KMail 4.*
would also be important.

As a proposal: The optimal solution - IMHO - would be to enable it only for
certain groups of contacts (like only check for contacts in the friends,
collegues or unknown group), addressbooks (only for my private carddav or only
the companies LDAP), - in the case of KMail - only for certain e-mail-addresses
(like only my gmail-address, not for the work one) or mail-accounts (only for
mails downloaded from/stored on the gmail-account, not my private server at
home). So many possibilities ;-)

Of course these options are a lot of work - so just deactivating it in total
would already be helpful. These would just be an awesome improvement to make it
much more useful in the long run!

I hope you don't see this as overly negative feedback and understand why this
could be very important for some people. So, let me also thank you again for
the nice idea!

-- 
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


[kmail2] [Bug 349852] New: Sieve doesn't connect to Sieve server when using a Sieve server address different from IMAP server

2015-07-03 Thread Steffen Lehmann
https://bugs.kde.org/show_bug.cgi?id=349852

Bug ID: 349852
   Summary: Sieve doesn't connect to Sieve server when using a
Sieve server address different from IMAP server
   Product: kmail2
   Version: 4.14.7
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: config dialog
  Assignee: kdepim-bugs@kde.org
  Reporter: stef...@as-lehmann.de

No connection attempt will be made to Sieve server when using a Sieve server
address different from IMAP server.

Reproducible: Always

Steps to Reproduce:
1. Configure an IMAP access (STARTTLS, DIGEST-MD5 or CRAM-MD5)
2. Configure The server supportes Sieve
3. Configure an alternative address for the ManageSieve server, different from
the IMAP server address. This ManageSieve server  servers uses a certificate
which is signed by an unknown cert authority.
4. Configure Authentication using IMAP login and password and save
configuration.
5. Open the Manage Sieve scripts dialogue


Actual Results:  
No connection attempt will be made to the ManageSieve server

Expected Results:  
The ManageSieve server will be connected, the login procedure succeeds with
both, CRAM-MD5 and DIGEST-MD5, authentication methods.

Maybe it happens after a failed login to ManageSieve made earlier (using
CRAM-MD5/DIGEST/MD5)
Maybe it happens after a TLS certificate check failed once (but was accepted,
I'm using my own self-signed certificate where the certificate name doesn't
match the server name)
In order to investigate this problem, I can provide you with a test account.
I'm using KMail version 4.14.9 (unfortunately, this version is not selectable
in the version selection box, see above).

-- 
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


[kaddressbook] [Bug 347441] KAddressBook Gravatar Support

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=347441

--- Comment #13 from Laurent Montel mon...@kde.org ---
(In reply to OlafLostViking from comment #12)
 (In reply to Laurent Montel from comment #11)
  You can see it in kmail 4.14.9
 
 Oh, I just checked with wireshark and saw it's already active, indeed. This
 means KMail is leaking the mail hashes of my communication partners
 unencrypted over the net to a third party. So I just wanted to make sure
 that the configurability is not just a KAddressbook thing but system wide
 (KDEPIM wide). I hope I'm not too annoying, but such an option (by default
 off) in KMail 4.* would also be important.

for kmail4 we can't disable it, as we released last version.
But ok for kf5 I will disable it by default.

 
 As a proposal: The optimal solution - IMHO - would be to enable it only for
 certain groups of contacts (like only check for contacts in the friends,
 collegues or unknown group), addressbooks (only for my private carddav or
 only the companies LDAP), - in the case of KMail - only for certain
 e-mail-addresses (like only my gmail-address, not for the work one) or
 mail-accounts (only for mails downloaded from/stored on the gmail-account,
 not my private server at home). So many possibilities ;-)

Indeed it will good but very hard for enduser to configure it for specific
email address.
But I will investigate how to improve it.

 
 Of course these options are a lot of work - so just deactivating it in total
 would already be helpful. These would just be an awesome improvement to make
 it much more useful in the long run!
 
 I hope you don't see this as overly negative feedback and understand why
 this could be very important for some people. So, let me also thank you
 again for the nice idea!

thanks for feedback.

-- 
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


[kmail2] [Bug 349857] New: No state-of-the-art SASL authentication method available

2015-07-03 Thread Steffen Lehmann
https://bugs.kde.org/show_bug.cgi?id=349857

Bug ID: 349857
   Summary: No state-of-the-art SASL authentication method
available
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: stef...@as-lehmann.de

There is no state-of-the art SASL authentication method available in KMail. 
DIGEST-MD5 was moved to historic by RFC 6331 in year 2011.
And the MD5 hash algorithm must not be used for security purposes for years.
There is a powerful SCRAM authentication mechanism described in RFC 5802, but
it is not supported by KMail.

Reproducible: Always

Steps to Reproduce:
1. Open the configure dialogue
2. configure an IMAP access
3. Try to select a powerful SASL authentication mechanism

Actual Results:  
No strong authentication mechanism selectable.

Expected Results:  
SCRAM-SHA1 is selectable as a SASL authentication mechanism

If it would help you, I can provide you with a test account on an IMAP- and
Sieve server supporting SCRAM-SHA1.

-- 
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


[akregator] [Bug 349859] New: Akregator crash on start

2015-07-03 Thread skaumo
https://bugs.kde.org/show_bug.cgi?id=349859

Bug ID: 349859
   Summary: Akregator crash on start
   Product: akregator
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: ska...@gmail.com

Application: akregator (4.14.3)
KDE Platform Version: 4.14.7 (Compiled from sources)
Qt Version: 4.8.6
Operating System: Linux 3.14.3-gentoo x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
- What I was doing when the application crashed:

Was reading some feeds
Akregator crashed, and then kept crashing at every start

The crash can be reproduced every time.

-- Backtrace:
Application: Akregator (akregator), signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
[Current thread is 1 (Thread 0x7f777bfbb780 (LWP 6964))]

Thread 7 (Thread 0x7f775c67b700 (LWP 6965)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f776376debe in WTF::TCMalloc_PageHeap::scavengerThread
(this=optimized out) at
/var/tmp/portage/dev-qt/qtwebkit-4.8.6-r1/work/qt-everywhere-opensource-src-4.8.6/src/3rdparty/webkit/Source/JavaScriptCore/wtf/FastMalloc.cpp:2495
#2  0x7f776376def9 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=optimized out) at
/var/tmp/portage/dev-qt/qtwebkit-4.8.6-r1/work/qt-everywhere-opensource-src-4.8.6/src/3rdparty/webkit/Source/JavaScriptCore/wtf/FastMalloc.cpp:1618
#3  0x7f777407b48b in start_thread (arg=0x7f775c67b700) at
pthread_create.c:310
#4  0x7f7778aaf43d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7f775bd7a700 (LWP 6966)):
#0  0x7f7778aa266d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f7773ac99a0 in read (__nbytes=16, __buf=0x7f775bd79bd0,
__fd=optimized out) at /usr/include/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0x22b99c0) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gwakeup.c:210
#3  0x7f7773a865fc in g_main_context_check
(context=context@entry=0x7f77540009a0, max_priority=2147483647,
fds=fds@entry=0x7f77540013e0, n_fds=n_fds@entry=1) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gmain.c:3579
#4  0x7f7773a86b13 in g_main_context_iterate
(context=context@entry=0x7f77540009a0, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gmain.c:3778
#5  0x7f7773a86c8c in g_main_context_iteration (context=0x7f77540009a0,
may_block=1) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gmain.c:3842
#6  0x7f77796c169e in QEventDispatcherGlib::processEvents
(this=0x7f77540008c0, flags=...) at
/var/tmp/portage/dev-qt/qtcore-4.8.6-r2/work/qt-everywhere-opensource-src-4.8.6/src/corelib/kernel/qeventdispatcher_glib.cpp:452
#7  0x7f7779690611 in QEventLoop::processEvents
(this=this@entry=0x7f775bd79de0, flags=...) at
/var/tmp/portage/dev-qt/qtcore-4.8.6-r2/work/qt-everywhere-opensource-src-4.8.6/src/corelib/kernel/qeventloop.cpp:149
#8  0x7f7779690975 in QEventLoop::exec (this=this@entry=0x7f775bd79de0,
flags=...) at
/var/tmp/portage/dev-qt/qtcore-4.8.6-r2/work/qt-everywhere-opensource-src-4.8.6/src/corelib/kernel/qeventloop.cpp:204
#9  0x7f7779581e59 in QThread::exec (this=optimized out) at
/var/tmp/portage/dev-qt/qtcore-4.8.6-r2/work/qt-everywhere-opensource-src-4.8.6/src/corelib/thread/qthread.cpp:538
#10 0x7f777958471f in QThreadPrivate::start (arg=0x2868360) at
/var/tmp/portage/dev-qt/qtcore-4.8.6-r2/work/qt-everywhere-opensource-src-4.8.6/src/corelib/thread/qthread_unix.cpp:349
#11 0x7f777407b48b in start_thread (arg=0x7f775bd7a700) at
pthread_create.c:310
#12 0x7f7778aaf43d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7f770b33a700 (LWP 6998)):
#0  0x7f7778aa667d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f7773a86b74 in g_main_context_poll (priority=2147483647, n_fds=1,
fds=0x7f77040010c0, timeout=-1, context=0x4750ae0) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gmain.c:4076
#2  g_main_context_iterate (context=0x4750ae0, block=block@entry=1,
dispatch=dispatch@entry=1, self=optimized out) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gmain.c:3776
#3  0x7f7773a86f02 in g_main_loop_run (loop=0x4750a70) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gmain.c:3975
#4  0x7f7751ffaba6 in gdbus_shared_thread_func (user_data=0x4750ab0) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/gio/gdbusprivate.c:273
#5  0x7f7773aad4a5 in g_thread_proxy (data=0x4739680) at
/var/tmp/portage/dev-libs/glib-2.42.2/work/glib-2.42.2/glib/gthread.c:764
#6  0x7f777407b48b in start_thread 

[kmail2] [Bug 349852] Sieve doesn't connect to Sieve server when using a Sieve server address different from IMAP server

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=349852

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
Oh thanks for provide an test account
Send me all info in mon...@kde.org
i will investigate it.
(give me all info how to configurate it thanks)

-- 
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


[kmail2] [Bug 349860] Kmail/Akonadi fills entire harddisk with messages from certain imap accounts

2015-07-03 Thread Andreas
https://bugs.kde.org/show_bug.cgi?id=349860

--- Comment #1 from Andreas hoheneg...@web.de ---
It seems that limiting the number of imap commands would fix such problem or at
least the system can ask the user whether really 10 gigabytes of messages
should be downloaded the prevent the system from crashing. 

I wanted to add that, after moving the messages with isync, the same mail
account with fewer messages worked perfectly well since month.

-- 
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


[kmail2] [Bug 349860] New: Kmail/Akonadi fills entire harddisk with messages from certain imap accounts

2015-07-03 Thread Andreas
https://bugs.kde.org/show_bug.cgi?id=349860

Bug ID: 349860
   Summary: Kmail/Akonadi fills entire harddisk with messages from
certain imap accounts
   Product: kmail2
   Version: 4.14.2
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: misc
  Assignee: kdepim-bugs@kde.org
  Reporter: hoheneg...@web.de

I experienced this with kmail when connecting a hotmail.fr imap acount (this
seems to be microsoft essentially) which contains a large number (more than
5000) of messages. The problem was that kmail/akonadi failed when downloading
the messages in a catastrophic way: It would download an even much larger
number of messages (apparently identical messages multiple times) until the
harddisk was completely full with 10s of gigabytes of messages. 

It will probably be hard for someone else to reproduce it but the fix I had for
it may give a hint on where the origin of the problem is:
I first tried to use the command line application isync which can synchronize
an imap directory with a local folder. The result was that it failed as well,
after downloading a few messages it stopped. Then I tried to set
'PipelineDepth' in the configuration file to 100. Then it worked. 

It seems that this imap server (maybe in violation of the protocol) stops
without proper fail state when too many commands are received. Kmail/Akonadi
apparently do not detect this and download in repeated attempts the same
messages again.

Reproducible: Always

-- 
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


[kmail2] [Bug 349852] Sieve doesn't connect to Sieve server when using a Sieve server address different from IMAP server

2015-07-03 Thread Steffen Lehmann
https://bugs.kde.org/show_bug.cgi?id=349852

--- Comment #2 from Steffen Lehmann stef...@as-lehmann.de ---
Am Freitag, 3. Juli 2015, 09:42:42 schrieben Sie:
 https://bugs.kde.org/show_bug.cgi?id=349852
 
 Laurent Montel mon...@kde.org changed:
 
What|Removed |Added
 
 CC||mon...@kde.org
 
 --- Comment #1 from Laurent Montel mon...@kde.org ---
 Oh thanks for provide an test account
 Send me all info in mon...@kde.org
 i will investigate it.
 (give me all info how to configurate it thanks)

You may use 

AC is b...@spammy.de
PW is NtgrxPdrg2%

IMAP server: imap.strato.de
Sieve server: ruban.rzone.de

Please let me know when you have finished so I can delete this account.
Hopefully it will help.

Steffen

-- 
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


[kaddressbook] [Bug 347441] KAddressBook Gravatar Support

2015-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=347441

--- Comment #14 from Laurent Montel mon...@kde.org ---
Git commit 2cd9760b926386d1d755999590be50c5868e168a by Montel Laurent.
Committed on 03/07/2015 at 11:59.
Pushed by mlaurent into branch 'master'.

Disable gravatar by default

M  +1-1messageviewer/settings/messageviewer.kcfg.cmake

http://commits.kde.org/kdepim/2cd9760b926386d1d755999590be50c5868e168a

-- 
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