-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Kim Oliver Drechsel <[email protected]> Reviewed-on: https://git.maki-it.corp/Kim/lexoffice-invoice-upload/pulls/33
- Loading branch information
Showing
4 changed files
with
69 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__ | ||
config.ini | ||
config.ini | ||
.idea |
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 |
---|---|---|
|
@@ -34,4 +34,4 @@ extensionsToCheck = .pdf,.html | |
# Text: Get only UNSEEN mails FROM either [email protected] OR FROM [email protected]: | ||
# Filter: UNSEEN OR (FROM [email protected]) (FROM [email protected])) | ||
# See https://gist.github.com/martinrusev/6121028 for a list of all available keywords. | ||
filter = UNSEEN OR (FROM [email protected]) (FROM [email protected]) | ||
filter = UNSEEN |
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