[Bug 259813] reading mails in unread mode instantly disappears from list

2011-10-18 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=259813





--- Comment #5 from2011-10-19 06:31:19 ---
Any chance this will get fixed? Appart from stability and speed, this is one of
my main issues with Kmail2.

-- 
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 209604] Crash when opening the settings dialog if the KMail module was previously disabled

2011-10-18 Thread Hector Jimenez
https://bugs.kde.org/show_bug.cgi?id=209604





--- Comment #44 from Hector Jimenez   2011-10-19 
04:14:29 ---
I fixed the error deleting the folder akonadi, which is within .config in home
folder (personal).

-- 
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 277053] crash when downloading mails

2011-10-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=277053


Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #4 from Allen Winter   2011-10-18 21:51:45 ---
almost looks like there's a problem if from == to in 
slotStorageModelRowsInserted()

-- 
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 277053] crash when downloading mails

2011-10-18 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=277053





--- Comment #3 from Milian Wolff   2011-10-18 21:25:01 ---
Created an attachment (id=64684)
 --> (http://bugs.kde.org/attachment.cgi?id=64684)
New crash information added by DrKonqi

kmail (4.8 pre) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4

just happened to me. kmail was running in the background and suddenly crashed.
cli showed:

ASSERT: "job->currentIndex() <= job->endIndex()" in file
/home/milian/projects/kde4/kdepim/messagelist/core/model.cpp, line 4267

all pim code from current git today

-- Backtrace (Reduced):
#11 0x7f95061d25a0 in
MessageList::Core::ModelPrivate::slotStorageModelRowsInserted (this=0xc81d90,
parent=..., from=0, to=0) at
/home/milian/projects/kde4/kdepim/messagelist/core/model.cpp:4267
#12 0x7f95061d3895 in MessageList::Core::Model::qt_metacall (this=0xabd900,
_c=QMetaObject::InvokeMetaMethod, _id=3, _a=0x7fffae2cd000) at
/home/milian/projects/.build/kde4/kdepim/messagelist/model.moc:91
[...]
#14 0x7f9509c65ff4 in QAbstractItemModel::rowsInserted(QModelIndex const&,
int, int) () from /usr/lib/libQtCore.so.4
#15 0x7f9509c6651b in QAbstractItemModel::qt_metacall(QMetaObject::Call,
int, void**) () from /usr/lib/libQtCore.so.4
#16 0x7f95061f1312 in MessageList::Core::StorageModel::qt_metacall
(this=0x569ca50, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0x7fffae2cd1b0) at
/home/milian/projects/.build/kde4/kdepim/messagelist/storagemodelbase.moc:64

-- 
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 280191] Allow turning off or resizing the generated QR codes

2011-10-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=280191





--- Comment #9 from Allen Winter   2011-10-18 21:17:09 ---
For the record, I'm not that enthusiastic about the fix I implemented.

The main problem is that I've turned KAddressbook into a configuration tool for
any application that uses the contact viewer API.  As it is now, you can't show
the QR codes in appfoo if you turn them off in KAddressbook.

Each application needs to be able to configure independently.  Which means the
API needs an option to toggle the QR code display.

but...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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 280230] kmail Shows Unread Messages That Cannot be Displayed and Have Been Read

2011-10-18 Thread Divan Santana
https://bugs.kde.org/show_bug.cgi?id=280230


Divan Santana  changed:

   What|Removed |Added

 CC||di...@s-tainment.co.za




--- Comment #5 from Divan Santana   2011-10-18 21:12:22 
---
I can confirm this.

-- 
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 276853] After delete message list shows deleted message greyed

2011-10-18 Thread Tom Chiverton
https://bugs.kde.org/show_bug.cgi?id=276853





--- Comment #8 from Tom Chiverton   2011-10-18 
20:53:22 ---
Well, removing and adding the account was a trial in itself. Random hangs and
pauses after pressing add/remove/modify buttons but it did do it in the end.
Ghosts are gone. Bulk operations (mark read / delete) that used to almost
always causes ghosts now seem OK.

Yet another 'why was this bug (in migration ?) found in the beta let into the
production release' one :-/

-- 
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 284405] New: filter not used at reception+use after without attachment

2011-10-18 Thread Daniel Moyne
https://bugs.kde.org/show_bug.cgi?id=284405

   Summary: filter not used at reception+use after without
attachment
   Product: kmail2
   Version: 1.99.0
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: daniel.mo...@free.fr


Version:   1.99.0 (using KDE 4.7.2) 
OS:Linux

some messages received were detected as "unsure" by bogofilter with addition of
"???UNSURE???" in subject (configuration of bogofilter) ; my last filter
designed as follows  :
if (subject contains "???UNSURE???") do {
remove X-Bogosity in header
remove X-Attachment in header
move in folder Dossiers Locaux/Bogofilter/unsure
}
was not executed as message were left in "boîte de réception".

Later on the message was properly processed but in some cases the attacments
were discarded in other cases no (all the serie of messages contained
attachments)
}

Reproducible: Didn't try

Steps to Reproduce:
I need to ask the sender to resend some of the messages where tha attachments
were lost ; this time I will fiter the sender e-amil address to move directly
the messages in a proper folder

Actual Results:  
filter properly executed at reception not at second opening of kmail

Expected Results:  
in such case all the messages should have been placed in Dossiers
Locaux/Bogofilter/unsure including attachments (here *JPG files) though some of
the messages kept their attachments

OS: Linux (x86_64) release 3.0.0-12-generic
Compiler: gcc

-- 
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 193514] Crash when activating plugin [[Kontact::Plugin::identifier], Kontact::MainWindow::activatePluginModule, Kontact::MainWindow::setActivePluginModule, KontactApp::newInstance]

2011-10-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193514


Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||lenordisted...@hotmail.fr




--- Comment #183 from Christophe Giboudeaux   2011-10-18 
19:34:09 ---
*** Bug 284289 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 284289] Deleting mail, then unresponding

2011-10-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=284289


Christophe Giboudeaux  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Christophe Giboudeaux   2011-10-18 
19:34:09 ---


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

-- 
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 283252] akonadi resource wizard does not show valid collections found on a caldav server when using the "fetch" button in a DAV groupware resource

2011-10-18 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=283252





--- Comment #10 from Grégory Oestreicher   2011-10-18 19:23:30 
---
Thanks for the transcript. Here Zarafa is not properly handling the Depth
header sent by the resource, and it should return both the properties on the
requested element (/caldav/tim/) and its first level children.

