aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/news.c1
-rw-r--r--libsylph/news.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/news.c b/libsylph/news.c
index 2872bb00..e54f37d0 100644
--- a/libsylph/news.c
+++ b/libsylph/news.c
@@ -489,6 +489,7 @@ static NewsGroupInfo *news_group_info_new(const gchar *name,
ginfo->first = first;
ginfo->last = last;
ginfo->type = type;
+ ginfo->subscribed = FALSE;
return ginfo;
}
diff --git a/libsylph/news.h b/libsylph/news.h
index 0268c9a2..d6d01a30 100644
--- a/libsylph/news.h
+++ b/libsylph/news.h
@@ -43,6 +43,7 @@ struct _NewsGroupInfo
guint first;
guint last;
gchar type;
+ gboolean subscribed;
};
FolderClass *news_get_class (void);