| Summary: | Maildir filename should be based on subject | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Stefan <graylox> |
| Component: | maildir | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.9.9 | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stefan
2008-06-22 22:23:05 UTC
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). Closing due to lack of feedback and due to the fact that maildirs is not supposed to have the subject in the filenames (http://cr.yp.to/proto/maildir.html). |