summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/notifications.h12
-rw-r--r--src/resources/notifytypes.h3
2 files changed, 15 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index fe193d026..81199fcc7 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -599,6 +599,18 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Message successfully deleted."),
NotifyFlags::EMPTY},
+ {"mail get attach ok",
+ // TRANSLATORS: notification message
+ N_("You got attach successfully."),
+ NotifyFlags::EMPTY},
+ {"mail get attach error",
+ // TRANSLATORS: notification message
+ N_("Error on getting attach successfully."),
+ NotifyFlags::EMPTY},
+ {"mail get attach too many items",
+ // TRANSLATORS: notification message
+ N_("Can't get attach. Too many items."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H
diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h
index d80689a76..14eedf9eb 100644
--- a/src/resources/notifytypes.h
+++ b/src/resources/notifytypes.h
@@ -168,6 +168,9 @@ namespace NotifyTypes
MAIL_RETURN_OK,
MAIL_DELETE_ERROR,
MAIL_DELETE_OK,
+ MAIL_GET_ATTACH_OK,
+ MAIL_GET_ATTACH_ERROR,
+ MAIL_GET_ATTACH_TOO_MANY_ITEMS,
TYPE_END
};