Skip to content

Commit 7174932

Browse files
committed
code didn't set demimed flag to true
1 parent 68cac55 commit 7174932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,6 +1813,7 @@ int parsemail(char *mbox, /* file name */
18131813
if (head->header && !head->demimed) {
18141814
head->line =
18151815
mdecodeRFC2047(head->line, strlen(head->line),charsetsave);
1816+
head->demimed = TRUE;
18161817
}
18171818

18181819
if (head->parsedheader || head->attached ||

0 commit comments

Comments
 (0)