[kmail2] [Bug 228698] Addressbook crypto settings are no longer respected

2015-01-31 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=228698

Tobias ssky...@web.de changed:

   What|Removed |Added

 CC||ssky...@web.de

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


[kmail2] [Bug 336759] KMail ignores crypto-settings

2015-01-31 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=336759

Tobias ssky...@web.de changed:

   What|Removed |Added

 CC||ssky...@web.de

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-12-16 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #122 from Tobias Leupold tobias.leup...@web.de ---
András, I'll have a look at the sources, but I fear the KMail/Akonadi codebase
is a bit too hard for me (I have not been into the C++/Qt business very long
yet ;-). But I'll try.

Another thing to substantiate the suspicion that the duplication does not
happen when the mails are filtered but when they are delivered:

Yesterday, I saw that the default setting for filtering when selecting Filter
incoming messages is that all Accounts are used for filtering. This includes
not only the POP3 accounts (which are actual ones), but also the local maildir
Accounts.

I selected only my POP3 account and deselected everything else. I also
deactivated my /usr/bin/sleep 0.3 hack filter. After that, I ended up with
filtered mails being written to their respective target directory and a
(physical!) copy of those very mails being written to my inbox.

So it's actually the case that the emails are simply delivered twice, one by
the filter agent and one by the, (?) pop3 agent, and the duplicating really
happens because the inbox notifies new mails and the filter agent is invoked
again.

Perhaps, this is only a sequence problem and the  filter agent is invoked too
early?! Can anybody who's into the code base right now check that? Otherwise, I
fear we have a design problem 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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-12-16 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #123 from Tobias Leupold tobias.leup...@web.de ---
Ps: Interestingly, if I only choose my local maildir as the account to filter
incoming mails (and deactivate the sleep hack filter), nothing happens and the
mails are simply delivered to the inbox. According to the mail filter protocol,
the mail filtering starts when the new mail is added, but no filter is invoked.

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-12-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #118 from Tobias Leupold tobias.leup...@web.de ---
To investigate this further I tried the following: I added a filter executing a
/usr/bin/sleep 0.3 for each mail downloaded. I did not get any duplicated
filtered mails anymore after doing so.

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-12-08 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #116 from Tobias Leupold tobias.leup...@web.de ---
I just tried to track it down (once again). I deleted all config files and
directories that belong to kmail and akonadi and started with a fresh
install. I downloaded all mails from my account via pop3 (~17,000) and created
new filters.

Filtering all the mails manually was no problem. Not a single mail was
duplicated. It sometimes took almost a minute until the mails were actually
moved and written to the respective place on the disc, but it worked.

As soon as I got new mails from my account, and they were filtered as they
arrived, most of them were duplicated again.

I'm very sure this is a timing problem. First, the mail only exists inside the
(fast) akonadi cache and is processed by the filter, which puts it in the
target directory. It's also written on the respective place on the disc there.
Then, some (milli)seconds later, the original mail is written to the inbox
(which probably happens in a thread started at the very same time the filter
agent starts which does not know what the filter agent does). And then, we have
the un-filtered mail again inside the inbox. The inbox notifies the filter
agent that there's some new mail inside the inbox and it's moved from there a
second time by the newly started filter agent.

I'll eat my hat if this is not the very cause of the duplicated filtered mails.
All the existing already-downloaded mails were already written to the disc and
did not live only inside the Akonadi cache, and thus, they were not duplicated
on filtering. For the few not-duplicated filtered mails, it actually worked to
write them to the disc before the filter agent did his work. That's it.

Does really not one single KMail developer see this problem each and every
day?! I'd really like to help to fix this if anybody told me how …

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-12-08 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||forenham...@gmx.de

--- Comment #117 from Tobias Leupold tobias.leup...@web.de ---
*** Bug 316419 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


[Akonadi] [Bug 316419] Filter action move into folder sometimes duplicates email

2014-12-08 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=316419

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Tobias Leupold tobias.leup...@web.de ---


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

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


[kmail2] [Bug 323980] Duplicate messages if antispam filter enabled

2014-12-08 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=323980

--- Comment #7 from Tobias Leupold tobias.leup...@web.de ---
This is very likely caused by the problem described in Bug #283682

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


[Akonadi] [Bug 333035] Supposable timing problem causes duplicate mails after filtering

2014-12-08 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=333035

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Tobias Leupold tobias.leup...@web.de ---
*** This bug has been confirmed by popular vote. ***

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-11-22 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #114 from Tobias Leupold tobias.leup...@web.de ---
Perhaps, this helps?

I have two maildir resources. The normal ~/.local/share/local-mail and an
additional ~/.local/share/tmp-mail, of which I don't make backups. All e. g.
mailing list mails, automatically generated status updates of my homepage etc.
are filtered to that place.

Practically each and every mail filtered to the tmp-mail resource appears twice
in the destination folder, alway with a physically existing duplicate file with
the very same content and creation date, but a completely different file name.

Could it be that filtering mails to another maildir resource is part of the
problem? Perhaps, not everybody creates multiple maildirs and thus does not
always experience the filtering problem?

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-11-04 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #105 from Tobias Leupold tobias.leup...@web.de ---
Honestly, I really do get the duplicate emails as separate files in the actual
physical maildir.

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-11-04 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #107 from Tobias Leupold tobias.leup...@web.de ---
(In reply to Hussam Al-Tayeb from comment #104)
 But this is all just messy. I wonder why no one is investigating this
 thoroughly...
I'm not completely sure if the KMail guys really use KMail themselves :-P

Even if we have two causes for the problem, it's still the right place here as
the bug's name is KMail duplicates filtered messages – and that's what
happens, no matter if it's caused by some Akonadi/Baloo/Whatever black hole or
something different.

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-11-04 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #109 from Tobias Leupold tobias.leup...@web.de ---
No harm meant :-) But I think there's a general filtering problem since KMail
uses Akonadi. I have e. g. been using bogofilter since ever to filter my mails,
and since the last few versions, some of my mails are piped through it, some
are not.

