2011-04-10 [colin] 3.7.9cvs5
[claws.git] / src / messageview.c
index 00721c4bc318a31e4e0089a084f604ff689abcd3..a00dfa73de823abad8d8c0079ff9f6d9dec9c91e 100644 (file)
@@ -2558,7 +2558,7 @@ static void compose_cb(GtkAction *action, gpointer data)
        if (item) {
                ac = account_find_from_item(item);
                if (ac && ac->protocol == A_NNTP &&
-                   item->stype == F_NEWS) {
+                   item->type == F_NEWS) {
                        compose_new(ac, item->path, NULL);
                        return;
                }