summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-01 12:17:56 +0100
committerGitHub <noreply@github.com>2016-12-01 12:17:56 +0100
commita87638c6ab6e3b14be6d6622b9df8f86ddc2ac05 (patch)
treeefac52307ce3467b80d8b3457e3c2d2d0f9b3a83 /apps/sharebymail
parent220452e9438062f8201ec27ec606f21908af12a6 (diff)
parent05b86faccc6d05f8696236be7bb3232a2ef4778e (diff)
downloadnextcloud-server-a87638c6ab6e3b14be6d6622b9df8f86ddc2ac05.tar.gz
nextcloud-server-a87638c6ab6e3b14be6d6622b9df8f86ddc2ac05.zip
Merge pull request #2371 from nextcloud/issue-2369-add-share-indicator-for-mail-shares
Add share indicator for mail shares
Diffstat (limited to 'apps/sharebymail')
-rw-r--r--apps/sharebymail/appinfo/info.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml
index 1b3aa01bc67..56977fcf285 100644
--- a/apps/sharebymail/appinfo/info.xml
+++ b/apps/sharebymail/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>Share provider which allows you to share files by mail</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<namespace>ShareByMail</namespace>
<category>other</category>
<dependencies>
@@ -13,6 +13,10 @@
</dependencies>
<default_enable/>
+ <types>
+ <filesystem/>
+ </types>
+
<activity>
<providers>
<provider>OCA\ShareByMail\Activity</provider>