I really don't want to start a discussion, as that has been done 1000 times
elsewhere and this is not the right place to do so. But KMail before Akonadi
has simply been rock solid and by far more reliable. These days, it's really
hard (at least for me) to still stick to KMail with all the problems, esp. with
this filtering issue which is really a PITA.

The problem is that there are so many components involved in KMail that it's
almost impossible to describe a problem with a reproducible scenario. Sometimes
it all works, most of the time it doesn't. And I have no idea how to debug it.
And all you get is for me it works ...

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-10-10 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #102 from Tobias Leupold tobias.leup...@web.de ---
Does not work for me. Even if so, this does not solve the problem, but only
handles it … because we still have lots and lots of duplicate mails generated
by filtering :-(

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-10-10 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #103 from Tobias Leupold tobias.leup...@web.de ---
Well, I think the fact that clearing the akonadi cache is not removing the
duplicate mails for me is mostly due to the fact that mail filtering actually
duplicates mails physically.

When I get duplicated mails, I actually have two files with different names but
the very identical content in my target maildir, created at the same time.

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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-10-05 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=283682

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

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


[kmail2] [Bug 332973] Kmail fails to recognize the digital signature of DHL, reason kmail fais on nested multipart html messages

2014-06-03 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=332973

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #9 from Tobias Leupold tobias.leup...@web.de ---
Probably, Bug #334066 describes the very same problem. I attached two sample
emails there, one from the German department for security in information
technology and one from the PGP global directory verification service, which
both are shown as signed invalidly by KMail.

I hope this helps …

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


[Akonadi] [Bug 334236] Quick filter doesn't work

2014-05-16 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=334236

Tobias Hirning ssky...@web.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Tobias Hirning ssky...@web.de ---
Works now without changing anything.

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


[Akonadi] [Bug 334236] New: Quick filter doesn't work

2014-05-02 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=334236

Bug ID: 334236
   Summary: Quick filter doesn't work
Classification: Unclassified
   Product: Akonadi
   Version: 4.13
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Mail Filter Agent
  Assignee: kdepim-bugs@kde.org
  Reporter: ssky...@web.de

The quick filter above the mails doesn't work anymore. Worked in 4.12.

Reproducible: Always

Steps to Reproduce:
1. Type something into the quick filter, that is supposed to get results.
2.
3.
Actual Results:  
The result list is empty.

Expected Results:  
The mails that match the criteria are displayed.

Using other criterias as From, Whole message etc. doesn't change anything.

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


[Akonadi] [Bug 334236] Quick filter doesn't work

2014-05-02 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=334236

--- Comment #1 from Tobias Hirning ssky...@web.de ---
Created attachment 86410
  -- https://bugs.kde.org/attachment.cgi?id=86410action=edit
Screenshot: Before using the filter

Before using the filter. There is the mail from the kde bugtracker which
contains the string kde which should be found.

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


[Akonadi] [Bug 334236] Quick filter doesn't work

2014-05-02 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=334236

--- Comment #2 from Tobias Hirning ssky...@web.de ---
Created attachment 86411
  -- https://bugs.kde.org/attachment.cgi?id=86411action=edit
Screenshot: After using the filter.

After using the filter the result list is empty.

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


[kmail2] [Bug 334066] New: kmail fails to verify some PGP signatures

2014-04-29 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=334066

Bug ID: 334066
   Summary: kmail fails to verify some PGP signatures
Classification: Unclassified
   Product: kmail2
   Version: 4.12.3
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: tobias.leup...@web.de

There seems to be a problem with PGP signature verification.

I recently got two emails that have been signed with a PGP key. For both, kmail
states that the signature was invalid. One was from the German department for
security in information technology, one from the PGP global directory
verification service. I'm pretty sure those don't generate emails with invalid
signatues.

In contrast, when I send an email to my own email address, signed with my owm
PGP key, kmail confirms it's validity.

I'll attach the respective emails for debugging (nothing private in it ;-)

Reproducible: Always

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


[kmail2] [Bug 334066] kmail fails to verify some PGP signatures

2014-04-29 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=334066

--- Comment #1 from Tobias Leupold tobias.leup...@web.de ---
Created attachment 86342
  -- https://bugs.kde.org/attachment.cgi?id=86342action=edit
email from the pgpo global dirctory that fails verification

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


[kmail2] [Bug 334066] kmail fails to verify some PGP signatures

2014-04-29 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=334066

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

  Attachment #86342|application/octet-stream|text/plain
  mime type||
  Attachment #86342|email from the pgpo global  |email from the pgp global
description|dirctory that fails |dirctory that fails
   |verification|verification

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


[kmail2] [Bug 334066] kmail fails to verify some PGP signatures

2014-04-29 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=334066

--- Comment #2 from Tobias Leupold tobias.leup...@web.de ---
Created attachment 86343
  -- https://bugs.kde.org/attachment.cgi?id=86343action=edit
email from the German department for security in IT that fails verification

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


[kmail2] [Bug 334066] kmail fails to verify some PGP signatures

2014-04-29 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=334066

--- Comment #3 from Tobias Leupold tobias.leup...@web.de ---
Created attachment 86344
  -- https://bugs.kde.org/attachment.cgi?id=86344action=edit
A self-signed email from my email address that interestingly passes
verification in contrast

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


[Akonadi] [Bug 333035] Supposable timing problem causes duplicate mails after filtering

2014-04-05 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=333035

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #1 from Tobias Leupold tobias.leup...@web.de ---
Even an additional sleep 0.1 stops mailfilter from producing duplicates.

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


[Akonadi] [Bug 333035] New: Supposable timing problem causes duplicate mails after filtering

2014-04-03 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=333035

Bug ID: 333035
   Summary: Supposable timing problem causes duplicate mails after
filtering
Classification: Unclassified
   Product: Akonadi
   Version: 1.11.0
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Mail Filter Agent
  Assignee: kdepim-bugs@kde.org
  Reporter: tobias.leup...@web.de

I get a lot of emails from my homepage, each time some spam bot posts a spam
guestbook or weblog comment. Sometimes, I get 10 or 20 per hour.

I filter those mails (using kmail) and put them in a separate directory. Most
of the time, two copies end up there, sometimes also present as two separate
files in the maildir. Sometimes I get two copies, but one of them with empty
text. Sometimes, I even get new unread mails in my normal inbox which don't
show up, and after reading both copies of the filtered mail, the unread mark
disappears. Well, sometimes, the filtering even simply works and I only get one
mail in the destination folder ;-)

