claws-mail/src/plugins/rssyl/rssyl_subscribe.h
Andrej Kacian a0cd163714 Replace verbosity boolean flag with a bitfield of flags.
Currently, there are two - whether or not to show error dialogs
and whether or not to show a feed rename dialog after subscribing.

We use same enum typedef for subscribing and fetching/updating
for consistency, the second flag only has effect in rssyl_subscribe().
2017-02-25 11:43:26 +01:00

9 lines
212 B
C

#ifndef __RSSYL_SUBSCRIBE_H
#define __RSSYL_SUBSCRIBE_H
#include <rssyl_feed.h>
FolderItem *rssyl_subscribe(FolderItem *parent, const gchar *url,
RSSylVerboseFlags verbose);
#endif /* __RSSYL_SUBSCRIBE_H */