aboutsummaryrefslogtreecommitdiff
path: root/libsylph/news.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-20 11:07:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-20 11:07:16 +0000
commit443d2ed595ef86066c7a2c7ed58ff0a7624b6584 (patch)
tree938d3c3a5ac753f462f6c876d0f98520bbb1f3be /libsylph/news.h
parent16c8d272eea8675ceaafb1e974c663fc1d4f9386 (diff)
reimplemented grouplistdialog with GtkTreeView.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@593 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/news.h')
-rw-r--r--libsylph/news.h1
1 files changed, 1 insertions, 0 deletions
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);