summaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2010-03-01 22:35:30 -0800
committerBrendan Cully <brendan@kublai.com>2010-03-01 22:35:30 -0800
commit71360e18f3d7725f96a6b949bfb1d7e494b9842b (patch)
treef2cba1de684bcd683e4495e7e2daf071f6019feb /rfc822.c
parente20315001bf200f12846f9311b99ffe92f7fbd92 (diff)
Another attempt to dequote RFC2047-encoded address comments (see #2014)
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822.c b/rfc822.c
index 5569d319..14abeb74 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -60,7 +60,7 @@ const char *RFC822Errors[] = {
"bad address spec"
};
-static void rfc822_dequote_comment (char *s)
+void rfc822_dequote_comment (char *s)
{
char *w = s;