summaryrefslogtreecommitdiff
path: root/frm
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
parentae7429ac66ee1448f6baa366277e1d281fe572b1 (diff)
downloadmailutils-c49a7e4cf5c2ab354d89d2d785aaa84e1cc4ce48.tar.gz
mailutils-c49a7e4cf5c2ab354d89d2d785aaa84e1cc4ce48.tar.bz2
(action): Use frm_rfc2047_decode() for the Subject: field too.
Diffstat (limited to 'frm')
-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)
328 int status = header_get_value_unfold (hdr, MU_HEADER_SUBJECT, 328 int status = header_get_value_unfold (hdr, MU_HEADER_SUBJECT,
329 hsubject, 329 hsubject,
330 sizeof (hsubject), NULL); 330 sizeof (hsubject), NULL);
331 frm_rfc2047_decode (hsubject, sizeof (hsubject));
331 if(status == 0) 332 if(status == 0)
332 printf ("%s", hsubject); 333 printf ("%s", hsubject);
333 } 334 }

Return to:

Send suggestions and report system problems to the System administrator.