There's nothing that can be done by the resource without breaking other things.
You can file a bug at Zarafa for this behavior.

Cheers,
Grégory

-- 
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 284387] Kontact crashed when creating a new event on a remote WebDAV calendar

2011-10-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=284387


Christophe Giboudeaux  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Christophe Giboudeaux   2011-10-18 
19:20:14 ---


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

-- 
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 284389] Problem with the calender

2011-10-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=284389





--- Comment #1 from Christophe Giboudeaux   2011-10-18 
19:18:54 ---
> Application: kontact (4.7.2)
> KDE Platform Version: 4.7.1 (4.7.1)

Please fix your installation. Both versions should be identical

-- 
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 284403] New: Latest 11.10 Ubuntu

2011-10-18 Thread michael
https://bugs.kde.org/show_bug.cgi?id=284403

   Summary: Latest 11.10 Ubuntu
   Product: kmail2
   Version: 1.99.0
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: mich...@linuxmagic.com


Version:   1.99.0 (using KDE 4.7.0) 
OS:Linux

May be similar to CLOSED bug 276735, just downloaded all my messages into a POP
folder, and expected to be able to navigate to the next message using arrow
keys, or the next unread using the '+' key, however neither action works.   Of
course, there may be other problems here (eg, when I hit ALT+TAB when 'Go'
submenu is selected, it traps the ALT+TAB behavior, and instead acts as
down+arrow.) But when you select the 'Go' submenu, the next unread item is
greyed out, even though the messages are blue highlighted as unread.  The only
way I can find to navigate is using the scroll bar and clicking on the next
message with the mouse

Reproducible: Always

Steps to Reproduce:
Download messages, select sub menu item go, and the next unread message is
greyed out.

Actual Results:  
Nothing

Expected Results:  
Show a link to '+' action for next unread message.

OS: Linux (i686) release 3.0.0-12-generic-pae
Compiler: gcc

-- 
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 283252] akonadi resource wizard does not show valid collections found on a caldav server when using the "fetch" button in a DAV groupware resource

2011-10-18 Thread tim
https://bugs.kde.org/show_bug.cgi?id=283252





--- Comment #9 from2011-10-18 18:20:12 ---
Created an attachment (id=64677)
 --> (http://bugs.kde.org/attachment.cgi?id=64677)
HTTP conversation (text)

Here's what wireshark says about the conversation between
akonadi_davgroupware_resource and Zarafa

-- 
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 283252] akonadi resource wizard does not show valid collections found on a caldav server when using the "fetch" button in a DAV groupware resource

2011-10-18 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=283252





--- Comment #8 from Grégory Oestreicher   2011-10-18 17:44:07 
---
This means that the resource is not able to find the elements that define a
calendar in the response from Zarafa, or that they are not here.

If you can sniff the trafic and extract the requests/responses between the
resource and the server this would definitely help.

Cheers,
Grégory

-- 
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 276853] After delete message list shows deleted message greyed

2011-10-18 Thread Svein Harald Soleim
https://bugs.kde.org/show_bug.cgi?id=276853





--- Comment #7 from Svein Harald Soleim   2011-10-18 
17:25:23 ---
> (In reply to comment #5)

> I had to not only delete all references to kmail/kontact, but also akonadi, on
> one computer. And the problem presisted.

Tried to remove the account and re add it, and the ghost messages did in fact
disappear. Thanks, much better now.

-- 
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 276853] After delete message list shows deleted message greyed

2011-10-18 Thread Svein Harald Soleim
https://bugs.kde.org/show_bug.cgi?id=276853





--- Comment #6 from Svein Harald Soleim   2011-10-18 
17:09:45 ---
(In reply to comment #5)

> In any case, In my experience just recreating your accounts should fix 
> things. 
> Not a fix, but it does get around the issue, at least it did for me.

I had to not only delete all references to kmail/kontact, but also akonadi, on
one computer. And the problem presisted.

-- 
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 284389] New: Problem with the calender

2011-10-18 Thread Fabien Skraber
https://bugs.kde.org/show_bug.cgi?id=284389

   Summary: Problem with the calender
   Product: kontact
   Version: 4.7.2
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: fabien.skra...@wanadoo.fr


Application: kontact (4.7.2)
KDE Platform Version: 4.7.1 (4.7.1)
Qt Version: 4.7.4
Operating System: Linux 3.0.0-12-generic i686
Distribution: Ubuntu 11.10

-- Information about the crash:
- What I was doing when the application crashed:
Kontact found many calender after the migration to the new version of Kontact.
When I select all, Kontact crashes.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7720730 (LWP 20136))]

Thread 4 (Thread 0xb6944b70 (LWP 20137)):
#0  0x001f0416 in __kernel_vsyscall ()
#1  0x05e42a5c in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x00b53cfc in __pthread_cond_wait (cond=0x2998430, mutex=0x2998418) at
forward.c:139
#3  0x02277883 in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#4  0x0227799f in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#5  0x05e3ed31 in start_thread (arg=0xb6944b70) at pthread_create.c:304
#6  0x00b460ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 3 (Thread 0xb601bb70 (LWP 20138)):
#0  0x001f0416 in __kernel_vsyscall ()
#1  0x00b3740e in __GI___poll (fds=0x8b06c60, nfds=1, timeout=2323) at
../sysdeps/unix/sysv/linux/poll.c:87
#2  0x06f7b34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x06f6c896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x06f6cc2a in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x01140b37 in QEventDispatcherGlib::processEvents (this=0x8b1b8f8,
flags=...) at kernel/qeventdispatcher_glib.cpp:424
#6  0x01dd in QEventLoop::processEvents (this=0xb601b2c0, flags=...) at
kernel/qeventloop.cpp:149
#7  0x0421 in QEventLoop::exec (this=0xb601b2c0, flags=...) at
kernel/qeventloop.cpp:201
#8  0x0101490b in QThread::exec (this=0x8b1b408) at thread/qthread.cpp:498
#9  0x010149fb in QThread::run (this=0x8b1b408) at thread/qthread.cpp:565
#10 0x010177b3 in QThreadPrivate::start (arg=0x8b1b408) at
thread/qthread_unix.cpp:331
#11 0x05e3ed31 in start_thread (arg=0xb601bb70) at pthread_create.c:304
#12 0x00b460ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 2 (Thread 0xb3ad9b70 (LWP 20142)):
#0  0x00e62d10 in __GI_clock_gettime (clock_id=1, tp=0xb3ad9008) at
../sysdeps/unix/clock_gettime.c:116
#1  0x0106e7d5 in do_gettime (frac=0xb3ad9000, sec=0xb3ad8ff8) at
tools/qelapsedtimer_unix.cpp:123
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#3  0x011414b6 in QTimerInfoList::updateCurrentTime (this=0x935ccdc) at
kernel/qeventdispatcher_unix.cpp:339
#4  0x0114180a in QTimerInfoList::timerWait (this=0x935ccdc, tm=...) at
kernel/qeventdispatcher_unix.cpp:442
#5  0x01140053 in timerSourcePrepareHelper (src=,
timeout=0xb3ad910c) at kernel/qeventdispatcher_glib.cpp:136
#6  0x011400ed in timerSourcePrepare (source=0x935cca8, timeout=) at kernel/qeventdispatcher_glib.cpp:169
#7  0x06f6b88c in g_main_context_prepare () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#8  0x06f6c637 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#9  0x06f6cc2a in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#10 0x01140b37 in QEventDispatcherGlib::processEvents (this=0x911b898,
flags=...) at kernel/qeventdispatcher_glib.cpp:424
#11 0x01dd in QEventLoop::processEvents (this=0xb3ad9290, flags=...) at
kernel/qeventloop.cpp:149
#12 0x0421 in QEventLoop::exec (this=0xb3ad9290, flags=...) at
kernel/qeventloop.cpp:201
#13 0x0101490b in QThread::exec (this=0x935c650) at thread/qthread.cpp:498
#14 0x010f1e2d in QInotifyFileSystemWatcherEngine::run (this=0x935c650) at
io/qfilesystemwatcher_inotify.cpp:248
#15 0x010177b3 in QThreadPrivate::start (arg=0x935c650) at
thread/qthread_unix.cpp:331
#16 0x05e3ed31 in start_thread (arg=0xb3ad9b70) at pthread_create.c:304
#17 0x00b460ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further