Anyways, this is very annoying, causing hundreds of duplicate mails here – but
the behaviour is inconsistent. Most of the time, I simply get two copies of the
moved mails.

What I tried is this: I simply added a Run command: sleep 0.5 after the Move
into folder … action. With this added, no more duplicate mails show up when
this filter is used.

So I think this is some timing problem that occurs when many mails are handled
by the same filter. I hope this helps debugging this … I would really love to
see this fixed.

Reproducible: Sometimes

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


[kmail2] [Bug 332307] New: Recipients name is turned into lowercase

2014-03-19 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=332307

Bug ID: 332307
   Summary: Recipients name is turned into lowercase
Classification: Unclassified
   Product: kmail2
   Version: 4.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-bugs@kde.org
  Reporter: ssky...@web.de

When using the function New message to ... form the contex menu the name of
the recipient is turned completly into lowercase characters.

Reproducible: Always

Steps to Reproduce:
1. Open a mail.
2. Right click on the recipient field (which looks like this: Max Mustermann
max-musterm...@example.org)and select New message to ...
Actual Results:  
The name of the recipients should look like this: Max Mustermann
max-musterm...@example.org

Expected Results:  
Actually KMail turns the recipients name into: max mustermann
max-musterm...@example.org

This bug could be related to 318432. At least 318432 makes it very difficult to
fix the lowercase characters manually.

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


[kmail2] [Bug 318432] address-field: cursor always jumps to end of the field after edit

2014-03-02 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=318432

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #8 from Tobias Leupold tobias.leup...@web.de ---
What about reopening this?

The bug is still present in 4.12.2 (at least here on Gentoo).

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


[kmail2] [Bug 316153] can't move or delete messages in imap inbox

2014-02-20 Thread tobias
https://bugs.kde.org/show_bug.cgi?id=316153

tobias tcber...@gmail.com changed:

   What|Removed |Added

 CC||tcber...@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


[Akonadi] [Bug 331180] New: Mail filtering does not work always with akonadi-server-1.11.0 and kmail-4.12.2

2014-02-16 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=331180

Bug ID: 331180
   Summary: Mail filtering does not work always with
akonadi-server-1.11.0 and kmail-4.12.2
Classification: Unclassified
   Product: Akonadi
   Version: 1.11.0
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Mail Filter Agent
  Assignee: kdepim-bugs@kde.org
  Reporter: tobias.leup...@web.de

Sometimes, but not always, mail filtering does not work at all with recent
versions of kmail and akonadi-server, at least with akonadi-server-1.11.0 and
kmail-4.12.2. When I boot my machine and kmail starts automatically, most of
the time, no filtering is done at all and all emails go to the inbox (which is
really annoying as I use a lot of filters and have to put them into their
destination folders by hand).

The mail filter protocol is simply empty. Nothing is done. I don't know if this
only affects POP3 accounts – at least, I only use POP3.

Sometimes, closing kmail, logging out of KDE, restarting kdm, logging back in
and restarting kmail helps and filtering starts working again.

I really don't know how to debug this. No error message is displayed, no log
file written. It simply doesn't work and sometimes starts to work again for a
reason I don't know.

I had the same behavior with kmail-4.12.1, but with 4.12.2, it happens much
more often.

This is really annoying. I'd really like to help to track this down if someone
would tell me HOW I can find out why this happens.

Reproducible: Sometimes

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2014-02-14 Thread Tobias N .
https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #42 from Tobias N. ot...@gmx.net ---
I have tried version 4.11.5 and it is still reproducable.
Can anyone check this and/or commit the patch in the coming version 4.11.6?

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


[kmail2] [Bug 330880] Names of attached files containing a # are not handled correctly

2014-02-10 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=330880

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #2 from Tobias Leupold tobias.leup...@web.de ---
Still present in 4.12.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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2014-02-08 Thread Tobias N .
https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #41 from Tobias N. ot...@gmx.net ---
I've now tried version 4.12.2 (ubuntu) and get the problem, that it is not
possible at all to decrypt an email, that requires a passphrase for decryption.
Thus the dialog does not appear and consequently, the problem cannot be
reproduced anymore.
Let's hope this new issue gets fixed soon, so that my patch can be tested and
the bug finally be fixed.

@Albert Astals Cid:
Did you experience the same problem and which version did you check?
Some feedback would be nice, as I am not 100% sure, wheter my test-system is
set up properly.

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


[kmail2] [Bug 330880] New: Names of attached files containing a # are not handled correctly

2014-02-07 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=330880

Bug ID: 330880
   Summary: Names of attached files containing a # are not handled
correctly
Classification: Unclassified
   Product: kmail2
   Version: 4.12.1
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: tobias.leup...@web.de

When saving an attached file with a name containing a #, the file name is cut
off after the #, including it in the save as dialog. E. g. OPG 16.01.2014
#2.jpg becomes OPG 16.01.2014 .

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2014-02-04 Thread Tobias N .
https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #40 from Tobias N. ot...@gmx.net ---
Ok, may be the problem was already solved in another way, since I am using
version 4.11.3 (Kubuntu). Comparing the sources of viewer_p.cpp with the latest
version in git, however, does not show a bugfix for this problem.
May be I'll try and analyze the latest revision (or at least 4.12 - as there is
an Ubuntu package available), when I have some more spare time in the next
days.

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2014-01-31 Thread Tobias N .
https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #35 from Tobias N. ot...@gmx.net ---
Created attachment 84924
  -- https://bugs.kde.org/attachment.cgi?id=84924action=edit
Patch to solve the bug entirely

