aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 32ec3dff..894e09f6 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -325,6 +325,9 @@ void procmsg_print_message_part (MsgInfo *msginfo,
const gchar *cmdline,
gboolean all_headers);
+gint procmsg_concat_partial_messages (GSList *mlist,
+ const gchar *file);
+
MsgInfo *procmsg_get_msginfo (FolderItem *item,
gint num);