Thread 1 (Thread 0xb7720730 (LWP 20136)):
[KCrash Handler]
#7  0x03e31a24 in KCalCore::Todo::hasDueDate (this=0x0) at
../../kcalcore/todo.cpp:193
#8  0x03e31a63 in KCalCore::Todo::dtDue (this=0x0, first=false) at
../../kcalcore/todo.cpp:181
#9  0x0629c571 in EventViews::IncidenceMonthItem::bgColor (this=0x8ade1c0) at
../../../calendarviews/eventviews/month/monthitem.cpp:656
#10 0x0629943e in EventViews::MonthGraphicsItem::paint (this=0x8f07b50,
p=0xbf940260) at
.

[Bug 258171] Annoyed by 'Nepomuk Indexing Disabled - Akonadi Agent' message

2011-10-18 Thread Leo Milano
https://bugs.kde.org/show_bug.cgi?id=258171


Leo Milano  changed:

   What|Removed |Added

 CC||lmil...@gmx.net




--- Comment #42 from Leo Milano   2011-10-18 17:07:07 ---
I am also affected by this bug. People should definitely refrain from
opinionated posts: this is a bug tracker, not a user forum.

On the bug itself, the description is simple: a pop-up reappears over and over
and it really gives the user the feeling that something is broken in her/his
system, when all that the user did was to disable an optional feature. This
needs to be fixed. The standard approach is to offer a check-box with the
option  "do not show this warning in the future".

Finally, thanks a lot to the awesome community that makes KDE possible (this
means developers, testers, web-admins, and the list goes). Thank you all.

Cheers,
Leo

-- 
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 276853] After delete message list shows deleted message greyed

2011-10-18 Thread Danny Auble
https://bugs.kde.org/show_bug.cgi?id=276853





--- Comment #5 from Danny Auble   2011-10-18 17:04:45 ---
I was able to get around this bug by clearing all my accounts and recreating
them.  It was sort of a pain, but I haven't seen the 'ghost' messages since.  I
think the problem is when the transfer from kmail -> kmail2.  I am guessing the
migration doesn't work as well as expected.

In any case, In my experience just recreating your accounts should fix things. 
Not a fix, but it does get around the issue, at least it did for me.

-- 
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 284387] New: Kontact crashed when creating a new event on a remote WebDAV calendar

2011-10-18 Thread ce.bellora
https://bugs.kde.org/show_bug.cgi?id=284387

   Summary: Kontact crashed when creating a new event on a remote
WebDAV calendar
   Product: kontact
   Version: 4.4.11
  Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: ce.bell...@tiscali.it


Application: kontact (4.4.11)
KDE Platform Version: 4.6.5 (4.6.5)
Qt Version: 4.7.3
Operating System: Linux 3.0.0-1-amd64 x86_64
Distribution: Debian GNU/Linux testing (wheezy)

-- Information about the crash:
- What I was doing when the application crashed:
I was creating a new event on a remote WebDAV calendar. After having filled in
the title, the date and the repetition settings in the Dialog box, and after
having clicked on the "Ok" button, Kontact crashed. 

Other crash reports on  this topic seem to exist, one of them is even marked as
closed but the bug I am reporting occurs on 30% of the new events I create. Is
it linked to the remote calendar I use ?