The bug 96498 was very related to bug 279749 and has been fixed already.
However, it did not fix the problem entirely by avoiding simultaneous updates
of a view.
E.g. when displaying an encrypted message, a dialog to enter the passphrase
could be shown,
blocking the tree-parser.
Simultaneously, the user may select another message, making the node in the
objecttreeparser
obsolete and invalid (thus causing a crash, when accessing the node's parent).
To solve this problem, all methods, that are processed after closing the
dialog, must not
access the obsolete message node (done by setting mCancelTreeParsing=true).
Then, by updating the viewer, it is made sure, that the finally selected
message is displayed.

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2014-01-31 Thread Tobias N .
https://bugs.kde.org/show_bug.cgi?id=279749

Tobias N. ot...@gmx.net changed:

   What|Removed |Added

  Attachment #84924|0   |1
is obsolete||

--- Comment #36 from Tobias N. ot...@gmx.net ---
Created attachment 84930
  -- https://bugs.kde.org/attachment.cgi?id=84930action=edit
Patch to solve the bug entirely

Just reduced the patch to the relevant modifications.

While testing the patch, I found, that a minor problem occurs: The dialog to
enter the passphrase for decryption is (sometimes) displayed twice. So instead
of crashing, it looses the passphrase of the first dialog and has to show it
again to parse the message.

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


[kmail2] [Bug 330150] Address input fields do not work correctly when editing

2014-01-20 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=330150

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #1 from Tobias Leupold tobias.leup...@web.de ---
Still present in 4.12.1.

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


[kmail2] [Bug 330150] New: Address input fields do not work correctly when editing

2014-01-19 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=330150

Bug ID: 330150
   Summary: Address input fields do not work correctly when
editing
Classification: Unclassified
   Product: kmail2
   Version: 4.12
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-bugs@kde.org
  Reporter: tobias.leup...@web.de

When typing an email address, the address input field behaves like expected.
But when I click somewhere other than the end of the inputted text, just one
character is inserted there, then the cursor jumps to the end of the line.

E. g. when I have email@address and set the cursor to the beginning of the
line edit (to type the name and  and ), I get Semail@addressome Name , the
S is inserted correctly but the ome Name  goes to the end.

Reproducible: Always

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


[kmail2] [Bug 323980] Duplicate messages if antispam filter enabled

2014-01-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=323980

--- Comment #6 from Tobias Leupold tobias.leup...@web.de ---
I still see the problem in kmail-4.12.0.

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


[kmail] [Bug 96498] Cancelling entering password for secured mails causes kmail to crash

2013-12-29 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=96498

Tobias ot...@gmx.net changed:

   What|Removed |Added

 CC||ot...@gmx.net

--- Comment #17 from Tobias ot...@gmx.net ---
Hi,
I have the described problem, too.
However it is irrelevant, whether to press cancel or enter the passphrase and
click ok. KMail does not always crash, but quite often (at roughly estimated
50% or even more).
This is the sequence, to get this crash:
- Select an encrypted e-mail, so that it shall be shown in the viewer (this can
even be directly after launching KMail, if the mail selected in the last
KMail-session is encrypted)
- The warning Danger, recursion while displaying a message! is written from
ViewerPrivate::updateReaderWin() -- if this warning does not appear, KMail will
not crash
- The dialog to enter the passphrase is shown
- User closes the dialog (does not matter how, press ok, cancel or close x)
- CRASH

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


[kmail] [Bug 96498] Cancelling entering password for secured mails causes kmail to crash

2013-12-29 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=96498

--- Comment #18 from Tobias ot...@gmx.net ---
I discovered, that the bug I have just described is listed as bug 279749.

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2013-12-29 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=279749

Tobias ot...@gmx.net changed:

   What|Removed |Added

 CC||ot...@gmx.net

--- Comment #33 from Tobias ot...@gmx.net ---
Hi,
this bug is IMHO somehow related to bug 96498, as the crash happens only if the
warning Danger, recursion while displaying a message! is written from
ViewerPrivate::updateReaderWin(), which is part of the bug-fix for 96498.

My sequence of user-actions and kmail-output for the crash is:
- Select an encrypted e-mail, so that it shall be shown in the viewer (this can
even be directly after launching KMail, if the mail selected in the last
KMail-session is encrypted)
- The warning Danger, recursion while displaying a message! is written from
ViewerPrivate::updateReaderWin() -- if this warning does not appear, KMail will
not crash
- The dialog to enter the passphrase is shown
- User closes the dialog (does not matter how, press ok, cancel or close x)
- CRASH

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2013-12-29 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #34 from Tobias ot...@gmx.net ---
I found a partial solution, which solves the problem, that simply selecting an
encrypted message causes a crash:

Change the line in messageviewer/viewer/viewer_p.cpp:2097:
- mUpdateReaderWinTimer.start( 0 );
+ mUpdateReaderWinTimer.start( delay );

It is not a perfect solution, as the timeout may still be signalled while the
mail-view is composed (if the processor is heavily loaded by other tasks, so
that composing takes more time than delay milliseconds), but it should work
in most cases.
Thus, I think it is a quick fix, that makes using decryption in KMail
acceptable again.

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


[kmail2] [Bug 28261] Option to store decrypted GPG email unencrypted locally.

2013-12-27 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=28261

--- Comment #21 from Tobias ot...@gmx.net ---
Created attachment 84295
  -- https://bugs.kde.org/attachment.cgi?id=84295action=edit
Python-based encryption script, similar to the others, but including the
decoding of special characters

The other scripts posted here, did not work for me, due to special characters
in the mail ('=20' and '=3D' for space and '='). So I have written a python
(v2.7) script that additionally does this special-character-repacement. The
rest is very similar to the other scripts, i.e. it uses kdialog and gpg as
external tools.

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


[kmail2] [Bug 28261] Option to store decrypted GPG email unencrypted locally.

2013-12-27 Thread Tobias
https://bugs.kde.org/show_bug.cgi?id=28261

Tobias ot...@gmx.net changed:

   What|Removed |Added

 CC||ot...@gmx.net

--- Comment #22 from Tobias ot...@gmx.net ---
Just for info: I am using KMail 4.11.3 (on Kubuntu)

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


[kmail2] [Bug 323980] Duplicate messages if antispam filter enabled

2013-12-09 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=323980

--- Comment #5 from Tobias Leupold tobias.leup...@web.de ---
There are quite a few bugs around here complaining about duplicate emails after
filtering. I found Bug #316419, Bug #95064, Bug #322126, Bug #322676 and there
are probably even more.

Perhaps someone (a kmail developer?!) could check which bugs actually describe
the very same problem, choose one of them to work on and mark the others as
duplicates.

This is really annoying and I would love to see this fixed – I delete quite a
lot of duplicate emails by hand each day.

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


[Akonadi] [Bug 31114] When deleting mail locally, delete on POP3 server, too.

2013-12-01 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=31114

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #106 from Tobias Leupold tobias.leup...@web.de ---
Is anybody still working on this? Kmail 4.11.3 (or the respective akonadi
parts) still can't do it.

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


[Akonadi] [Bug 316419] Filter action move into folder sometimes duplicates email

2013-12-01 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=316419

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #2 from Tobias Leupold tobias.leup...@web.de ---
Same here on my Gentoo system with Kmail 4.11.3. Some, but not all, messages
filtered appear twice in the destination folder. I also only use POP3 accounts.

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


[kmail2] [Bug 323980] Duplicate messages if antispam filter enabled

2013-12-01 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=323980

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #3 from Tobias Leupold tobias.leup...@web.de ---
Probably the same problem described in Bug #316419?

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


[kmail] [Bug 95064] Duplicates messages in imap folder after filtering

2013-12-01 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=95064

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #84 from Tobias Leupold tobias.leup...@web.de ---
Probably the same filter issue described in Bug 316419?

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


[kmail2] [Bug 322126] emails get filtered twice and thus duplicated in kmail2

2013-12-01 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=322126

--- Comment #8 from Tobias Leupold tobias.leup...@web.de ---
Some similar problems are also described in the older Bug #316419.

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


[kmail2] [Bug 327849] New: Sent e-mail is not copied into sent directory using freenet.de imap account

2013-11-19 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=327849

Bug ID: 327849
   Summary: Sent e-mail is not copied into sent directory using
freenet.de imap account
Classification: Unclassified
   Product: kmail2
   Version: 4.11.2
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: tob...@schula.org

Sent messages are not copied into sent directory (Posteingang/sent) using
imap with freenet.de (mx.freenet.de)

Reproducible: Always

Steps to Reproduce:
1. Connect to a freenet.de imap source
2. specify the sent directory to be in the imap directory structure
3. Send an e-mail to someone
Actual Results:  
The message gets send, and if the sent folder is open, the message is visible
and readable, but if one changes the folder and gets back to the sent folder,
the message is visible for a fraction of a second and then disappears. The last
also happens if there is an other folder open and one changes to the sent
folder after a message was sent.

Expected Results:  
KMail should keep messages in the sent folder

Messages are getting deleted, regardless how the folder is named (I tried
Gesendet, drafts, spam, even Trash). Ather actions remain unaffected, i.e.
saving a draft or deleting messages. They all get copied in their respective
folders. Thunderbird in contrast copies the messages without hassle to the
specified sent folder. 

Other providers also work without hassle, I tried gmail and a Postfix
installation on my server.

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


[kmail2] [Bug 293800] copy sent mail in sent folder failed: u...@aim.com: Append failed, server replied: A000077 NO APPEND failed

2013-11-19 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=293800

Tobias Schula tob...@schula.org changed:

   What|Removed |Added

 CC||tob...@schula.org

--- Comment #4 from Tobias Schula tob...@schula.org ---
*** Bug 327849 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


[kmail2] [Bug 327849] Sent e-mail is not copied into sent directory using freenet.de imap account

2013-11-19 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=327849

Tobias Schula tob...@schula.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Tobias Schula tob...@schula.org ---
Fixed in 4.11.3

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

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

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


[kmail2] [Bug 327437] Filters don't work if the target directory isn't the default inbox (at least for POP3)

2013-11-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=327437

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #2 from Tobias Leupold tobias.leup...@web.de ---
Seems to be fixed in 4.11.3. Sorry for using 4.10.5; this is at the moment the
version marked as stable in Gentoo.

Sorry for the spam ;-)

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


