forked from RainLoop/rainloop-webmail
-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Nextcloud save to Calendar #569
- Loading branch information
the-djmaze
committed
Oct 25, 2022
1 parent
e183764
commit 797c958
Showing
5 changed files
with
154 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[NEXTCLOUD] | ||
SAVE_ATTACHMENTS = "Save in Nextcloud" | ||
SAVE_EML = "Save as .eml in Nextcloud" | ||
SAVE_ICS = "Put in Calendar" | ||
SELECT_FOLDER = "Select folder" | ||
SELECT_FILES = "Select file(s)" | ||
ATTACH_FILES = "Attach Nextcloud files" | ||
SELECT_CALENDAR = "Select calendar" |