Open Bug 635998 Opened 14 years ago Updated 3 years ago

Need ability to change file name pattern for saved messages

Categories

(Thunderbird :: Untriaged, enhancement)

x86
Windows Vista
enhancement

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: mail, Unassigned)

References

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 If you use File - Save As to save a single message, the message is saved with a name of [subject] If you select multiple messages and use File - Save As, the messages are saved with names of [subject] YYYY-MM-DD hhmm This may suit some people but not others. Could we have an option which allows the user to choose the file name pattern from any or all of the following: Date/time in YYYY MM DD hh.mm format (so that it sorts chronologically) Subject From Name From address To Name To address Reproducible: Always Steps to Reproduce: 1.Select multiple messages 2. File - Save As 3. Actual Results: files named [subject] YYYY-MM-DD hhmm Expected Results: Would like to be able to choose file naming pattern
Component: General → Untriaged
See Also: → 816980

Currently saving messages is inconsistent. For "SaveAs" this code
https://searchfox.org/comm-central/rev/b5de805cb2766e16f0763941a0df93d5e1b9634f/mail/base/content/mailCommands.js#473-529
constructs a name made up of subject, sender and time/date. For drag&drop, only the subject is used:
https://searchfox.org/comm-central/rev/b5de805cb2766e16f0763941a0df93d5e1b9634f/mail/base/content/msgMail3PaneWindow.js#1841-1872

As the reporter said, a facility to at least reorder the parts, like date first, would be useful.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.