[kmail2] [Bug 322126] emails get filtered twice and thus duplicated in kmail2

2013-11-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=322126

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #7 from Tobias Leupold tobias.leup...@web.de ---
I experience similar problems with 4.11.3. Probably same problem like describes
in Bug #322676?

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


[kmail2] [Bug 322676] massive regression - lots and lots of duplicate emails

2013-11-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=322676

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #4 from Tobias Leupold tobias.leup...@web.de ---
I see mail duplicates in 4.11.3 when a filter is applied to some incoming mail.
Mails in the default inbox show up just one time, but when they are moved to
another folder by a filter, I see them twice. Also, two files are stored in the
maildir.

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


[kmail2] [Bug 327437] New: Filters don't work if the target directory isn't the default inbox (at least for POP3)

2013-11-11 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=327437

Bug ID: 327437
   Summary: Filters don't work if the target directory isn't the
default inbox (at least for POP3)
Classification: Unclassified
   Product: kmail2
   Version: 4.10.5
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: tobias.leup...@web.de

Incoming mails aren't filtered if the target where they go is not the default
inbox.

In my case, I have selected a different inbox folder in a different collection
for one POP3 account. No filtering is done at all for those incoming mails.
When I apply some filter manually, everything works.

More annoying, I had some trouble with the standard mail collection on another
machine. So I removed the default collection and re-created it (with the
akonadi config dialog). After that, no filtering is done at all, even if the
mails got to the default inbox.

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2013-04-23 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=279749

Tobias Hirning ssky...@web.de changed:

   What|Removed |Added

 CC||ssky...@web.de

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2013-04-23 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #25 from Tobias Hirning ssky...@web.de ---
Created attachment 79395
  -- https://bugs.kde.org/attachment.cgi?id=79395action=edit
New crash information added by DrKonqi

kmail (4.10.2) on KDE Platform 4.10.2 using Qt 4.8.2

- What I was doing when the application crashed:
I clicked on a encrypted message and the gpg-agent dialog popped up. I hit
cancel and also cancel on the second dialog which pops up afterwards.

