Replace verbosity boolean flag with a bitfield of flags.
authorAndrej Kacian <ticho@claws-mail.org>
Sat, 25 Feb 2017 10:43:26 +0000 (11:43 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 25 Feb 2017 10:43:26 +0000 (11:43 +0100)
commita0cd16371432539c4f9aba48516eda9ac5d385f0
tree67655111cfee81cd3f162410d4d496ad020d0148
parentae3a830bd1919b1ab8de385c11d936e8853f35c8
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().
src/plugins/rssyl/opml_import.c
src/plugins/rssyl/rssyl.c
src/plugins/rssyl/rssyl_cb_menu.c
src/plugins/rssyl/rssyl_feed.c
src/plugins/rssyl/rssyl_feed.h
src/plugins/rssyl/rssyl_subscribe.c
src/plugins/rssyl/rssyl_subscribe.h
src/plugins/rssyl/rssyl_update_comments.c
src/plugins/rssyl/rssyl_update_feed.c
src/plugins/rssyl/rssyl_update_feed.h