summaryrefslogtreecommitdiff
path: root/src/enums
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-26 20:06:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-26 20:06:09 +0300
commit7a94bb34d78f88c93e280da04dd8542b26686ed1 (patch)
tree5b149edf9799e8a482a4bdc26bc0f83a8df7ca7a /src/enums
parent86735e142e86391e46b0eafbcb7ef01e25fc969a (diff)
downloadmv-7a94bb34d78f88c93e280da04dd8542b26686ed1.tar.gz
mv-7a94bb34d78f88c93e280da04dd8542b26686ed1.tar.bz2
mv-7a94bb34d78f88c93e280da04dd8542b26686ed1.tar.xz
mv-7a94bb34d78f88c93e280da04dd8542b26686ed1.zip
Add support for getting attached money from mail message.
Diffstat (limited to 'src/enums')
-rw-r--r--src/enums/resources/notifytypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/enums/resources/notifytypes.h b/src/enums/resources/notifytypes.h
index 6513c4f4f..1c2dee843 100644
--- a/src/enums/resources/notifytypes.h
+++ b/src/enums/resources/notifytypes.h
@@ -245,6 +245,9 @@ namespace NotifyTypes
MAIL_SEND_ITEM_ERROR,
MAIL_SEND_RECEIVER_ERROR,
MAIL_GET_ATTACH_FULL_ERROR,
+ MAIL_GET_MONEY_OK,
+ MAIL_GET_MONEY_ERROR,
+ MAIL_GET_MONEY_LIMIT_ERROR,
TYPE_END
};