-- Backtrace (Reduced):
#6  0x7f980e7794d4 in KMime::Content::parent (this=0x7c87c00) at
../../kmime/kmime_content.cpp:952
#7  0x7f980de71005 in MessageCore::NodeHelper::nextSibling (node=0x7c87c00)
at ../../messagecore/nodehelper.cpp:32
#8  0x7f980ae083d7 in
MessageViewer::ObjectTreeParser::parseObjectTreeInternal (this=0x7fffef2f8600,
node=0x7c87c00) at ../../messageviewer/objecttreeparser.cpp:296
#9  0x7f980ae3a55f in MessageViewer::ViewerPrivate::parseContent
(this=0x2b435f0, content=0x7c87c00) at ../../messageviewer/viewer_p.cpp:974
#10 0x7f980ae3b82e in MessageViewer::ViewerPrivate::displayMessage
(this=0x2b435f0) at ../../messageviewer/viewer_p.cpp:846

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


[kmail2] [Bug 317259] trash folder is invisible

2013-04-17 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=317259

Tobias Leupold tobias.leup...@web.de changed:

   What|Removed |Added

 CC||tobias.leup...@web.de

--- Comment #1 from Tobias Leupold tobias.leup...@web.de ---
Same here on Gentoo with KMail 4.10.1. Using a completely new user, no Trash
folder is visible when starting KMail for the first time.

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


[kmail2] [Bug 311495] Kmail2: Maildir synchronization causes several copies of emails sent and received (KDE 4.8.5 in Mageia 2)

2013-03-21 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=311495

Tobias Hirning ssky...@web.de changed:

   What|Removed |Added

 CC||ssky...@web.de

--- Comment #2 from Tobias Hirning ssky...@web.de ---
I can confirm this behaviour with KMail 4.10.1 on Kubuntu 12.04.02 x86-64. KDE
4.10.1.

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


[kaddressbook] [Bug 267860] Contacts list shows Akonadi remote identifier in all columns

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=267860

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Tobias Koenig to...@kde.org ---
I can't reproduce it here and no repsponse from original reporter since 1 year.

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


[kaddressbook] [Bug 284075] Can't add new information to local address book in kaddressbook

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=284075

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 from Tobias Koenig to...@kde.org ---
The reporter found a solution for his problem (see comment #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


[kaddressbook] [Bug 299943] Inability to open more than one Contact entry in the edit mode.

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=299943

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Tobias Koenig to...@kde.org ---


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

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


[kaddressbook] [Bug 275938] Cannot open multiple addresses in KAddressbook at the same time

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=275938

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 CC||sayeed...@gmail.com

--- Comment #1 from Tobias Koenig to...@kde.org ---
*** Bug 299943 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


[kaddressbook] [Bug 224732] addressbook migration from 4.3 to 4.4 fails

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=224732

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

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


[kaddressbook] [Bug 208548] No default address book created on first time use.

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=208548

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

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


[Akonadi] [Bug 308835] double instances of carddav contacts

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=308835

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

  Component|general |DAV Resource
Product|kaddressbook|Akonadi

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


[kaddressbook] [Bug 293715] Categories are not shown

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=293715

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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


[kaddressbook] [Bug 307814] Create group is disabled

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=307814

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WORKSFORME

--- Comment #6 from Tobias Koenig to...@kde.org ---
Hej,

the Akonadi resource, which provides the collection (folder) you want to add
the Contact group to, does not support to store Contact groups. What kind of
resource it that? Can you test with a recent version, please?

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


[Akonadi] [Bug 305287] Contacts in cardDAV address book are not refreshed after editing

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=305287

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

  Component|general |DAV Resource
Product|kaddressbook|Akonadi

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


[kaddressbook] [Bug 308440] I cannot see contacts in Search window or in KMail

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=308440

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |REMIND

--- Comment #1 from Tobias Koenig to...@kde.org ---
Hej,

can you retest with 4.10 please? The search had been disabled in 4.9, but
reenabled in 4.10.

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


[kaddressbook] [Bug 275150] KAddressbook shows multiple categories

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=275150

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED

--- Comment #2 from Tobias Koenig to...@kde.org ---
Can you retest with a current version (4.9 or 4.10), please?
We use the nepomuk tags as possible categories and the tag handling had a bug
in previous versions.

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


[Akonadi] [Bug 284783] collection with the same name already exists with owncloud carddav

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=284783

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

  Component|general |DAV Resource
Product|kaddressbook|Akonadi

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


[Akonadi] [Bug 310137] Unicode corruption bug when saving vcard

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=310137

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

  Component|general |DAV Resource
Product|kaddressbook|Akonadi

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


[kaddressbook] [Bug 304671] address entries are reduplicated when creating a distribution list from email

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=304671

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Tobias Koenig to...@kde.org ---


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

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


[kaddressbook] [Bug 266147] 'Save as list' doubles up mail adresses

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=266147

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 CC||martin.tlus...@gmail.com

--- Comment #8 from Tobias Koenig to...@kde.org ---
*** Bug 304671 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


[kaddressbook] [Bug 260699] After deleting an address, new addresses are not stored correctly

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=260699

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME

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


[kaddressbook] [Bug 314446] changing read-only flag discards Folder name

2013-03-03 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=314446

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||4.10.2
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/88b4257c716bc31c
   ||ecc7ff4c7904b1f924d66f1f

--- Comment #2 from Tobias Koenig to...@kde.org ---
Git commit 88b4257c716bc31cecc7ff4c7904b1f924d66f1f by Tobias Koenig.
Committed on 03/03/2013 at 18:32.
Pushed by tokoe into branch 'KDE/4.10'.

Keep custom name/icon of resource collection on collection sync

To ensure that the user modifies the display name of the resource
collection and not the collection name itself, we have to preset
the display name in the EntityDisplayAttribute already.

Additionally the clearCache() call must be removed, it's not needed
if we use the directory path as remoteId, because then the collection
sync algorithm will cleanup the collection with the old remoteId.
FIXED-IN: 4.10.2

M  +2-2resources/icaldir/icaldirresource.cpp
M  +2-2resources/vcarddir/vcarddirresource.cpp

http://commits.kde.org/kdepim-runtime/88b4257c716bc31cecc7ff4c7904b1f924d66f1f

-- 
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 312089] Cannot create a new event in a google calendar

