diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/notifications.h | 4 | ||||
-rw-r--r-- | src/resources/notifytypes.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 81199fcc7..69cb6a205 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -611,6 +611,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Can't get attach. Too many items."), NotifyFlags::EMPTY}, + {"new mail", + // TRANSLATORS: notification message + "%s", + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 14eedf9eb..1c132e876 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -171,6 +171,7 @@ namespace NotifyTypes MAIL_GET_ATTACH_OK, MAIL_GET_ATTACH_ERROR, MAIL_GET_ATTACH_TOO_MANY_ITEMS, + NEW_MAIL, TYPE_END }; |