The crash can be reproduced some of the time.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
[KCrash Handler]
#6  0x7fa6da32c301 in processInput (this=0x3785db0) at
../../korganizer/koeventeditor.cpp:298
#7  KOEventEditor::processInput (this=0x3785db0) at
../../korganizer/koeventeditor.cpp:288
#8  0x7fa6da328da3 in KOIncidenceEditor::slotButtonClicked (this=0x3785db0,
button=) at ../../korganizer/koincidenceeditor.cpp:102
#9  0x7fa704c003a2 in KDialog::qt_metacall (this=0x3785db0,
_c=QMetaObject::InvokeMetaMethod, _id=33, _a=0x7fffbdf98350) at
./kdialog.moc:190
#10 0x7fa704cd5890 in KPageDialog::qt_metacall (this=0x3785db0,
_c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbdf98350) at
./kpagedialog.moc:70
#11 0x7fa6da329a80 in KOIncidenceEditor::qt_metacall (this=0x3785db0,
_c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbdf98350) at
./koincidenceeditor.moc:113
#12 0x7fa6da32ca80 in KOEventEditor::qt_metacall (this=0x3785db0,
_c=QMetaObject::InvokeMetaMethod, _id=, _a=0x7fffbdf98350) at
./koeventeditor.moc:77
#13 0x7fa70356db1a in QMetaObject::activate (sender=0x3ce17a0, m=, local_signal_index=, argv=0x7fffbdf98350) at
kernel/qobject.cpp:3278
#14 0x7fa703573cce in QSignalMapper::mapped (this=, _t1=4)
at .moc/release-shared/moc_qsignalmapper.cpp:101
#15 0x7fa70357426b in QSignalMapper::map (this=0x3ce17a0, sender=0x44da720)
at kernel/qsignalmapper.cpp:266
#16 0x7fa7035746c0 in QSignalMapper::qt_metacall (this=0x3ce17a0,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fffbdf984a0) at
.moc/release-shared/moc_qsignalmapper.cpp:87
#17 0x7fa70356db1a in QMetaObject::activate (sender=0x44da720, m=, local_signal_index=, argv=0x7fffbdf984a0) at
kernel/qobject.cpp:3278
#18 0x7fa7045e1722 in QAbstractButton::clicked (this=,
_t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:206
#19 0x7fa704329dfe in QAbstractButtonPrivate::emitClicked (this=) at widgets/qabstractbutton.cpp:546
#20 0x7fa70432b13b in QAbstractButtonPrivate::click (this=0x4a84d50) at
widgets/qabstractbutton.cpp:539
#21 0x7fa70432b3ac in QAbstractButton::mouseReleaseEvent (this=0x44da720,
e=0x7fffbdf98ef0) at widgets/qabstractbutton.cpp:1121
#22 0x7fa703fcb016 in QWidget::event (this=0x44da720, event=0x7fffbdf98ef0)
at kernel/qwidget.cpp:8259
#23 0x7fa703f7a9f4 in notify_helper (e=0x7fffbdf98ef0, receiver=0x44da720,
this=0x2289640) at kernel/qapplication.cpp:4467
#24 QApplicationPrivate::notify_helper (this=0x2289640, receiver=0x44da720,
e=0x7fffbdf98ef0) at kernel/qapplication.cpp:4439
#25 0x7fa703f8017b in QApplication::notify (this=,
receiver=0x44da720, e=0x7fffbdf98ef0) at kernel/qapplication.cpp:4028
#26 0x7fa704ca7a66 in KApplication::notify (this=0x7fffbdf99a50,
receiver=0x44da720, event=0x7fffbdf98ef0) at
../../kdeui/kernel/kapplication.cpp:311
#27 0x7fa70355afbc in QCoreApplication::notifyInternal
(this=0x7fffbdf99a50, receiver=0x44da720, event=0x7fffbdf98ef0) at
kernel/qcoreapplication.cpp:731
#28 0x7fa703f7b9c2 in sendEvent (event=, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#29 QApplicationPrivate::sendMouseEvent (receiver=0x44da720,
event=0x7fffbdf98ef0, alienWidget=0x44da720, nativeWidget=0x37f96d0,
buttonDown=0x44da720, lastMouseReceiver=..., spontaneous=true) at
kernel/qapplication.cpp:3127
#30 0x7fa703ff7de8 in QETWidget::translateMouseEvent (this=0x37f96d0,
event=) at kernel/qapplication_x11.cpp:4465
#31 0x7fa703ff6bea in QApplication::x11ProcessEvent (this=0x7fffbdf99a50,
event=0x7fffbdf99610) at kernel/qapplication_x11.cpp:3591
#32 0x7fa70401ed32 in x11EventSourceDispatch (s=0x2281870, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#33 0x7fa6fc8064a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#34 0x7fa6fc806c80

[Bug 284386] kmail2 compose word wrap on window boarder not working

2011-10-18 Thread Danny Auble
https://bugs.kde.org/show_bug.cgi?id=284386


Danny Auble  changed:

   What|Removed |Added

Summary|kmai2l compose word wrap on |kmail2 compose word wrap on
   |window boarder not working  |window boarder not working




-- 
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 284386] New: kmai2l compose word wrap on window boarder not working

2011-10-18 Thread Danny Auble
https://bugs.kde.org/show_bug.cgi?id=284386

   Summary: kmai2l compose word wrap on window boarder not working
   Product: kmail2
   Version: 4.7
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
AssignedTo: kdepim-bugs@kde.org
ReportedBy: d...@schedmd.com


Version:   4.7 (using KDE 4.7.2) 
OS:Linux

When composing a message and I reach the window boarder when typing the line
just continues onward on the first line until I hit return.  This appears to be
a regression in 4.7.2.  I don't have this problem in 4.7.1.

Reproducible: Always

Steps to Reproduce:
1. open up a composer window
2. make sure word wrap is off
3. start typing to fill up to past the window boarder

Actual Results:  
The text continues on the line past the window boarder.

Expected Results:  
Once the window boarder is reached the text is wrapped to the next line.

OS: Linux (i686) release 3.0.0-12-generic
Compiler: gcc

-- 
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 240981] Crash of akonadi on login

2011-10-18 Thread Norbert Lederbauer
https://bugs.kde.org/show_bug.cgi?id=240981


Norbert Lederbauer  changed:

   What|Removed |Added

 CC||n.lederba...@tsn.at




--- Comment #42 from Norbert Lederbauer   2011-10-18 
16:54:11 ---
Since I have installed ONEIRIC OZELOT, Akonadi and his subprocesses Nepomuk,
cid, Kmail etc crash on startup. 
So I can't execute some applications (like openbve f.ex.) and the computerspeed
goes down. When I use the ksysguard it shoes me that nepomuk and cid and
knotify use even 45% of CPU (when they are not crashed) On the system before
(natty) all worked great but I think they changed the paths to the logs and so
nepomuk etc can't work any more

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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 284376] New: crash in MessageList::Core::ModelInvariantIndex::ModelInvariantIndex - bad malloc/new?

2011-10-18 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=284376

   Summary: crash in
MessageList::Core::ModelInvariantIndex::ModelInvariant
Index - bad malloc/new?
   Product: kmail2
   Version: 4.8 pre
  Platform: unspecified
OS/Version: Linux
Status: NEW
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: m...@milianw.de


Application: kmail (4.8 pre)
KDE Platform Version: 4.7.2 (4.7.2)
Qt Version: 4.7.4
Operating System: Linux 3.0-ARCH x86_64

-- Information about the crash:
I read some mail - maybe the email fetch job and/or filtering was still
running. I then changed the properties of one of the folders (keep replies in
this folder) and applied that. then this crash happened

I very much doubt it's a OOM crash as I have 8gb on this machine and no other
apps are hogging up much ram so far

note: all kdepim related code was compiled/update a few hours ago.

