Bug 461527 - Save legible headers for Fcc
Summary: Save legible headers for Fcc
Status: REOPENED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.19.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 23:26 UTC by Volker Kuhlmann
Modified: 2023-04-26 23:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Kuhlmann 2022-11-06 23:26:50 UTC
SUMMARY
When sending mail, kmail saves headers
X-KMail-Identity: 123456
X-KMail-Identity-Name: abcedghi
X-KMail-Transport: 9876543
X-KMail-Transport-Name: xxxxxx
X-KMail-Fcc: 99

There is no human-readable name saved for Fcc, numbers of internal data structures are not so useful. This is local information that isn't sent to the recipient but is useful to the user.


STEPS TO REPRODUCE
1. Send any email.
2. Look at the headers of the email stored in sent-mail.


OBSERVED RESULT
X-KMail-Fcc: is stored, but no X-KMail-Fcc-Name:.


EXPECTED RESULT
Store X-KMail-Fcc-Name: as well (corresponding to X-KMail-Fcc:).


SOFTWARE/OS VERSIONS
KMail Version 5.19.3 (21.12.3)
plasma5-workspace-5.24.4-bp154.2.3.1.x86_64
openSUSE Leap 15.4


ADDITIONAL INFORMATION
Comment 1 Laurent Montel 2022-11-07 06:22:16 UTC
Hi,
X-KMail-Fcc-Name where it will be used ?
It's not useful to store it.
X-KMail-Transport-Name is useful.
So I will not add it if we don't use it.
Regards
Comment 2 Volker Kuhlmann 2022-11-15 20:55:19 UTC
*I* am using this information when looking at the headers of mails, the numbers are completely useless to me for reading.
Comment 3 Volker Kuhlmann 2023-04-26 23:43:07 UTC
I sent an email but was unsure where kmail saved it. Because of another bug (not removing sent mails from outbox) I thought I could look up where kmail stored the sent copy, but unfortunately it only said

X-KMail-Fcc: 380

thus telling me nothing. An actual folder name (without path is better) would have been useful. Instead I need to concoct with find and grep.