Skip to content

Commit

Permalink
xlbiff.form decodes RFC 2047 (MIME-encoded) "From" and "Subject" head…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
Stephen Gildea committed Nov 24, 2021
1 parent 3b5bc8f commit 3ef8a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xlbiff.form
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
%<(gt 86400) %(day{date}) %|\
%02(hour{date}):%02(min{date})%>%>%>\
%<{date} %|*%>\
%<(mymbox{from})To:%14(friendly{to})%|%17(friendly{from})%> \
%{subject}%<{body}<<%{body}%>
%<(mymbox{from})To:%14(friendly{to})%|%17(decode(friendly{from}))%> \
%(decode{subject})%<{body}<<%{body}%>

0 comments on commit 3ef8a59

Please sign in to comment.