diff options
Diffstat (limited to 'mail/courier/files')
-rw-r--r-- | mail/courier/files/patch-rfc2045_rfc2045reply.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/courier/files/patch-rfc2045_rfc2045reply.c b/mail/courier/files/patch-rfc2045_rfc2045reply.c new file mode 100644 index 000000000000..3daa709ee032 --- /dev/null +++ b/mail/courier/files/patch-rfc2045_rfc2045reply.c @@ -0,0 +1,24 @@ +--- rfc2045/rfc2045reply.c.orig Thu Jun 29 15:07:18 2006 ++++ rfc2045/rfc2045reply.c Thu Jun 29 15:07:47 2006 +@@ -592,6 +592,10 @@ + int errflag=0; + struct rfc2045headerinfo *hi; + ++#if HAVE_UNICODE ++ const struct unicode_info *uiptr=NULL; ++#endif ++ + oldtocc=0; + oldtolist=0; + oldfrom=0; +@@ -600,9 +604,8 @@ + oldmsgid=0; + oldreferences=0; + whowrote=0; +-#if HAVE_UNICODE +- const struct unicode_info *uiptr=NULL; + ++#if HAVE_UNICODE + if (ri->charset && *(ri->charset)) + uiptr = unicode_find(ri->charset); + #endif |