-- Backtrace:
Application: KMail (kmail), signal: Aborted
[Current thread is 1 (Thread 0x7fda89f7a780 (LWP 2408))]

Thread 5 (Thread 0x7fda6d7f8700 (LWP 2500)):
#0  0x7fda83f1bb04 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fda7d2a05ba in ?? () from /usr/lib/libQtWebKit.so.4
#2  0x7fda7d2a06a9 in ?? () from /usr/lib/libQtWebKit.so.4
#3  0x7fda83f17da0 in start_thread () from /lib/libpthread.so.0
#4  0x7fda834e07dd in clone () from /lib/libc.so.6
#5  0x in ?? ()

Thread 4 (Thread 0x7fda6cedf700 (LWP 2501)):
#0  0x7fda834d8563 in poll () from /lib/libc.so.6
#1  0x7fda79a41d68 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7fda79a42229 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7fda842b366e in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQtCore.so.4
#4  0x7fda84287a92 in
QEventLoop::processEvents(QFlags) () from
/usr/lib/libQtCore.so.4
#5  0x7fda84287c97 in
QEventLoop::exec(QFlags) () from
/usr/lib/libQtCore.so.4
#6  0x7fda8419f13f in QThread::exec() () from /usr/lib/libQtCore.so.4
#7  0x7fda841a1bc5 in ?? () from /usr/lib/libQtCore.so.4
#8  0x7fda83f17da0 in start_thread () from /lib/libpthread.so.0
#9  0x7fda834e07dd in clone () from /lib/libc.so.6
#10 0x in ?? ()

Thread 3 (Thread 0x7fda671f7700 (LWP 3789)):
#0  0x7fda83f1be7b in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fda841a1fde in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/libQtCore.so.4
#2  0x7fda8419697f in ?? () from /usr/lib/libQtCore.so.4
#3  0x7fda841a1bc5 in ?? () from /usr/lib/libQtCore.so.4
#4  0x7fda83f17da0 in start_thread () from /lib/libpthread.so.0
#5  0x7fda834e07dd in clone () from /lib/libc.so.6
#6  0x in ?? ()

Thread 2 (Thread 0x7fda63e0a700 (LWP 3791)):
#0  0x7fda83f1be7b in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fda841a1fde in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/libQtCore.so.4
#2  0x7fda8419697f in ?? () from /usr/lib/libQtCore.so.4
#3  0x7fda841a1bc5 in ?? () from /usr/lib/libQtCore.so.4
#4  0x7fda83f17da0 in start_thread () from /lib/libpthread.so.0
#5  0x7fda834e07dd in clone () from /lib/libc.so.6
#6  0x in ?? ()

Thread 1 (Thread 0x7fda89f7a780 (LWP 2408)):
[KCrash Handler]
#6  0x7fda83441735 in raise () from /lib/libc.so.6
#7  0x7fda83442bab in abort () from /lib/libc.so.6
#8  0x7fda8347a31e in ?? () from /lib/libc.so.6
#9  0x7fda83480236 in ?? () from /lib/libc.so.6
#10 0x7fda834823e2 in ?? () from /lib/libc.so.6
#11 0x7fda83483bfd in malloc () from /lib/libc.so.6
#12 0x7fda83cc400d in operator new(unsigned long) () from
/usr/lib/libstdc++.so.6
#13 0x7fda8085c77c in
MessageList::Core::ModelInvariantIndex::ModelInvariantIndex (this=0x659c420) at
/home/milian/projects/kde4/kdepim/messagelist/core/modelinvariantindex.cpp:29
#14 0x7fda8083d081 in MessageList::Core::MessageItem::MessageItem
(this=0x659c410) at
/home/milian/projects/kde4/kdepim/messagelist/core/messageitem.cpp:259
#15 0x7fda8084c303 in
MessageList::Core::ModelPrivate::viewItemJobStepInternalForJobPass1Fill
(this=0xe5f4e0, job=0x61a2ce0, tStart=...) at
/home/milian/projects/kde4/kdepim/messagelist/core/model.cpp:2731
#16 0x7fda8084e28b in
MessageList::Core::ModelPrivate::viewItemJobStepInternalForJob (this=0xe5f4e0,
job=0x61a2ce0, tStart=...) at
/home/milian/projects/kde4/kdepim/messagelist/core/model.cpp:3388
#17 0x7fda8084ecda in
MessageList::Core::ModelPrivate::viewItemJobStepInternal (this=0xe5f4e0) at
/home/milian/projects/kde4/kdepim/messagelist/core/model.cpp:3775
#18 0x7fda8084f6c1 in MessageList::Core::ModelPrivate::viewItemJobStep
(this=0xe5f4e0) at
/home/milian/projects/kde4/kdepim/messagelist/core/model.cpp:3991
#19 0x7fda8085185b in MessageLi

[Bug 281579] New E-Mails are never marked as unread

2011-10-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=281579





--- Comment #2 from Kai Uwe Broulik   2011-10-18 
16:03:28 ---
Works fine on my notebook as well where I am using a blank install of Kubuntu
Oneiric and a fresh KDE install and a fresh KMail2 install.
On my main machine where I upgraded from KMail to KMail2 the thing is all
screwed up :(

-- 
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 284134] kmail crashes upon click on the tray icon

2011-10-18 Thread yannek
https://bugs.kde.org/show_bug.cgi?id=284134


yan...@web.de changed:

   What|Removed |Added

 CC||yan...@web.de




-- 
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 284134] kmail crashes upon click on the tray icon

2011-10-18 Thread yannek
https://bugs.kde.org/show_bug.cgi?id=284134





--- Comment #1 from2011-10-18 15:58:10 ---
Created an attachment (id=64674)
 --> (http://bugs.kde.org/attachment.cgi?id=64674)
New crash information added by DrKonqi

kmail (4.7.2) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4

Just to be comprehensive, here a second stacktrace. The crashes still occur
ranging from "always the first time" to "pretty sure always the first time".

-- Backtrace (Reduced):
#6  QModelIndex (other=..., this=0x7fff0407f370) at
../../include/QtCore/../../src/corelib/kernel/qabstractitemmodel.h:65
#7  QSortFilterProxyModel::parent (this=0x2634ff0, child=) at
itemviews/qsortfilterproxymodel.cpp:1657
#8  0x7fd0d114006b in parent (this=0x29e62d0) at
../../include/QtCore/../../src/corelib/kernel/qabstractitemmodel.h:389
#9  QTreeView::indexRowSizeHint (this=0x260cf80, index=...) at
itemviews/qtreeview.cpp:2759
#10 0x7fd0d1143b69 in itemHeight (item=0, this=0x260cfd0) at
itemviews/qtreeview.cpp:3232

-- 
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 280191] Allow turning off or resizing the generated QR codes

