Bug 447736 - Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc available to grantlee for header themeing
Summary: Make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc available to grant...
Status: REPORTED
Alias: None
Product: kdepim
Classification: Applications
Component: messageviewer (show other bugs)
Version: GIT (master)
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-31 12:53 UTC by Erik Quaeghebeur
Modified: 2021-12-31 13:57 UTC (History)
0 users

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 Erik Quaeghebeur 2021-12-31 12:53:19 UTC
AFAICT, all variables available to grantlee header theme editors are listed in

https://invent.kde.org/pim/messagelib/-/blob/master/messageviewer/src/header/grantleeheaderformatter.cpp

There, it seems some standard (although less common) headers are missing. Some of these are just variations of existing headers and so variables should be easy to create. Namely, not all Resent-* headers (https://datatracker.ietf.org/doc/html/rfc5322#section-3.6.6) are exposed to grantlee. Would it be possible to make Resent-Date, Resent-Sender, Resent-Cc, and Resent-Bcc available to grantlee for header themeing?