aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 8456cdc9..34a63bb0 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -309,6 +309,10 @@ gint procmsg_save_to_outbox (FolderItem *outbox,
void procmsg_print_message (MsgInfo *msginfo,
const gchar *cmdline,
gboolean all_headers);
+void procmsg_print_message_part (MsgInfo *msginfo,
+ MimeInfo *partinfo,
+ const gchar *cmdline,
+ gboolean all_headers);
MsgInfo *procmsg_get_msginfo (FolderItem *item,
gint num);