2011-10-18 Thread Torsten Dörschel
https://bugs.kde.org/show_bug.cgi?id=280191





--- Comment #8 from Torsten Dörschel   2011-10-18 15:34:11 
---
Sincere thanks from me as well!

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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 284030] Email Filter Agent Crash

2011-10-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=284030


Allen Winter  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Version Fixed In||4.8
 Resolution||FIXED




--- Comment #1 from Allen Winter   2011-10-18 15:33:51 ---
Fixed by Milian Wolff master * v4.7.0-1287-gac7a940 [kdepim]
/mailfilteragent/mailfilteragent.cpp 

don't throw exception on missing payload in mailfilteragent
happens according to Volker when the change replay gives an item that no longer
exists etc.
and queue compression didn't happen yet 

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

-- 
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 281579] New E-Mails are never marked as unread

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=281579


Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org




--- Comment #1 from Laurent Montel   2011-10-18 15:28:07 ---
Works fine here.

-- 
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 284057] New Mail marked as unread and not as new

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284057


Laurent Montel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX




--- Comment #3 from Laurent Montel   2011-10-18 15:27:03 ---
This feature was removed from kmail-akonadi because it doesn't make sense to
have it.
By default now we have a lot of applications which can display emails and we
can't know which application display it first.
So now it's not make sense to have this attribute.

Regards.

-- 
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 284374] New: kmail 'mark as read' shortcut bugs

2011-10-18 Thread Marc Cousin
https://bugs.kde.org/show_bug.cgi?id=284374

   Summary: kmail 'mark as read' shortcut bugs
   Product: kmail2
   Version: 4.7
  Platform: Archlinux Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
AssignedTo: kdepim-bugs@kde.org
ReportedBy: cousinm...@gmail.com


Version:   4.7 (using KDE 4.7.2) 
OS:Linux

I tried configuring the 'Mark as read' shortcut, first surprise is that there
are two 'mark as unread' shortcuts, and no 'mark as read' shortcut (I can
provide a screenshot capture).

I tried to overwrite this by fiddling with
.kde4/share/apps/kontact/local-kmail2.rc and defining the shortcut myself
there. This one works for a few hours, and then disappears too (maybe I changed
another shortcut, I don't know…). I guess it must be the consequence of the
first problem. The mark as read sometimes appeared in the shortcut edit box
after I edited the local-kmail2.rc file.

It is on a fresh kde 4.7.2 archlinux install.




Reproducible: Always

Steps to Reproduce:
Start on a kde 4.7.2 fresh install and try to edit the shortcut of 'mark as
read' in kmail or kontact

Actual Results:  
there is no 'mark as read' entry.

Expected Results:  
Have a 'mark as read' entry, and be able to edit it.

-- 
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 280243] KMail ignores mail message templates

2011-10-18 Thread Tim Haegele
https://bugs.kde.org/show_bug.cgi?id=280243


Tim Haegele  changed:

   What|Removed |Added

 CC||thaeg...@lanfx.de




--- Comment #3 from Tim Haegele   2011-10-18 14:08:02 ---
I can confirm 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 284120] kmail: preferred folder was displayes with wrong account name

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284120





--- Comment #6 from Laurent Montel   2011-10-18 13:15:37 ---
So ?

-- 
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 259949] Kmail does not use all addressbooks for autocompletion

2011-10-18 Thread Riccardo Iaconelli
https://bugs.kde.org/show_bug.cgi?id=259949





--- Comment #29 from Riccardo Iaconelli   2011-10-18 12:21:45 
---
(p.s.: looking more deeply in the description of this bug, i had the same
symptoms of #277403, which might or might not be related)

-- 
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 259949] Kmail does not use all addressbooks for autocompletion

2011-10-18 Thread Riccardo Iaconelli
https://bugs.kde.org/show_bug.cgi?id=259949


Riccardo Iaconelli  changed:

   What|Removed |Added

 CC||ricca...@kde.org




--- Comment #28 from Riccardo Iaconelli   2011-10-18 12:20:26 
---
i could reproduce this bug and i solved it by removing and adding back the
"nepomuk contact feeder" (through akonadiconsole).

-- 
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 284302] Snippet view context menu bugs

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284302





--- Comment #2 from Laurent Montel   2011-10-18 11:54:02 ---
Git commit c9103cda4cc5139571074ab03386c1ad09c2902a by Montel Laurent.
Committed on 18/10/2011 at 13:52.
Pushed by mlaurent into branch 'KDE/4.7'.

Fix 284302 - Snippet view context menu bugs

Now we can create group all the time.

FIXED-IN: 4.7.3
BUG: 284302
(cherry picked from commit b98e51394a3b58df018b360fe883ceed48a59e82)

Conflicts:

kmail/snippetwidget.cpp

M  +8-12   kmail/snippetwidget.cpp

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

-- 
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 284302] Snippet view context menu bugs

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284302


Laurent Montel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Version Fixed In||4.7.3
 Resolution||FIXED




--- Comment #1 from Laurent Montel   2011-10-18 11:52:37 ---
Git commit b98e51394a3b58df018b360fe883ceed48a59e82 by Montel Laurent.
Committed on 18/10/2011 at 13:52.
Pushed by mlaurent into branch 'master'.

Fix 284302 - Snippet view context menu bugs

Now we can create group all the time.

FIXED-IN: 4.7.3
BUG: 284302

M  +2-6kmail/snippetwidget.cpp

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

-- 
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 284335] "mail: Unable to append item flags" unable to add former maildir to kmail - akonadi resource

2011-10-18 Thread Manfred
https://bugs.kde.org/show_bug.cgi?id=284335


Manfred  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Manfred   2011-10-18 10:57:53 ---
seems's like the mailfolders have changed. I closed all akonadi needing
programs and stopped the akonadi server. Than copied all my mail folders from
~/.kde/share/app/kmail/mail/ to ~/.local/share/local-mail/. Afterwards renamed
all the Akonadi databases in ~/.local/share/akonadi adding a ".bak". Than
started Akonadi server again. After starting Kmail I refreshed all the folders
in Kmail. It takes a long long time! Folder by folder it shows the "imported"
emails again.

