From 531eb250f759958096a822b0ed4880a11a6def79 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 28 Jun 2011 23:43:34 +0000 Subject: [PATCH] Missed this one. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42338 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../notifier/NewMailNotification.rdef | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/add-ons/mail_daemon/inbound_filters/notifier/NewMailNotification.rdef diff --git a/src/add-ons/mail_daemon/inbound_filters/notifier/NewMailNotification.rdef b/src/add-ons/mail_daemon/inbound_filters/notifier/NewMailNotification.rdef new file mode 100644 index 0000000000..a27a2df02c --- /dev/null +++ b/src/add-ons/mail_daemon/inbound_filters/notifier/NewMailNotification.rdef @@ -0,0 +1,15 @@ +/* + * NewMailNotification.rdef + */ + +resource app_signature "application/x-vnd.Haiku-NewMailNotification"; + +resource app_version { + major = 1, + middle = 0, + minor = 0, + variety = 0, + internal = 0, + short_info = "1.0.0", + long_info = "Haiku NewMailNotification mail_daemon add-on." +};