aboutsummaryrefslogtreecommitdiff
path: root/src/quote_fmt_parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/quote_fmt_parse.y')
-rw-r--r--src/quote_fmt_parse.y12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/quote_fmt_parse.y b/src/quote_fmt_parse.y
index c44edf01..93b46314 100644
--- a/src/quote_fmt_parse.y
+++ b/src/quote_fmt_parse.y
@@ -272,7 +272,8 @@ special:
if (body)
fp = str_open_as_stream(body);
else
- fp = procmime_get_first_text_content(msginfo);
+ fp = procmime_get_first_text_content
+ (msginfo, NULL);
if (fp == NULL)
g_warning("Can't get text part\n");
@@ -294,7 +295,8 @@ special:
if (body)
fp = str_open_as_stream(body);
else
- fp = procmime_get_first_text_content(msginfo);
+ fp = procmime_get_first_text_content
+ (msginfo, NULL);
if (fp == NULL)
g_warning("Can't get text part\n");
@@ -318,7 +320,8 @@ special:
if (body)
fp = str_open_as_stream(body);
else
- fp = procmime_get_first_text_content(msginfo);
+ fp = procmime_get_first_text_content
+ (msginfo, NULL);
if (fp == NULL)
g_warning("Can't get text part\n");
@@ -342,7 +345,8 @@ special:
if (body)
fp = str_open_as_stream(body);
else
- fp = procmime_get_first_text_content(msginfo);
+ fp = procmime_get_first_text_content
+ (msginfo, NULL);
if (fp == NULL)
g_warning("Can't get text part\n");