summaryrefslogtreecommitdiff
path: root/mail/courier-imap/files/patch-libs_rfc2045_rfc2045.h
blob: af387f7e7dd7ed18f6d5bf0fb52b0d374a058d1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/rfc2045/rfc2045.h.orig	2025-10-06 09:00:02 UTC
+++ libs/rfc2045/rfc2045.h
@@ -3224,7 +3224,7 @@ void rfc822::mime_decoder<out_iter, src_type>::decode(
 
 	if (decode_header)
 	{
-		typename rfc2045::entity::line_iter<crlf>::headers<
+		typename rfc2045::entity::line_iter<crlf>::template headers<
 			src_type> parser{e, src	};
 
 		parser.name_lc=header_name_lc;