aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-09 06:54:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-09 06:54:58 +0000
commit4a926a141d7bfb0830e599ab2c85233d24513ea5 (patch)
tree5f3f09b5ae7480b6226cf1b3e3f8af8b0cc74c52 /libsylph/procmsg.h
parent2b2a95d6dc052abf955b3a4494e8a05360bd317e (diff)
implemented add-reply-mark-after-sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1848 ee746299-78ed-0310-b773-934348b2243d
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 c349d7b5..1abe7205 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -309,6 +309,9 @@ void procmsg_print_message (MsgInfo *msginfo,
const gchar *cmdline,
gboolean all_headers);
+MsgInfo *procmsg_get_msginfo (FolderItem *item,
+ gint num);
+
MsgInfo *procmsg_msginfo_copy (MsgInfo *msginfo);
MsgInfo *procmsg_msginfo_get_full_info (MsgInfo *msginfo);
gboolean procmsg_msginfo_equal (MsgInfo *msginfo_a,