aboutsummaryrefslogtreecommitdiff
path: root/src/plugin.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-08 04:46:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-08 04:46:06 +0000
commit1795b4e93920d0ab38ecc8011c8c0756e18df8dd (patch)
treeba56908426869e44d89b63e326a8a745b1f9cadd /src/plugin.h
parent68b391b5c17420988118f2152d90832472bbfc0b (diff)
added a new plug-in API: 'messagev-ew-show'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2887 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugin.h b/src/plugin.h
index 65497882..f966fd69 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -78,6 +78,11 @@ struct _SylPluginClass
gint send_mode,
const gchar *msg_file,
GSList *to_list);
+
+ void (* messageview_show) (GObject *obj,
+ gpointer msgview,
+ MsgInfo *msginfo,
+ gboolean all_headers);
};
struct _SylPluginInfo