summaryrefslogtreecommitdiff
path: root/pith/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/send.c')
-rw-r--r--pith/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/send.c b/pith/send.c
index d2bbdf43..c8f7f123 100644
--- a/pith/send.c
+++ b/pith/send.c
@@ -503,7 +503,7 @@ redraft_work(MAILSTREAM **streamp, long int cont_msg, ENVELOPE **outgoing,
}
if(fcc) /* fcc: special case... */
- *fcc = values[INDEX_FCC] ? values[INDEX_FCC] : cpystr("");
+ *fcc = values[INDEX_FCC] ? cpystr(rfc1522_decode_to_utf8(tmp_20k_buf, SIZEOF_20KBUF, values[INDEX_FCC])) : cpystr("");
else if(values[INDEX_FCC])
fs_give((void **) &values[INDEX_FCC]);