Summary: | recent addresses are deleted very quickly | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | freeman3 |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | wishlist | CC: | luigi.toscano, roland |
Priority: | NOR | ||
Version: | 1.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
freeman3
2008-10-08 10:23:45 UTC
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. Thank you for your feature request. Kmail1 is currently unmaintained so we are closing all wishes. Please feel free to reopen a feature request for Kmail2 if it has not already been implemented. Thank you for your understanding. Instead of creating a new feature request, please confirm here if the wishlist is still valid for kmail2. |