2009-05-12 [holger] 3.7.1cvs55
[claws.git] / src / messageview.c
index e79c2210ff87a0cdc7e23f557c95aa9120027b1e..b4eb09fa7228376905da77be4a599d5bf0e51398 100644 (file)
@@ -1406,6 +1406,9 @@ gint messageview_show(MessageView *messageview, MsgInfo *msginfo,
                }
        }
 done:
                }
        }
 done:
+       /* plugins may hook in here to work with the message view */
+       hooks_invoke(MESSAGE_VIEW_SHOW_DONE_HOOKLIST, messageview);
+
        g_free(file);
 
        return 0;
        g_free(file);
 
        return 0;