]> git.neil.brown.name Git - edlib.git/commit
rfc822header: improvements to render attribute on headers.
authorNeilBrown <neil@brown.name>
Tue, 29 Aug 2023 09:11:20 +0000 (19:11 +1000)
committerNeilBrown <neil@brown.name>
Tue, 29 Aug 2023 09:11:20 +0000 (19:11 +1000)
commite37ef122f899daf7b7dee4b391197a3efc9e1f9a
tree147b56a714a84c4fc6581a7eba441f5cb62adbde
parentc3f7a6c30a892c6ea241d62cd92a49e3c201c803
rfc822header: improvements to render attribute on headers.

1/ the render:rfc822header-FOO attr is now render:rfc822header:FOO
   to differentiate from e.g. render:rfc822header-wrap which doesn't
   identify a header.
2/ The "FOO" in the above is now always lower-case.  This removes the
   need to differentiate between hdr and hdr_found
3/ The value of that attr is the type of header.  This will be used
    more later.
4/ change notmuch to make proper use of some of the above.

Signed-off-by: NeilBrown <neil@brown.name>
lib-rfc822header.c
python/module-notmuch.py