[Bug 296114] Kontacts complains it is already running when restarting from DrKonqi

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=296114

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||4.10
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/5550ea281af323a8191a22e3
   ||8a7c0360f3d4a9a4

--- Comment #1 from Laurent Montel mon...@kde.org ---
Git commit 5550ea281af323a8191a22e38a7c0360f3d4a9a4 by Montel Laurent.
Committed on 10/12/2012 at 09:01.
Pushed by mlaurent into branch 'master'.

Fix Bug 296114 - Kontacts complains it is already running when restarting

from DrKonqi

FIXED-IN: 4.10

Lock file is not necessary now in akonadi.
We access to mail from resources which are able to be access by several
program.

M  +4-0kmail/kmstartup.cpp

http://commits.kde.org/kdepim/5550ea281af323a8191a22e38a7c0360f3d4a9a4

-- 
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 296114] Kontacts complains it is already running when restarting from DrKonqi

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=296114

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

   What|Removed |Added

 CC||mon...@kde.org

-- 
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 311456] New: imap idle is not working with GSSAPI

2012-12-10 Thread markus hetzenecker
https://bugs.kde.org/show_bug.cgi?id=311456

Bug ID: 311456
  Severity: normal
   Version: 4.9.3
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: imap idle is not working with GSSAPI
Classification: Unclassified
OS: Linux
  Reporter: markus.hetzenec...@uibk.ac.at
  Hardware: Fedora RPMs
Status: UNCONFIRMED
 Component: general
   Product: kmail2

send an email and see if kmail shows new mail
This is working with other imap accounts, but using plain authentication.
it is also working with the imap account in question with plain authentication,
but not with GSSAPI authentication.

Reproducible: Always