2012-12-24 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=312089

Tobias Schula tob...@schula.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Tobias Schula tob...@schula.org ---
Works with 0.4.4, ubuntu packaging 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 309920] New: Kmail2 creates up to 70 mb/s write activity to the disk without any running action

2012-11-11 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=309920

Bug ID: 309920
  Severity: critical
   Version: 4.8.5
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: Kmail2 creates up to 70 mb/s write activity to the
disk without any running action
Classification: Unclassified
OS: Linux
  Reporter: ssky...@web.de
  Hardware: Ubuntu Packages
Status: UNCONFIRMED
 Component: general
   Product: kmail2

When running kmail2 it creates 40-70 mb/s write activity to the diks. There's
no running action or any user interaction. iotop lists a akonadi job as the one
creating the write activity.
Nepomuk is already disabled.
There are around 400.00 mails in the maildir format. The size of the mail
folder is around 2 GB. There was no problem with the former kmail. The problem
first occured when installing an new Kubunt 12.04.01 LTS.
It is strange, that there is only a huge write activity and not a read
activity.

If you need some more information, I will try to provide them. Upgrading to
unstable package is not really possible as it is a productiy environment.
Without fixing this bug I really consider switchting to another mail program as
it makes work really difficult.

Reproducible: Always

Steps to Reproduce:
1. Start Kmail2
2. Watch disk activity.
Actual Results:  
The disk activity is around 40-70 mb/s.

Expected Results:  
The disk activity is low.

Output of apt-cache show kmail

Package: kmail
Priority: optional
Section: mail
Installed-Size: 3644
Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com
Original-Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Architecture: amd64
Source: kdepim
Version: 4:4.8.5-0ubuntu0.1
Replaces: akonadi-kde ( 4:4.1.3), kmailcvt ( 4:3.90.0), kontact (
4:4.2.85)
Provides: imap-client, mail-reader
Depends: kde-runtime, kdepim-runtime, kdepimlibs-kio-plugins,
libakonadi-contact4 (= 4:4.8.1), libakonadi-kde4 (= 4:4.8.1),
libakonadi-kmime4 (= 4:4.8.1), libc6 (= 2.14), libgcc1 (= 1:4.1.1),
libgpgme++2 (= 4:4.8.1), libkabc4 (= 4:4.8.1), libkcalcore4 (= 4:4.5.86),
libkcalutils4 (= 4:4.5.86), libkcmutils4 (= 4:4.8.1), libkdecore5 (=
4:4.8.1), libkdepim4 (= 4:4.8.5-0ubuntu0.1), libkdeui5 (= 4:4.8.1), libkio5
(= 4:4.8.1), libkleo4 (= 4:4.8.5-0ubuntu0.1), libkmime4 (= 4:4.8.1),
libknotifyconfig4 (= 4:4.8.1), libkontactinterface4 (= 4:4.8.1), libkparts4
(= 4:4.8.1), libkpgp4 (= 4:4.8.5-0ubuntu0.1), libkpimidentities4 (= 4:4.8.1),
libkpimtextedit4 (= 4:4.8.1), libkpimutils4 (= 4:4.8.1), libksieveui4 (=
4:4.8.5-0ubuntu0.1), libmailcommon4 (= 4:4.8.5-0ubuntu0.1), libmailtransport4
(= 4:4.8.1), libmessagecomposer4 (= 4:4.8.5-0ubuntu0.1), libmessagecore4 (=
4:4.8.5-0ubuntu0.1), libmessagelist4 (= 4:4.8.5-0ubuntu0.1), libmessageviewer4
(= 4:4.8.5-0ubuntu0.1), libnepomuk4 (= 4:4.8.1), libqt4-dbus (= 4:4.5.3),
libqt4-network (= 4:4.5.3), libqt4-xml (= 4:4.5.3), libqtcore4 (=
4:4.7.0~beta1), libqtgui4 (= 4:4.8.0), libsolid4 (= 4:4.8.1), libsoprano4 (=
2.1.67), libstdc++6 (= 4.6), libstreamanalyzer0 (= 0.7.7), libstreams0 (=
0.7.7), libtemplateparser4 (= 4:4.8.5-0ubuntu0.1), perl
Recommends: gnupg2, gnupg-agent, pinentry-qt4
Suggests: kaddressbook, kleopatra, spamassassin | bogofilter | spambayes |
bsfilter | crm114, clamav, procmail
Breaks: akonadi-kde ( 4:4.1.3), kmailcvt ( 4:3.90.0), kontact ( 4:4.2.85)
Filename: pool/main/k/kdepim/kmail_4.8.5-0ubuntu0.1_amd64.deb
Size: 968212
MD5sum: eae2f1ab324d2e00a05064d9902f63b3
SHA1: 61e248a66d2853a683183e45c964ec9d365a2d8e
SHA256: 56d2a2aea86d63c61d251815945329c5f4ea9ad7b411e7354fe2fb54f2502cd0
Description-en: full featured graphical email client
 KMail is a fully-featured email client that fits nicely into the KDE
 desktop. It has features such as support for IMAP, POP3, multiple accounts,
 mail filtering and sorting, PGP/GnuPG privacy, and inline attachments.
 .
 This package also contains Nepomuk EMail Feeder Akonadi Agent.
 .
 This package is part of the KDE PIM module.
Homepage: http://kontact.kde.org/kmail/
Description-md5: de6424691ace5b563c821de50a5124f4
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: kubuntu-desktop, kubuntu-full, kubuntu-active-desktop,
kubuntu-active-full, edubuntu-desktop-kde

