summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-26 19:33:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-26 19:33:11 +0300
commit86735e142e86391e46b0eafbcb7ef01e25fc969a (patch)
treea717ba215baae052de204ed7b8e50b20c453882a /src/resources/notifications.h
parentd3f61bb7da045c7d0a955a3859aac713d1bfc6e7 (diff)
downloadplus-86735e142e86391e46b0eafbcb7ef01e25fc969a.tar.gz
plus-86735e142e86391e46b0eafbcb7ef01e25fc969a.tar.bz2
plus-86735e142e86391e46b0eafbcb7ef01e25fc969a.tar.xz
plus-86735e142e86391e46b0eafbcb7ef01e25fc969a.zip
Add support for getting attached items from mail message.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index a5b7a725f..08526bb81 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -893,6 +893,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Mail send failed. Receiver name wrong or not checked."),
NotifyFlags::EMPTY},
+ {"mail get attach full error",
+ // TRANSLATORS: notification message
+ N_("Error on getting attach. No space or weight too high."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H