summaryrefslogtreecommitdiff
path: root/frm/frm.c
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-01-13 09:38:17 +0000
committerWojciech Polak <polak@gnu.org>2004-01-13 09:38:17 +0000
commitc49a7e4cf5c2ab354d89d2d785aaa84e1cc4ce48 (patch)
treebed2e0292524ade496e28a1f5ee32ba68bf098be /frm/frm.c
parentae7429ac66ee1448f6baa366277e1d281fe572b1 (diff)
downloadmailutils-c49a7e4cf5c2ab354d89d2d785aaa84e1cc4ce48.tar.gz
mailutils-c49a7e4cf5c2ab354d89d2d785aaa84e1cc4ce48.tar.bz2
(action): Use frm_rfc2047_decode() for the Subject: field too.
Diffstat (limited to 'frm/frm.c')
-rw-r--r--frm/frm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 714764a25..c4f060b99 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -328,6 +328,7 @@ action (observer_t o, size_t type)
int status = header_get_value_unfold (hdr, MU_HEADER_SUBJECT,
hsubject,
sizeof (hsubject), NULL);
+ frm_rfc2047_decode (hsubject, sizeof (hsubject));
if(status == 0)
printf ("%s", hsubject);
}

Return to:

Send suggestions and report system problems to the System administrator.