Version: (using KDE 4.3.3) Installed from: Gentoo Packages Creating a (mass) mail with 250 recipients and saving it as draft works. But when you try to re-open the draft (which takes a considerable amount of CPU time, on my system 15 seconds), KMail will tell you "Truncating recipients list to 200 of 250 entries.". The remaining 50 recipients have then to be added again. This is very inconvenient, and I'm sure it can be solved more elegantly. How to reproduce this bug: 1) Download the kmail_testcase.mbox which I will attach after submitting this bug report 2) Open the file in KMail (press Ctrl-o and choose the file) 3) Attempt to edit the mail that KMail opened (and which correctly shows 250 recipients) (press t) 4) Wait for a few seconds
Created attachment 38630 [details] E-Mail to be opened in KMail
Confirmed in KDE 4.4.0
...and in 4.4.2 as well. Additionally, it needs ages to open the mail, while KMail is frozen until the mail is opened - this has not changed to the original bug entry
...and still the same problem in 4.6.4
There is not gui to configurate it but it's possible.
Git commit f3476527e4f4c0e269590bf5108cdce211b9c2c7 by Montel Laurent. Committed on 09/09/2011 at 12:50. Pushed by mlaurent into branch 'master'. Fix Bug 216351 - Opening a draft with more than 200 recipients truncates the recipient list to 200 recipients If we have a config for it allow to configurate it. FIXED-IN: 4.7.2 BUG: 216351 M +14 -0 kmail/configuredialog.cpp M +1 -0 kmail/configuredialog_p.h M +1 -1 kmail/kmcomposewin.cpp http://commits.kde.org/kdepim/f3476527e4f4c0e269590bf5108cdce211b9c2c7
Git commit 8b8716777b8aacaa2b881570871c46d8cf3fb9e5 by Montel Laurent. Committed on 09/09/2011 at 12:50. Pushed by mlaurent into branch '4.7'. Fix Bug 216351 - Opening a draft with more than 200 recipients truncates the recipient list to 200 recipients If we have a config for it allow to configurate it. FIXED-IN: 4.7.2 BUG: 216351 (cherry picked from commit f3476527e4f4c0e269590bf5108cdce211b9c2c7) M +14 -0 kmail/configuredialog.cpp M +1 -0 kmail/configuredialog_p.h M +1 -1 kmail/kmcomposewin.cpp http://commits.kde.org/kdepim/8b8716777b8aacaa2b881570871c46d8cf3fb9e5
(In reply to comment #7) > > If we have a config for it allow to configurate it. > > FIXED-IN: 4.7.2 > BUG: 216351 > (cherry picked from commit f3476527e4f4c0e269590bf5108cdce211b9c2c7) Is this configuration in release 4.7.2, or already existing (though quite unknown)?
kde 4.7.2 was not release in one month so it will be in 4.7.2
The maximum number of recipients in a mail can be set through the preferences, but the default is just 1. This is registered as a new bug: https://bugs.kde.org/show_bug.cgi?id=290272