Why kmail and kmailcvt were complaining about the item flags - and impossible
to regulary import or add the database - I am not shure with, but I think, the
most important was unabling the old databases and let them rebuild. So be
careful, this is just a users experience, maybe not a safe way. (actualy I had
all files backuped before)

-- 
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 271660] "Remove duplicate Mails" doesn't work

2011-10-18 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=271660


piedro  changed:

   What|Removed |Added

 CC||piedro.kul...@googlemail.co
   ||m




--- Comment #3 from piedro   2011-10-18 09:15:31 
---
after upgrading to KDE 4.7.2 introducing kmail2 I have no effect at all when
pressing "remove duplicates" ...

-- 
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 259358] Re-ordering folders via drag & drop not working anymore

2011-10-18 Thread piedro
https://bugs.kde.org/show_bug.cgi?id=259358


piedro  changed:

   What|Removed |Added

 CC||piedro.kul...@googlemail.co
   ||m




--- Comment #18 from piedro   2011-10-18 09:09:42 
---
very annoying bug, same here 4.7.2

-- 
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 282730] crash when clicking around in folders

2011-10-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=282730


Christophe Giboudeaux  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1




--- Comment #1 from Christophe Giboudeaux   2011-10-18 
08:58:26 ---
Valid in master from yesterday. I've clicked on a few folders in different
accounts, went to do something else. switching back to kmail and clicking again
on a folder crashed the application. (probably not easily reproducible)

#3  0x7f8fdc249abf in QHashData::rehash (this=0x15948800, hint=) at tools/qhash.cpp:375
#4  0x7f8fd737fb0e in QHashData::hasShrunk (this=0x15948800) at
/usr/include/QtCore/qhash.h:174
#5  0x7f8fd73b1307 in QHash::remove (this=0x14e3d490,
akey=@0x7fff9e0db7a0) at /usr/include/QtCore/qhash.h:799
#6  0x7f8fd73afb09 in
MessageList::Core::ModelInvariantRowMapperPrivate::indexDead (this=0xb36270,
invariant=0x15d6b470) at
/kde/src/pim/kdepim/messagelist/core/modelinvariantrowmapper.cpp:140
#7  0x7f8fd73b06b5 in
MessageList::Core::ModelInvariantRowMapper::modelRowsRemoved (this=0xa52840,
modelIndexRowPosition=6907, count=8974)
at /kde/src/pim/kdepim/messagelist/core/modelinvariantrowmapper.cpp:514
#8  0x7f8fd73a371e in
MessageList::Core::ModelPrivate::slotStorageModelRowsRemoved (this=0xbae410,
parent=..., from=6907, to=15880) at
/kde/src/pim/kdepim/messagelist/core/model.cpp:4423
#9  0x7f8fd73a4523 in MessageList::Core::Model::qt_metacall (this=0x6a7f10,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fff9e0db9d0) at
/kde/build/pim/kdepim/messagelist/model.moc:92
#10 0x7f8fdc3273fa in QMetaObject::activate (sender=0x13e3d860,
m=, local_signal_index=, argv=0x7fff9e0db9d0) at
kernel/qobject.cpp:3287
#11 0x7f8fdc370354 in QAbstractItemModel::rowsRemoved (this=, _t1=, _t2=6907, _t3=15880) at
.moc/release-shared/moc_qabstractitemmodel.cpp:195
#12 0x7f8fdc37081b in QAbstractItemModel::qt_metacall (this=0x13e3d860,
_c=QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fff9e0dbb80) at
.moc/release-shared/moc_qabstractitemmodel.cpp:123
#13 0x7f8fd73c1cde in MessageList::Core::StorageModel::qt_metacall
(this=0x13e3d860, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fff9e0dbb80)
at /kde/build/pim/kdepim/messagelist/storagemodelbase.moc:64
#14 0x7f8fd73f6534 in MessageList::StorageModel::qt_metacall
(this=0x13e3d860, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fff9e0dbb80)
at /kde/build/pim/kdepim/messagelist/storagemodel.moc:75
#15 0x7f8fdd37c350 in CollectionStorageModel::qt_metacall (this=0x13e3d860,
_c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fff9e0dbb80) at
/kde/build/pim/kdepim/kmail/collectionpane.moc:117
#16 0x7f8fdc3273fa in QMetaObject::activate (sender=0x15c0,
m=, local_signal_index=, argv=0x7fff9e0dbb80) at
kernel/qobject.cpp:3287
#17 0x7f8fdc370354 in QAbstractItemModel::rowsRemoved (this=, _t1=, _t2=6907, _t3=15880) at
.moc/release-shared/moc_qabstractitemmodel.cpp:195
#18 0x7f8fdc30f64d in QAbstractItemModel::endRemoveRows (this=0x15c0)
at kernel/qabstractitemmodel.cpp:2466
#19 0x7f8fdcda62ea in QSortFilterProxyModelPrivate::remove_source_items
(this=0x1672e530, source_to_proxy=QVector = {...},
proxy_to_source=QVector = {...}, 
source_items=, source_parent=,
orient=Qt::Vertical, emit_signal=true) at
itemviews/qsortfilterproxymodel.cpp:537
#20 0x7f8fdcda7cb4 in
QSortFilterProxyModelPrivate::source_items_about_to_be_removed
(this=0x1672e530, source_parent=..., start=6908, end=15893,
orient=Qt::Vertical)
at itemviews/qsortfilterproxymodel.cpp:838
#21 0x7f8fdcda7f9c in QSortFilterProxyModel::qt_metacall (this=0x15c0,
_c=QMetaObject::InvokeMetaMethod, _id=13, _a=0x7fff9e0dbe60) at
.moc/release-shared/moc_qsortfilterproxymodel.cpp:138
---Type  to continue, or q  to quit---
#22 0x7f8fd7f4fa88 in Akonadi::EntityMimeTypeFilterModel::qt_metacall
(this=0x15c0, _c=QMetaObject::InvokeMetaMethod, _id=38, _a=0x7fff9e0dbe60)  
at /kde/build/pim/kdepimlibs/akonadi/entitymimetypefiltermodel.moc:64   
#23 0x7f8fdc3273fa in QMetaObject::activate (sender=0x151cddd0,
m=, local_signal_index=, argv=0x7fff9e0dbe60) at
kernel/qobject.cpp:3287
#24 0x7f8fdc370304 in QAbstractItemModel::rowsAboutToBeRemoved
(this=, _t1=, _t2=6908, _t3=15893) at
.moc/release-shared/moc_qabstractitemmodel.cpp:188 
#25 0x7f8fdc30ebd8 in QAbstractItemModel::beginRemoveRows (this=, parent=, first=6908, last=15893) at
kernel/qabstractitemmodel.cpp:2449
#26 0x7f8fde1317c9 in KSelectionProxyModelPrivate::removeRangeFromProxy
(this=0x15aaf9c0, range=...) at
/kde/src/kdelibs/kdeui/itemviews/kselectionproxymodel.cpp:1687  
#27 0x7f8fde131027 in KSelectionProxyModelPrivate::removeSelectionFromProxy
(this=0x15aaf9c0, selection=...) at
/kd

