diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-29 18:47:31 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-29 18:47:31 +0000 |
commit | 78bb76fb85a34c01ad0158c85019b749be35550e (patch) | |
tree | f254100cf023679df78f29fcdb5690d915d575a9 /mail/courier/files | |
parent | d5f333d66d9dc9fa91a3f1038592477e74a1c32e (diff) |
Notes
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 |