Steps to Reproduce:
1. create imap access, configure plain authentication.
2. send an email to this account and kmail should show new mail.
3. switch to GSSAPI authenitcation and restart akonadi/kmail.
4. send email to this account, but kmail keeps quiet.
Actual Results:  
kmail doesn`t show new mail

Expected Results:  
kmail shows new mail

debug with export KIMAP_LOGFILE=/tmp/imaplog

working connection has one file per imap access
not working (with GSSAPI auth) has 2 files:

imaplog.7111.1 :
C: A03 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED COMPRESS=DEFLATE ACL
RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT
CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT
THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE LISTEXT
LIST-SUBSCRIBED X-NETSCAPE URLAUTH
S: A03 OK Completed
C: A04 NAMESPACE
S: * NAMESPACE ( ( .) ) ( (Other Users. .) ) ( (Shared Folders. .)
)
S: A04 OK Completed
C: A05 LIST  *
S: * LIST ( \Noinferiors ) . INBOX
--- some lines not included ---
S: A05 OK Completed ( 0.000 secs 17 calls )
C: A06 LOGOUT
S: * BYE LOGOUT received
S: A06 OK Completed

imaplog.7111.2 :
C: A03 CAPABILITY
S: * CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED COMPRESS=DEFLATE ACL
RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT
CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT
THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE LISTEXT
LIST-SUBSCRIBED X-NETSCAPE URLAUTH
S: A03 OK Completed
C: A04 NAMESPACE
S: * NAMESPACE ( ( .) ) ( (Other Users. .) ) ( (Shared Folders. .)
)
S: A04 OK Completed
C: A05 LIST  *
S: * LIST ( \Noinferiors ) . INBOX
S: A05 OK Completed ( 0.000 secs 17 calls )
C: A06 SELECT INBOX
S: * FLAGS ( \Answered \Flagged \Draft \Deleted \Seen $ENCRYPTED $SENT
$ATTACHMENT )
S: * OK [ PERMANENTFLAGS ( \Answered \Flagged \Draft \Deleted \Seen $ENCRYPTED
$SENT $ATTACHMENT \* )  ]
S: * 7 EXISTS
--- next lines not included ---
--- no idle command


a working log file shows at the end:
C: A07 IDLE
S: + idling
S: * OK Still here

-- 
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 311456] imap idle is not working with GSSAPI

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=311456

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mon...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Laurent Montel mon...@kde.org ---


*** This bug has been marked as a duplicate of bug 267884 ***

-- 
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 267884] akonadi imap doesn't work with gssapi authentication

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=267884

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

   What|Removed |Added

 CC||markus.hetzenec...@uibk.ac.
   ||at

--- Comment #19 from Laurent Montel mon...@kde.org ---
*** Bug 311456 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 286692] Kmail doesn't show attachment icon in message list.

2012-12-10 Thread Michele Testa
https://bugs.kde.org/show_bug.cgi?id=286692

Michele Testa them...@libero.it changed:

   What|Removed |Added

 CC||them...@libero.it

--- Comment #9 from Michele Testa them...@libero.it ---
Bug confirmed in gentoo with:

mike@münchen ~ $ kmail --version
Qt: 4.8.2
KDE Development Platform: 4.9.3
KMail: 4.9.3

Here some info about the IMAP server (MS Exchange Server 2003 ver. 6.5.7638.1):

mike@münchen ~ $ telnet our.imap.server.address 143
Trying our.imap.server.address...
Connected to our.imap.server.address.
Escape character is '^]'.
* OK Server IMAP4rev1 di Microsoft Exchange Server 2003 versione 6.5.7638.1
(MAILCHANGE.obscured.imap.domain.address) pronto.
a001 capability
* CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE
LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
a001 OK CAPABILITY completed.
a002 logout
* BYE Disconnessione del server IMAP4rev1 di Microsoft Exchange Server 2003
versione 6.5.7638.1 in corso...
a002 OK LOGOUT completed.
Connection closed by foreign host.

-- 
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 311460] New: Mail dispatcher crash when closing the second password prompt

2012-12-10 Thread carlo.tognetti
https://bugs.kde.org/show_bug.cgi?id=311460

Bug ID: 311460
  Severity: crash
   Version: 4.9
  Priority: NOR
CC: vkra...@kde.org
  Assignee: kdepim-bugs@kde.org
   Summary: Mail dispatcher crash when closing the second password
prompt
Classification: Unclassified
OS: Linux
  Reporter: carlo.togne...@europe.com
  Hardware: Ubuntu Packages
Status: UNCONFIRMED
 Component: Mail Dispatcher Agent
   Product: Akonadi

Application: akonadi_maildispatcher_agent (4.9)
KDE Platform Version: 4.9.3
Qt Version: 4.8.3
Operating System: Linux 3.5.0-20-generic x86_64
Distribution: Ubuntu 12.10

-- Information about the crash:
- What I was doing when the application crashed:
Kdewallet was open and running fine.
Previously I was prompted for smtps authentication password and I didn't check
the remember password flag. Then I tried to send the second e-mail that
wasn't delivered. I was not shown the password prompt. When I tried to send the
third e-mail, I saw two password prompts. I entered the password on the first
one. The mail was suddenly delivered but as soon as I clicked on Annulla
(Italian  for Cancel) on the second password prompt I had the crash message.

-- Backtrace:
Application: Agente per la consegna della posta (akonadi_maildispatcher_agent),
signal: Segmentation fault
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0x7fb6a01b7780 (LWP 3285))]

Thread 2 (Thread 0x7fb68aedf700 (LWP 3853)):
#0  pthread_mutex_unlock (mutex=0x7fb684000a60) at forward.c:184
#1  0x7fb69ae98e51 in g_mutex_unlock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb69ae5b066 in g_main_context_acquire () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb69ae5bc64 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fb69ae5bea4 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fb69f61cc16 in QEventDispatcherGlib::processEvents
(this=0x7fb6840008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x7fb69f5ed2bf in QEventLoop::processEvents
(this=this@entry=0x7fb68aededd0, flags=...) at kernel/qeventloop.cpp:149
#7  0x7fb69f5ed548 in QEventLoop::exec (this=0x7fb68aededd0, flags=...) at
kernel/qeventloop.cpp:204
#8  0x7fb69f4eeb10 in QThread::exec (this=optimized out) at
thread/qthread.cpp:501
#9  0x7fb69f5cd9af in QInotifyFileSystemWatcherEngine::run (this=0x1dbc880)
at io/qfilesystemwatcher_inotify.cpp:248
#10 0x7fb69f4f1aec in QThreadPrivate::start (arg=0x1dbc880) at
thread/qthread_unix.cpp:338
#11 0x7fb69b736e9a in start_thread (arg=0x7fb68aedf700) at
pthread_create.c:308
#12 0x7fb69c95ccbd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x in ?? ()

Thread 1 (Thread 0x7fb6a01b7780 (LWP 3285)):
[KCrash Handler]
#6  0x7fb69ee61bb4 in KJob::setError (this=0x1adcb40, errorCode=1) at
../../kdecore/jobs/kjob.cpp:253
#7  0x7fb69e88b670 in MailTransport::SmtpJob::startSmtpJob (this=0x1adcb40)
at ../../mailtransport/smtpjob.cpp:200
#8  0x7fb69e88cc85 in MailTransport::SmtpJob::doStart (this=0x1adcb40) at
../../mailtransport/smtpjob.cpp:133
#9  0x7fb69e8893fc in MailTransport::TransportJob::start (this=0x1adcb40)
at ../../mailtransport/transportjob.cpp:129
#10 0x00415a9e in SendJob::Private::doTraditionalTransport
(this=this@entry=0x1968170) at ../../../agents/maildispatcher/sendjob.cpp:214
#11 0x0041666a in SendJob::Private::doTransport (this=0x1968170) at
../../../agents/maildispatcher/sendjob.cpp:135
#12 0x7fb69f60343e in QObject::event (this=0x1b9e5d0, e=optimized out) at
kernel/qobject.cpp:1195
#13 0x7fb69d30ce9c in QApplicationPrivate::notify_helper
(this=this@entry=0x18f7970, receiver=receiver@entry=0x1b9e5d0,
e=e@entry=0x1a63b50) at kernel/qapplication.cpp:4562
#14 0x7fb69d31130a in QApplication::notify (this=0x7fff6b747240,
receiver=0x1b9e5d0, e=0x1a63b50) at kernel/qapplication.cpp:4423
#15 0x7fb69e0151d6 in KApplication::notify (this=0x7fff6b747240,
receiver=0x1b9e5d0, event=0x1a63b50) at ../../kdeui/kernel/kapplication.cpp:311
#16 0x7fb69f5ee56e in QCoreApplication::notifyInternal
(this=0x7fff6b747240, receiver=receiver@entry=0x1b9e5d0,
event=event@entry=0x1a63b50) at kernel/qcoreapplication.cpp:915
#17 0x7fb69f5f23f1 in sendEvent (event=0x1a63b50, receiver=0x1b9e5d0) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#18 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0x18cce60) at kernel/qcoreapplication.cpp:1539
#19 0x7fb69f61ca63 in sendPostedEvents () at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236
#20 postEventSourceDispatch (s=0x18f9eb0) at
kernel/qeventdispatcher_glib.cpp:279
#21 0x7fb69ae5bab5 in g_main_context_dispatch () from

[Bug 311475] New: 身份验证可选项中 plain 翻译错误

2012-12-10 Thread Bruce Ouyang
https://bugs.kde.org/show_bug.cgi?id=311475

Bug ID: 311475
  Severity: normal
   URL: http://i.imgur.com/iVArj.png
   Version: unspecified
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: 身份验证可选项中 plain 翻译错误
Classification: Unclassified
OS: Linux
  Reporter: bruce...@gmail.com
  Hardware: openSUSE RPMs
Status: UNCONFIRMED
 Component: UI
   Product: kmail2

配置 → 账户 → 接受页签 → 修改 → 高级页签 → 身份验证中,plain 被翻译成了“清除文本”,应该翻译成“纯文本”
见URL中的图片

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


[Bug 311475] 身份验证可选项中 plain 翻译错误

2012-12-10 Thread Bruce Ouyang
https://bugs.kde.org/show_bug.cgi?id=311475

--- Comment #1 from Bruce Ouyang bruce...@gmail.com ---
注:KDE版本:4.8.5

-- 
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 311475] 身份验证可选项中 plain 翻译错误

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=311475

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

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #2 from Laurent Montel mon...@kde.org ---
Hi, 
Please launch kmail with LANG=C kmail and write in english please.
I don't know chinese language :)

-- 
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 234264] crashed after adding account

2012-12-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=234264

Thomas Fischer fisc...@unix-ag.uni-kl.de changed:

   What|Removed |Added

 CC||fisc...@unix-ag.uni-kl.de

--- Comment #22 from Thomas Fischer fisc...@unix-ag.uni-kl.de ---
Hello Laurent, got a backtrace in 4.9.3 in Gentoo Linux:

Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library /lib/libthread_db.so.1.
[Current thread is 1 (Thread 0xb0a97980 (LWP 2918))]

Thread 3 (Thread 0xaf3b2b40 (LWP 2922)):
#0  0xb7736424 in __kernel_vsyscall ()
#1  0xb5860f2c in pthread_cond_wait () at
../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0xb5e21fab in __pthread_cond_wait (cond=0xb3d8c0d0, mutex=0xb3d8c0b8) at
forward.c:139
#3  0xb364c4be in ?? () from /usr/lib/qt4/libQtWebKit.so.4
#4  0xb364c4fb in ?? () from /usr/lib/qt4/libQtWebKit.so.4
#5  0xb585cd66 in start_thread (arg=0xaf3b2b40) at pthread_create.c:305
#6  0xb5e1581e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 2 (Thread 0xaea89b40 (LWP 2923)):
#0  0xb585f1cb in __pthread_mutex_lock (mutex=0xae100550) at
pthread_mutex_lock.c:113
#1  0xb5e221b5 in pthread_mutex_lock (mutex=0xae100550) at forward.c:182
#2  0xb443267b in g_mutex_lock () from /usr/lib/libglib-2.0.so.0
#3  0xb43f5acf in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#4  0xb43f5f80 in ?? () from /usr/lib/libglib-2.0.so.0
#5  0xb43f60d2 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#6  0xb6156d16 in
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) ()
from /usr/lib/qt4/libQtCore.so.4
#7  0xb61238ab in
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from
/usr/lib/qt4/libQtCore.so.4
#8  0xb6123b5f in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) ()
from /usr/lib/qt4/libQtCore.so.4
#9  0xb600ef20 in QThread::exec() () from /usr/lib/qt4/libQtCore.so.4
#10 0xb600efe4 in QThread::run() () from /usr/lib/qt4/libQtCore.so.4
#11 0xb6011506 in ?? () from /usr/lib/qt4/libQtCore.so.4
#12 0xb585cd66 in start_thread (arg=0xaea89b40) at pthread_create.c:305
#13 0xb5e1581e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 1 (Thread 0xb0a97980 (LWP 2918)):
[KCrash Handler]
#7  0xb4d6ff84 in MailTransport::AddTransportDialog::accept (this=0x9049a40) at
/usr/src/debug/kde-base/kdepimlibs-4.9.3/kdepimlibs-4.9.3/mailtransport/addtransportdialog.cpp:145
#8  0xb7412227 in KDialog::slotButtonClicked (this=0x9049a40, button=4) at
/usr/src/debug/kde-base/kdelibs-4.9.3/kdelibs-4.9.3/kdeui/dialogs/kdialog.cpp:885
#9  0xb74123f9 in KDialog::qt_static_metacall (_o=0x9049a40,
_c=QMetaObject::InvokeMetaMethod, _id=33, _a=0xbfa5f088) at
/usr/src/debug/kde-base/kdelibs-4.9.3/kdelibs-4.9.3_build/kdeui/kdialog.moc:167
#10 0xb613d7ea in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () from /usr/lib/qt4/libQtCore.so.4
#11 0xb6142700 in QSignalMapper::mapped(int) () from
/usr/lib/qt4/libQtCore.so.4
#12 0xb614293f in QSignalMapper::map(QObject*) () from
/usr/lib/qt4/libQtCore.so.4
#13 0xb6142a73 in QSignalMapper::map() () from /usr/lib/qt4/libQtCore.so.4
#14 0xb6142f64 in ?? () from /usr/lib/qt4/libQtCore.so.4
#15 0xb613d7ea in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () from /usr/lib/qt4/libQtCore.so.4
#16 0xb6b21d6e in QAbstractButton::clicked(bool) () from
/usr/lib/qt4/libQtGui.so.4
#17 0xb680635a in ?? () from /usr/lib/qt4/libQtGui.so.4
#18 0xb68079bb in ?? () from /usr/lib/qt4/libQtGui.so.4
#19 0xb6807c0c in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from
/usr/lib/qt4/libQtGui.so.4
#20 0xb643625d in QWidget::event(QEvent*) () from /usr/lib/qt4/libQtGui.so.4
#21 0xb6806e40 in QAbstractButton::event(QEvent*) () from
/usr/lib/qt4/libQtGui.so.4
#22 0xb68ab8e5 in QPushButton::event(QEvent*) () from
/usr/lib/qt4/libQtGui.so.4
#23 0xb63d9a55 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from
/usr/lib/qt4/libQtGui.so.4
#24 0xb63df9d8 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/qt4/libQtGui.so.4
#25 0xb74d93bd in KApplication::notify (this=0xbfa61384, receiver=0x9049790,
event=0xbfa5fa48) at
/usr/src/debug/kde-base/kdelibs-4.9.3/kdelibs-4.9.3/kdeui/kernel/kapplication.cpp:311
#26 0xb61253d5 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from
/usr/lib/qt4/libQtCore.so.4
#27 0xb63dae67 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*,
QWidget*, QWidget*, QWidget**, QPointerQWidget, bool) () from
/usr/lib/qt4/libQtGui.so.4
#28 0xb6466dd3 in ?? () from /usr/lib/qt4/libQtGui.so.4
#29 0xb6465646 in QApplication::x11ProcessEvent(_XEvent*) () from
/usr/lib/qt4/libQtGui.so.4
#30 0xb648fb96 in ?? () from /usr/lib/qt4/libQtGui.so.4
#31 0xb43f5cbf in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#32 0xb43f5fdb in ?? () from /usr/lib/libglib-2.0.so.0
#33 0xb43f60d2 in 

[Bug 234264] crashed after adding account

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=234264

--- Comment #23 from Laurent Montel mon...@kde.org ---
I need to know what exactly did you do to obtain this crash.
Is it a new account ?
Do you reply to an email ?
Do you have multiple smtp account ?
etc.

When I look at bt I saw :
#40 0xb4d6ea61 in
MailTransport::TransportManagementWidget::Private::addClicked (this=0x8930730)
at
/usr/src/debug/kde-base/kdepimlibs-4.9.3/kdepimlibs-4.9.3/mailtransport/transportmanagementwidget.cpp:101
= so you added new smtp account ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 311475] kmail2: 身份验证可选项中 plain 翻译错误

2012-12-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=311475

Christoph Feck christ...@maxiom.de changed:

   What|Removed |Added

  Component|UI  |zh-CN.GB2312
   Assignee|kdepim-bugs@kde.org |wen...@gmail.com
Product|kmail2  |i18n
Summary|身份验证可选项中 plain 翻译错误 |kmail2: 身份验证可选项中 plain 翻译错误

-- 
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 165656] can't reed any feed if I start Akregator

2012-12-10 Thread Maarten De Meyer
https://bugs.kde.org/show_bug.cgi?id=165656

Maarten De Meyer de.meyer.maar...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||de.meyer.maar...@gmail.com
 Resolution|--- |INVALID

--- Comment #7 from Maarten De Meyer de.meyer.maar...@gmail.com ---
Hi,
Some people like to switch articles using shortcuts and have the feed list
hidden.
Not sure how it was hidden in your case but I'm glad it is solved.

I don't know how to solve this bug, as I said we cannot disable hiding de feed
list.
And the drag handler being hard to see is a theme issue.

I'm closing this wish. If you find a good way to solve this problem please open
a new bug with a correct title and description. (That makes it easier for both
developpers and triagers)

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


[Bug 210784] starting akregator with session parameter does nothing

2012-12-10 Thread Maarten De Meyer
https://bugs.kde.org/show_bug.cgi?id=210784

Maarten De Meyer de.meyer.maar...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||de.meyer.maar...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Maarten De Meyer de.meyer.maar...@gmail.com ---
Hi,
I cannot reproduce your problem.
What is the exact command you use to start akregator please?
Do you have the same problem when using akregator in KDE SC 4?

-- 
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 182807] Left/middle mouse click always opens link in current tab (e.g. instead of background/external) regardless of setting

2012-12-10 Thread Maarten De Meyer
https://bugs.kde.org/show_bug.cgi?id=182807

Maarten De Meyer de.meyer.maar...@gmail.com changed:

   What|Removed |Added

 CC||m...@blueroot.co.uk

--- Comment #19 from Maarten De Meyer de.meyer.maar...@gmail.com ---
*** Bug 202938 has been marked as a duplicate of this bug. ***

-- 
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 311271] Open in background tab opens in foreground tab

2012-12-10 Thread Maarten De Meyer
https://bugs.kde.org/show_bug.cgi?id=311271

Maarten De Meyer de.meyer.maar...@gmail.com changed:

   What|Removed |Added

 CC||de.meyer.maar...@gmail.com

--- Comment #1 from Maarten De Meyer de.meyer.maar...@gmail.com ---
Hi,
I cannot reproduce this bug. (4.9 beta2)
Articles are opened in a background tab. Links clicked in that article not (bug
#182807)

-- 
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 293271] KMail doesn't remember the SMTP password

2012-12-10 Thread l.mierzwa
https://bugs.kde.org/show_bug.cgi?id=293271

l.mier...@gmail.com changed:

   What|Removed |Added

 CC||l.mier...@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


[Bug 310914] kmail does not detect new folders of IMAP account/mismatch between Local Abonnements and Serverside Subscriptions

2012-12-10 Thread Mathias Schnarrenberger
https://bugs.kde.org/show_bug.cgi?id=310914

Mathias Schnarrenberger mathias.schnarrenber...@gmx.de changed:

   What|Removed |Added

 CC||mathias.schnarrenberger@gmx
   ||.de

--- Comment #1 from Mathias Schnarrenberger mathias.schnarrenber...@gmx.de ---
I have exactly the same problem for kmail 4.9.3. I also use a mail account from
web.de. A mail account from gmx.de also shows this behaviour in kmail.

In kmail 4.7.3 everything works fine for me. Today I installed Kubuntu Quantal
Quetzal (a new clean install) with kmail 4.9.3.

-- 
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 304518] Suggestion. Kmail notification icon to show count of messages in favourite folders only

2012-12-10 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=304518

--- Comment #3 from Christian joulupukin.ton...@yandex.ru ---
OK thanks, works for me! The label for that option Act on new/unread... is a
bit unfortunate, because I do want KMail to download the new/unread mail (i.e.
act on it, as far as I understand the term), so I never noticed this before.
But the tooltip text is informative.

-- 
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 311488] New: Kmail-4.9.3 fails to store the Folder preferences for an IMAP folder

2012-12-10 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=311488

Bug ID: 311488
  Severity: normal
   Version: 4.9.3
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: Kmail-4.9.3 fails to store the Folder preferences for
an IMAP folder
Classification: Unclassified
OS: Linux
  Reporter: joulupukin.ton...@yandex.ru
  Hardware: Gentoo Packages
Status: UNCONFIRMED
 Component: folders
   Product: kmail2

I try to specify the Folder properties for a folder that is located on a remote
IMAP server. In particular, I want to set Act on new/unread... to unticked,
and I want to specify the default identity for replies to messages in that
folder.
KMail accepts the changes in the dialog and everything looks fine when I close
the dialog with OK. However, there is a popup message from the system tray with
a text like this (in Finnish; I am translating this back to English):
Name of IMAP account: Some remarks were not written successfully to the
IMAP-provider with regard to Folder name. (Joitakin merkintöjä ei onnistuttu
kirjoittamaan IMAP-palvelimen kohteeseen ”INBOX”.) SetAnnotation failed, server
replied: A001353 BAD Command Error. 12

My interpretation of this message is that the IMAP server on this account does
not want to store on the behalf of KMail whatever settings I have picked on
that dialogue (or the settings get lost somewhere in Akonadi?).

I report this as a bug because:
(a) If the settings are not set, then the KMail dialog should not close
normally when I click on OK.
(b) I do not see why this would have to be served on an IMAP server, and that
you can expect every IMAP server to store this type of information on KMail's
behalf. In my view, these settings are local to my KMail - e.g., I may not even
have the relevant reply identity set up on another system from which I read
my IMAP.

Also, the KMail dialog box remembers the new settings for a while, despite not
saving them, but when I restart KMail the settings are forgotten. (It reverts
to something that seems to be the default, i.e. Act on new/unread is
ticked, Use default identity is ticked, the rest is unticked or unset.) This
is inconsistent.

Reproducible: Always

Steps to Reproduce:
1. With an IMAP server (I have tried two different IMAP servers, one running MS
Outlook, the other running something called OX or so), set up an account in
KMail (or using an existing IMAP account).
2. Right-click a folder on the IMAP, select Folder properties
3. Change a setting, I have tried Act on unread... and Reply identity
4. OK.
Actual Results:  
KMail appears as if using the new settings, but it forgets them on a restart.

Expected Results:  
KMail should use the new settings and remember them. Or alternatively give an
error and not accept the changed settings.

If this setting is stored by some, but not all IMAP servers, then the storage
backend of KMail should store the setting unless it can be stored on the
server. These are, after all, options that are unlikely to be used by other
email clients.

-- 
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 311489] New: Kmail crashed while I was configuring imap account

2012-12-10 Thread Dmytro Podoprosvietov
https://bugs.kde.org/show_bug.cgi?id=311489

Bug ID: 311489
  Severity: crash
   Version: 4.8
  Priority: NOR
CC: kdepim-bugs@kde.org, vkra...@kde.org
  Assignee: er...@kde.org
   Summary: Kmail crashed while I was configuring imap account
Classification: Unclassified
OS: Linux
  Reporter: erlra...@gmail.com
  Hardware: Ubuntu Packages
Status: UNCONFIRMED
 Component: IMAP resource
   Product: Akonadi

Application: akonadi_imap_resource (4.8)
KDE Platform Version: 4.8.5 (4.8.5)
Qt Version: 4.8.1
Operating System: Linux 3.2.0-34-generic x86_64
Distribution: Ubuntu 12.04.1 LTS

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

I tried to modify my account preferences. Just clicked on the button - Modify
and got crash notification

The crash can be reproduced some of the time.

-- Backtrace:
Application: erlra...@gmail.com of type IMAP E-Mail Server
(akonadi_imap_resource), signal: Segmentation fault
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0x7fcd63552780 (LWP 23973))]

Thread 2 (Thread 0x7fcd4fa13700 (LWP 23980)):
#0  0x7fcd5e55405d in pthread_mutex_unlock () from
/lib/x86_64-linux-gnu/libpthread.so.0
#1  0x7fcd5da705d1 in g_mutex_unlock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fcd5da3483b in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fcd5da34f5b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fcd5da35164 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fcd62968426 in QEventDispatcherGlib::processEvents
(this=0x7fcd40002c70, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x7fcd62937c82 in QEventLoop::processEvents (this=optimized out,
flags=...) at kernel/qeventloop.cpp:149
#7  0x7fcd62937ed7 in QEventLoop::exec (this=0x7fcd4fa12dd0, flags=...) at
kernel/qeventloop.cpp:204
#8  0x7fcd62836fa7 in QThread::exec (this=optimized out) at
thread/qthread.cpp:501
#9  0x7fcd629179ff in QInotifyFileSystemWatcherEngine::run (this=0x1279ae0)
at io/qfilesystemwatcher_inotify.cpp:248
#10 0x7fcd62839fcb in QThreadPrivate::start (arg=0x1279ae0) at
thread/qthread_unix.cpp:298
#11 0x7fcd5e550e9a in start_thread () from
/lib/x86_64-linux-gnu/libpthread.so.0
#12 0x7fcd5eef5cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#13 0x in ?? ()

Thread 1 (Thread 0x7fcd63552780 (LWP 23973)):
[KCrash Handler]
#6  0x7fcd6294ea76 in QObject::connect (sender=0x116f970, signal=0x468148
2stateChanged(KIMAP::Session::State,KIMAP::Session::State),
receiver=0x11708a0, method=0x468100
1onSessionStateChanged(KIMAP::Session::State,KIMAP::Session::State),
type=Qt::AutoConnection) at kernel/qobject.cpp:2551
#7  0x00454f3b in SessionPool::onPasswordRequestDone (this=0x11708a0,
resultType=optimized out, password=...) at
../../../resources/imap/sessionpool.cpp:335
#8  0x00456cd7 in SessionPool::qt_static_metacall (_o=optimized out,
_c=optimized out, _id=optimized out, _a=optimized out) at
./sessionpool.moc:94
#9  0x7fcd6294d281 in QMetaObject::activate (sender=0x1160e90, m=optimized
out, local_signal_index=optimized out, argv=0x7fff94c723c0) at
kernel/qobject.cpp:3547
#10 0x004421c1 in PasswordRequesterInterface::done (this=optimized
out, _t1=0, _t2=...) at ./passwordrequesterinterface.moc:118
#11 0x004211b3 in SettingsPasswordRequester::onPasswordRequestCompleted
(this=0x1160e90, password=..., userRejected=false) at
../../../resources/imap/settingspasswordrequester.cpp:89
#12 0x7fcd6294d281 in QMetaObject::activate (sender=0x1170d30, m=optimized
out, local_signal_index=optimized out, argv=0x7fff94c72560) at
kernel/qobject.cpp:3547
#13 0x0041faf1 in Settings::passwordRequestCompleted (this=optimized
out, _t1=..., _t2=false) at ./settings.moc:124
#14 0x0041fb2b in Settings::requestPassword (this=0x1170d30) at
../../../resources/imap/settings.cpp:114
#15 0x00453df3 in SessionPool::connect (this=0x11708a0,
account=optimized out) at ../../../resources/imap/sessionpool.cpp:102
#16 0x0041688c in ImapResource::startConnect (this=0x12471e0) at
../../../resources/imap/imapresource.cpp:216
#17 0x7fcd62940f01 in QMetaMethod::invoke (this=0x7fff94c72ba0,
object=0x12471e0, connectionType=Qt::DirectConnection, returnValue=...,
val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=...,
val8=..., val9=...) at kernel/qmetaobject.cpp:1664
#18 0x7fcd62943210 in QMetaObject::invokeMethod (obj=0x12471e0,
member=optimized out, type=Qt::AutoConnection, ret=..., val0=..., val1=...,
val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...)
at kernel/qmetaobject.cpp:1179
#19 0x7fcd630741f0 in ?? () from /usr/lib/libakonadi-kde.so.4
#20 0x7fcd63075515 in ?? 

[Bug 311490] New: IMAP folders marked with red color

2012-12-10 Thread nucleo
https://bugs.kde.org/show_bug.cgi?id=311490

Bug ID: 311490
  Severity: normal
   Version: 4.9.4
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: IMAP folders marked with red color
Classification: Unclassified
OS: Linux
  Reporter: nuc...@fedoraproject.org
  Hardware: Fedora RPMs
Status: UNCONFIRMED
 Component: general
   Product: kmail2

After updating from 4.9.3 to 4.9.4 some IMAP folders marked with read color.

Reproducible: Sometimes

Steps to Reproduce:
Update to 4.9.4.
Actual Results:  
For some IMAP servers folders always marked with red color, for other servers
not marked.
But all accounts works fine, can show new incoming mails.

Expected Results:  
Folders should not be always marked with red color.

No such problem in 4.9.3.

-- 
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 311490] IMAP folders marked with red color

2012-12-10 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=311490

Rex Dieter rdie...@math.unl.edu changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

-- 
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 311492] New: Kontact crashs on closing

2012-12-10 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=311492

Bug ID: 311492
  Severity: crash
   Version: 4.9.3
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: Kontact crashs on closing
Classification: Unclassified
OS: Linux
  Reporter: sgr...@redhat.com
  Hardware: Fedora RPMs
Status: UNCONFIRMED
 Component: general
   Product: kontact

Application: kontact (4.9.3)
KDE Platform Version: 4.9.3
Qt Version: 4.8.3
Operating System: Linux 3.6.9-2.fc17.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
I was reading email, virtuoso is using about 150% of the CPU and everything is
taking forever. I had been waiting for 3 minutes for 1 email to delete and
decided to just shutdown kontact and turn the computer off. After I closed
kontact, a little later the crash handler popped up.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
82T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f6affbd6880 (LWP 3192))]

Thread 3 (Thread 0x7f6af0940700 (LWP 3193)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:166
#1  0x003955c1677d in WTF::TCMalloc_PageHeap::scavengerThread
(this=0x3956600980) at wtf/FastMalloc.cpp:2495
#2  0x003955c16889 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=optimized out) at wtf/FastMalloc.cpp:1618
#3  0x0033db407d14 in start_thread (arg=0x7f6af0940700) at
pthread_create.c:309
#4  0x0033db0f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 2 (Thread 0x7f6af003f700 (LWP 3194)):
#0  0x0033db0e8bdf in __GI___poll (fds=optimized out, nfds=optimized
out, timeout=optimized out) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x0033dd447af4 in g_main_context_poll (n_fds=1, fds=0x7f6ae80029c0,
timeout=6367, context=0x7f6ae80009a0, priority=optimized out) at gmain.c:3440
#2  g_main_context_iterate (context=context@entry=0x7f6ae80009a0,
block=block@entry=1, dispatch=dispatch@entry=1, self=optimized out) at
gmain.c:3141
#3  0x0033dd447c14 in g_main_context_iteration (context=0x7f6ae80009a0,
may_block=1) at gmain.c:3207
#4  0x0033e69a5ff6 in QEventDispatcherGlib::processEvents
(this=0x7f6ae80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x0033e6976cbf in QEventLoop::processEvents
(this=this@entry=0x7f6af003ed00, flags=...) at kernel/qeventloop.cpp:149
#6  0x0033e6976f48 in QEventLoop::exec (this=0x7f6af003ed00, flags=...) at
kernel/qeventloop.cpp:204
#7  0x0033e68787e0 in QThread::exec (this=optimized out) at
thread/qthread.cpp:501
#8  0x0033e687b7bc in QThreadPrivate::start (arg=0x841e50) at
thread/qthread_unix.cpp:338
#9  0x0033db407d14 in start_thread (arg=0x7f6af003f700) at
pthread_create.c:309
#10 0x0033db0f168d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 1 (Thread 0x7f6affbd6880 (LWP 3192)):
[KCrash Handler]
#6  0x00394d7fdb96 in at (this=0x3361aa36b0, i=1223592264) at
../../src/corelib/tools/qlist.h:100
#7  at (i=1223592264, this=0x3361aa36b0) at ../../src/corelib/tools/qlist.h:470
#8  QStackedLayout::currentWidget (this=0x3361e4be30) at
kernel/qstackedlayout.cpp:378
#9  0x00336cc95578 in MessageList::Pane::markMessageItemsAsAboutToBeRemoved
(this=optimized out, ref=2, bMark=false) at
/usr/src/debug/kdepim-4.9.3/messagelist/pane.cpp:832
#10 0x00336c7190ae in KMMainWidget::slotTrashMessagesCompleted
(this=0xfff200, command=0x9edf950) at
/usr/src/debug/kdepim-4.9.3/kmail/kmmainwidget.cpp:2168
#11 0x00336c7394b1 in KMMainWidget::qt_static_metacall (_o=0xfff200,
_c=optimized out, _id=optimized out, _a=0x7fffd9bfe5d0) at
/usr/src/debug/kdepim-4.9.3/x86_64-redhat-linux-gnu/kmail/kmmainwidget.moc:483
#12 0x0033e698e71f in QMetaObject::activate (sender=0x9edf950, m=optimized
out, local_signal_index=optimized out, argv=0x7fffd9bfe5d0) at
kernel/qobject.cpp:3547
#13 0x00336c703bef in KMMoveCommand::moveDone (this=this@entry=0x9edf950,
_t1=_t1@entry=0x9edf950) at
/usr/src/debug/kdepim-4.9.3/x86_64-redhat-linux-gnu/kmail/kmcommands.moc:1630
#14 0x00336c703c37 in KMMoveCommand::completeMove (this=0x9edf950,
result=KMCommand::OK) at /usr/src/debug/kdepim-4.9.3/kmail/kmcommands.cpp:1474
#15 0x0033e698e71f in QMetaObject::activate (sender=0x13578fb0,
m=optimized out, local_signal_index=optimized out, argv=0x7fffd9bfe740) at
kernel/qobject.cpp:3547
#16 0x003361333e42 in KJob::result (this=this@entry=0x13578fb0,
_t1=_t1@entry=0x13578fb0) at
/usr/src/debug/kdelibs-4.9.3/x86_64-redhat-linux-gnu/kdecore/kjob.moc:207
#17 0x003361333e80 in KJob::emitResult (this=0x13578fb0) at
/usr/src/debug/kdelibs-4.9.3/kdecore/jobs/kjob.cpp:318
#18 0x0033e698c86e in QObject::event (this=0x13578fb0, e=optimized out)
at kernel/qobject.cpp:1195
#19 

[Bug 311490] IMAP folders marked with red color

2012-12-10 Thread nucleo
https://bugs.kde.org/show_bug.cgi?id=311490

--- Comment #1 from nucleo nuc...@fedoraproject.org ---
No folders marked with red color after downgrading KDE to 4.9.3.

-- 
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 311495] New: Kmail2: Maildir synchronization causes several cópions of emails sent and received (KDE 4.8.5 in Mageia 2)

2012-12-10 Thread Macxi
https://bugs.kde.org/show_bug.cgi?id=311495

Bug ID: 311495
  Severity: normal
   URL: https://forums.mageia.org/en/viewtopic.php?f=7t=3325;
p=28344hilit=kmail2#p28344
   Version: unspecified
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: Kmail2:  Maildir synchronization causes several
cópions of emails sent and received (KDE 4.8.5 in
Mageia 2)
Classification: Unclassified
OS: Linux
  Reporter: terraa...@gmail.com
  Hardware: Mageia RPMs
Status: UNCONFIRMED
 Component: commands and actions
   Product: kmail2

I installed Kmail2 in Mageia 2, KDE 4.8.5, 64bit.
I used the packages from the official repository of Mageia 2.

Some times, when I sending or receiving email:
1-  first the emails are sent or downloaded. 
2 - Then, when the maildir folder syncs emails, several copies of emails are
created (10 ou 12 copies). 

This error does not always occur. I can not repeat it. It occurs randomly
in most cases it works well without errors
_

Initially this error (multiple copies) was going with a few emails, but every
time. always.

I deleted the folder location Maildir, accessed the Kmail2 on settings under
Configure Kmail and Accounts tab receipt, I selected Remove.

Once deleted, created automaticaly another folder Maildir. Folders and emails
are synced again. After that, I thought it would not happen more errors, but
errors again occur sporadically and infrequently, but still happening.

Reproducible: Sometimes

Steps to Reproduce:
1. Some times, when I sending or receiving email:
2. first the emails are sent or downloaded. 
3.Then, when the maildir folder syncs emails, several copies of emails are
created (10 ou 12 copies). 
Actual Results:  
Some times, when I sending or receiving email,  several copies of emails are
created (10 ou 12 copies). 

Expected Results:  
Any update to fix this bug

I did a migration of emails from Kmail in Mageia 1 for Kmail2 in Mageia 2,
importing multiple emails and folders.

https://bugs.kde.org/show_bug.cgi?id=305526

-- 
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 311495] Kmail2: Maildir synchronization causes several cópies of emails sent and received (KDE 4.8.5 in Mageia 2)

2012-12-10 Thread Macxi
https://bugs.kde.org/show_bug.cgi?id=311495

Macxi terraa...@gmail.com changed:

   What|Removed |Added

Summary|Kmail2:  Maildir|Kmail2:  Maildir
   |synchronization causes  |synchronization causes
   |several cópions of emails   |several cópies of emails
   |sent and received (KDE  |sent and received (KDE
   |4.8.5 in Mageia 2)  |4.8.5 in Mageia 2)

-- 
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 311495] Kmail2: Maildir synchronization causes several copies of emails sent and received (KDE 4.8.5 in Mageia 2)

2012-12-10 Thread Macxi
https://bugs.kde.org/show_bug.cgi?id=311495

Macxi terraa...@gmail.com changed:

   What|Removed |Added

Summary|Kmail2:  Maildir|Kmail2:  Maildir
   |synchronization causes  |synchronization causes
   |several cópies of emails|several copies of emails
   |sent and received (KDE  |sent and received (KDE
   |4.8.5 in Mageia 2)  |4.8.5 in Mageia 2)

-- 
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 311490] IMAP folders marked with red color

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=311490

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mon...@kde.org
 Resolution|--- |INVALID

--- Comment #2 from Laurent Montel mon...@kde.org ---
Are you sure that you don't show limit of quota ?
I fixed it for 4.9.4
So it shows you that your folder is limit in quota.

-- 
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 311488] Kmail-4.9.3 fails to store the Folder preferences for an IMAP folder

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=311488

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mon...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Laurent Montel mon...@kde.org ---


*** This bug has been marked as a duplicate of bug 299270 ***

-- 
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 299270] Custom folder properties without SETANNOTATION

2012-12-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=299270

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

   What|Removed |Added

 CC||joulupukin.ton...@yandex.ru

--- Comment #3 from Laurent Montel mon...@kde.org ---
*** Bug 311488 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 311496] New: Contacts Autocompletion list is difficult to use

2012-12-10 Thread René Serral
https://bugs.kde.org/show_bug.cgi?id=311496

Bug ID: 311496
  Severity: normal
   Version: 4.9.4
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: Contacts Autocompletion list is difficult to use
Classification: Unclassified
OS: Linux
  Reporter: rser...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
 Component: composer
   Product: kmail2

I'm using two external addressbook, Google and LDAP. When I type a name of a
contact in composer (now it works!) i get a list of my contacts LDAP + Google
however in my preferences I have that first I want to see my google contacts.

Besides, when autocompletion shows if I move the cursor down to select an entry
it keeps going up to the first entry, making it very difficult to select the
contact using the keyboard, I have either to wait a while to be able to select
it, or be really fast pressing down and enter to select the desired entry
rather than the first one.

Reproducible: Always

Steps to Reproduce:
1. Enter a contact name in the To or CC fields
2. Wait for autocompletion to show
3. Try to select fourth entry, cursor keeps going to the first for a while
Actual Results:  
If you are not careful you'll select the wrong recipient

Expected Results:  
Actually keep the focus on the desired entry

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