aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-10 02:51:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-10 02:51:15 +0000
commit3803fc8d9845990819eefdcfd6c46c31658aa1b3 (patch)
tree285876dc6d94151e5b3bdfb86972fad5cd9ccff3 /libsylph/procmsg.h
parenta8dd8ec8af07826434cf28bca75b5261528f806d (diff)
printing messages now follows 'Show all headers'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1038 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 19de310e..f61b6f9b 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -297,7 +297,8 @@ void procmsg_remove_all_cached_messages
gint procmsg_save_to_outbox (FolderItem *outbox,
const gchar *file);
void procmsg_print_message (MsgInfo *msginfo,
- const gchar *cmdline);
+ const gchar *cmdline,
+ gboolean all_headers);
MsgInfo *procmsg_msginfo_copy (MsgInfo *msginfo);
MsgInfo *procmsg_msginfo_get_full_info (MsgInfo *msginfo);