Package: kmail
Priority: optional
Section: mail
Installed-Size: 3643
Maintainer: Kubuntu Developers kubuntu-de...@lists.ubuntu.com
Original-Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Architecture: amd64
Source: kdepim
Version: 4:4.8.4a-0ubuntu0.3
Replaces: akonadi-kde ( 4:4.1.3), kmailcvt ( 4:3.90.0), kontact (
4:4.2.85)
Provides: imap-client, mail-reader
Depends: kde-runtime, kdepim-runtime, kdepimlibs-kio-plugins,
libakonadi-contact4 (= 4:4.8.1), libakonadi-kde4 (= 4:4.8.1),
libakonadi-kmime4 (= 4:4.8.1), libc6 (= 2.14), libgcc1 (= 1:4.1.1),
libgpgme++2 (= 4:4.8.1), libkabc4 (= 4:4.8.1), libkcalcore4 (= 4:4.5.86),
libkcalutils4 (= 4:4.5.86), 

[Bug 293175] KMail/Akonadi heavy disk write usage when trying to remove duplicated mails

2012-10-16 Thread Tobias Hirning
https://bugs.kde.org/show_bug.cgi?id=293175

Tobias Hirning ssky...@web.de changed:

   What|Removed |Added

 CC||ssky...@web.de

--- Comment #1 from Tobias Hirning ssky...@web.de ---
I can confirm a simillar problem on Kubuntu 12.04.01 LTS with KMail 4.8.5.
Just runing KMail2 creates around 40 to 70 mb/s write activity to the harddisk
from the akonadi job.

-- 
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 305169] XSS Injection in KAddressbook

2012-10-13 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=305169

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||imlibs/d5bb7c20544170e06eca
   ||aeb21c747c3b8905fc63

--- Comment #6 from Tobias Koenig to...@kde.org ---
Git commit d5bb7c20544170e06ecaaeb21c747c3b8905fc63 by Tobias Koenig.
Committed on 13/10/2012 at 11:56.
Pushed by tokoe into branch 'master'.

Fix XSS issue in the contact viewer

This was not really a security risk, since the used QTextBrowser has not way to
access
the network automatically, but fixing it right now makes it future-proof.

M  +13   -12   akonadi/contact/standardcontactformatter.cpp

http://commits.kde.org/kdepimlibs/d5bb7c20544170e06ecaaeb21c747c3b8905fc63

-- 
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 299418] A duplicate contact address in the Contacts application of KDE Kontact disappears after it has been copied and pasted into the same address book

2012-10-13 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=299418

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Tobias Koenig to...@kde.org ---
I can't reproduce this behavior with current version. It sounds more like a
setup issue of your resources.

-- 
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 299740] Entries made in an Address Book in KDE Kontact disappear after the system is shut down and started later

2012-10-13 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=299740

Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Tobias Koenig to...@kde.org ---
Can't reproduce it here, sounds more like the same issue you have with copying
contacts in the same folder, which looks like a broken setup.

-- 
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 283548] Only first filter in chain works for incoming messages

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=283548





--- Comment #13 from Tobias Koenig tokoe kde org  2012-02-11 08:51:39 ---
Hej,

can you enable the filter log 'Tools - Filter Log Viewer' and attach the log
file to this report, please?
This makes it easier for us to understand what's going on.

Ciao,
Tobias

-- 
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 291899] Kmail deletes mail marked as ham after new start

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=291899


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #2 from Tobias Koenig tokoe kde org  2012-02-11 10:43:28 ---
Hej,

this indeed looks like a duplicate of bug #289428 which has been fixed a couple
of minutes ago in 4.8 branch and master. (see
http://commits.kde.org/kdepim-runtime/13a5b94bf6a95e84675de540415877ab0ab212e9).
Can you retest, please?

Ciao,
Tobias

-- 
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 293720] Pipe-through filter does not get full mail/does not work on mails with attachments

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=293720


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution||WAITINGFORINFO




--- Comment #1 from Tobias Koenig tokoe kde org  2012-02-11 13:57:17 ---
Hej,

just fixed a bug in the pipe-through code. Can you retest with current version,
please?

Ciao,
Tobias

-- 
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 291171] Spam filtering breaks HTML / multipart mail headers on POP3 accounts

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=291171


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|NEW |NEEDSINFO
 Resolution||WAITINGFORINFO




--- Comment #4 from Tobias Koenig tokoe kde org  2012-02-11 13:58:39 ---
Can't reproduce it here with current version.
Can you try again please and attach the filter log for that run?

-- 
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 276635] In certain KMail2 setups filters dont get applied

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=276635


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 Resolution||WAITINGFORINFO




--- Comment #7 from Tobias Koenig tokoe kde org  2012-02-11 17:51:17 ---
Hej,

please mix POP3 and IMAP in one bug report, these use slightly different code
path for filtering when it comes to 'inboxes'.
So can somebody still reproduce the bug with _POP3_?

-- 
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 268016] new folders not shown in target folder list

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=268016


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Comment #4 from Tobias Koenig tokoe kde org  2012-02-11 17:53:03 ---
Works fine for me 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 293309] KMail distort mail header when use filter with pipe

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=293309


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution||WAITINGFORINFO




--- Comment #1 from Tobias Koenig tokoe kde org  2012-02-11 23:26:15 ---
Hej Lukáš,

can you test latest master branch, please?
I commited a fix today that might have fix your issue. At least I can't
reproduce it 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 291042] kmail2: failed to change the flag - error messages on marking mails as ham

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=291042


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Tobias Koenig tokoe kde org  2012-02-11 23:28:27 ---


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

-- 
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 289428] changing message flags (in KMail2) can lose message permanently

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=289428


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 CC||robby.engelm...@igfs-ev.de




--- Comment #16 from Tobias Koenig tokoe kde org  2012-02-11 23:28:27 ---
*** Bug 291042 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 287487] KMail loses filters

2012-02-11 Thread Tobias Koenig
https://bugs.kde.org/show_bug.cgi?id=287487


Tobias Koenig to...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution||WAITINGFORINFO




--- Comment #1 from Tobias Koenig tokoe kde org  2012-02-11 23:30:08 ---
Hej,

we have reworked the complete filter stack for KDE 4.8.
Can you test this with the current version, please?

Ciao,
Tobias

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


<    1   2   3   4   5   6   7   8   9   10   >