[Bug 172376] recent addresses are deleted very quickly

Roland roland at alton.at
Tue Mar 31 09:59:56 BST 2009


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


Roland <roland at alton.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roland at alton.at




--- Comment #1 from Roland <roland alton at>  2009-03-31 10:59:54 ---
Yes, I support this request.
I assume that the list of addresses if getting full too quickly.

A quick fix may be simply to set the default value of saved e-mail addresses
higher, let's say to 500. 
recentaddresses.cpp
-00081   m_maxCount = cg.readEntry( "Maximum Recent Addresses", 40 );
+00081   m_maxCount = cg.readEntry( "Maximum Recent Addresses", 500 );

We are all sending dozens of e-mails per day, so 500 may be even too low ;-)

I have parsed the kmail.kcfg file, which has only a boolean to switch on and
off adding recent e-mail addresses. Ideally the number is put into the
kmail.kcfg . Or make an own resource in KAddressbook (which I'm sure is a more
complex task) about those e-mail addresses.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list