diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-01-31 12:35:17 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-01-31 12:35:17 +0000 |
commit | f58e9bb8b54f11383c218f95ca62d1cb0abae408 (patch) | |
tree | 4b84febf42139d91b44ceda8752b70087e3b90f9 /protocols/FacebookRM/src/constants.h | |
parent | ab48390f184da37486fe37237f2c11e51fe7859d (diff) |
Facebook: Add checkboxes for keep unread and inbox only into options
git-svn-id: http://svn.miranda-ng.org/main/trunk@7971 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index ca9f6e48c1..b4af81412a 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -72,6 +72,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_CUSTOM_SMILEYS 0
#define DEFAULT_LOCAL_TIME 0
#define DEFAULT_LOAD_PAGES 0
+#define DEFAULT_KEEP_UNREAD 0
+#define DEFAULT_INBOX_ONLY 0
#define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1
#define DEFAULT_EVENT_FEEDS_ENABLE 1
|