summaryrefslogtreecommitdiff
path: root/src/gui/windows/mailviewwindow.h
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/gui/windows/mailviewwindow.h
parent86735e142e86391e46b0eafbcb7ef01e25fc969a (diff)
downloadplus-7a94bb34d78f88c93e280da04dd8542b26686ed1.tar.gz
plus-7a94bb34d78f88c93e280da04dd8542b26686ed1.tar.bz2
plus-7a94bb34d78f88c93e280da04dd8542b26686ed1.tar.xz
plus-7a94bb34d78f88c93e280da04dd8542b26686ed1.zip
Add support for getting attached money from mail message.
Diffstat (limited to 'src/gui/windows/mailviewwindow.h')
-rw-r--r--src/gui/windows/mailviewwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/mailviewwindow.h b/src/gui/windows/mailviewwindow.h
index 13ad25676..c3f691629 100644
--- a/src/gui/windows/mailviewwindow.h
+++ b/src/gui/windows/mailviewwindow.h
@@ -53,6 +53,8 @@ class MailViewWindow final : public Window,
void removeItems(const int64_t mailId);
+ void removeMoney(const int64_t mailId);
+
private:
void updateAttachButton();