[Bug 164700] subject of the mail should be the makedir filename
Torgny Nyblom
kde at nyblom.org
Mon Jun 23 14:47:10 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=164700
------- Additional Comments From kde nyblom org 2008-06-23 15:47 -------
As far as I know KMail uses Maildir for the mail storage (see: http://en.wikipedia.org/wiki/Maildir).
The solution you propose would require much logic to ensure that no two messages share a file name or that no messages gets deleted and introduce another format for storing mail.
If you need the Subject of the mail run a simple grep in the files ("grep -E '^Subject:' ${dir} -rH" would give you a list of file names / Subjects).
More information about the Kdepim-bugs
mailing list