[Bug 274750] kmail2/akonadi fail to send messages, kmail long uptime

2011-10-18 Thread Gard Spreemann
https://bugs.kde.org/show_bug.cgi?id=274750


Gard Spreemann  changed:

   What|Removed |Added

 CC||gspreem...@gmail.com




--- Comment #18 from Gard Spreemann   2011-10-18 08:38:43 
---
I don't think it feels right for a system to require manual intervention every
n time units, no matter if n is 60 seconds or 365 days. Or is the patch meant
as a temporary stopgap solution?

-- 
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 284335] New: "mail: Unable to append item flags" unable to add former maildir to kmail - akonadi resource

2011-10-18 Thread Manfred
https://bugs.kde.org/show_bug.cgi?id=284335

   Summary: "mail: Unable to append item flags" unable to add
former maildir to kmail - akonadi resource
   Product: kmail2
   Version: 4.7
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: manfred.1...@freenet.de


Version:   4.7 (using KDE 4.7.2) 
OS:Linux

Problem: After upgrading to kubuntu 11.10 I can neither add a working Akonadi
ressource nor import old messages via KmailCVT.
If I add a akonadi local resource (using the former ~/.kde/share/app/kmail/mail
folder) the resource itself seems to be fine, but starting kmail I get

"mail: Unknown error. (Unable to append item flags.)"
Same if I try to import via KmailCVT. KmailCVT stops then and hangs, I have to
kill it and nothing was importet.

Before upgrading I had Version 4.7.1 installed (already successful using
Akonadi) After upgrading there have been no more emails in the upgraded
installation. An automatic migration didn't run during installation, as the
migration was done with 11.04 already.

Any help available? At least how to import?

Reproducible: Always

Steps to Reproduce:
Delete Akonadi resource and make a new one - still the same
Restart Akonadi
Start import again


Actual Results:  
cant use mails from version 4.7.1

Expected Results:  
shouldn't make any problem

-- 
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 284110] Akregator does not show the count of unread articles in system tray

2011-10-18 Thread Zayed Al-Saidi
https://bugs.kde.org/show_bug.cgi?id=284110





--- Comment #4 from Zayed Al-Saidi   2011-10-18 
08:08:48 ---
One more thing, the count sometimes works after I wake up the system from
suspension-to-RAM.

-- 
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 284303] Snippet editor dialog can be opened multiple times

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284303





--- Comment #3 from Laurent Montel   2011-10-18 07:58:28 ---
Git commit bd7db22c8bc6558b52d6c6f441956d015991712a by Montel Laurent.
Committed on 18/10/2011 at 09:57.
Pushed by mlaurent into branch 'KDE/4.7'.

Fix 284303 - Snippet editor dialog can be opened multiple times

BUG: 284303
FIXED-IN: 4.7.3
(cherry picked from commit 674507e78836f87787535c8ffedc2433a10e96dc)

M  +9-8mailcommon/snippetsmanager.cpp
M  +1-1mailcommon/snippetsmanager.h

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

-- 
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 284303] Snippet editor dialog can be opened multiple times

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284303


Laurent Montel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Version Fixed In||4.7.3
 Resolution||FIXED




--- Comment #2 from Laurent Montel   2011-10-18 07:57:43 ---
Git commit 674507e78836f87787535c8ffedc2433a10e96dc by Montel Laurent.
Committed on 18/10/2011 at 09:57.
Pushed by mlaurent into branch 'master'.

Fix 284303 - Snippet editor dialog can be opened multiple times

BUG: 284303
FIXED-IN: 4.7.3

M  +9-8mailcommon/snippetsmanager.cpp
M  +1-1mailcommon/snippetsmanager.h

http://commits.kde.org/kdepim/674507e78836f87787535c8ffedc2433a10e96dc

-- 
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 284303] Snippet editor dialog can be opened multiple times

2011-10-18 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284303


Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org




--- Comment #1 from Laurent Montel   2011-10-18 07:42:32 ---
I confirm it.
Will fix it soon

-- 
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 211999] Syncing with Google Reader

2011-10-18 Thread Marcus Better
https://bugs.kde.org/show_bug.cgi?id=211999


Marcus Better  changed:

   What|Removed |Added

 CC||mar...@better.se




-- 
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 258171] Annoyed by 'Nepomuk Indexing Disabled - Akonadi Agent' message

2011-10-18 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=258171





--- Comment #41 from Alexander   2011-10-18 07:12:23 ---
(In reply to comment #37)
I satisfied with how kmail works without nepomuk.

To tell truth — I really tried to use nepomuk, but what can I do if it's an
unusable thing? I set only one folder for indexing, which contains ruby/ruby on
rails projects, but nepomuk fails to index it, it prefer to crash instead. So,
my solution is in use mc. When you need to find something, it works perfectly,
eat less that 10Mb of memory, doesn't need a half an hour for indexing before
(I also can't understand what nepomuk indexing every time I power on my PC,
when it was configured to not index anything?).

I don't understand a reason to have such thing as nepomuk, when I need to
search something once a month... Why should I need a such kind of primitive
google on my desktop? It only makes my PC slow and don't give any profit and I
think that at least 50% (if not all 95%) of KDE users will agree with that.

If kmail requires such thing — let it be smoother and faster, invisible for
users. You should separate nepomuk system and make it configurable in a bit
other way:
1. Remove option "disable nepomuk" at all. If it's required by system it should
be always enabled.
2. Load it in as minimal configuration as possible to perform only system
requirements (if additional folders for indexing was not specified).
3. Remove all preselected by default folders for indexing. So when user run KDE
first time it will have positive impression. Then it even will not has a
thoughts to disable something (when I had to run KDE first time I was a bit
shocked and my first thought was like: "* * *, how can I stop
it!?").
4. In system settings you should leave only indexing configuration, so users
which needs such indexing will be able to enable and configure it.

If there is not possible to do that, you definitely should add a tick "don't
ask again", instead of sending tons of notifications later.

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