summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xrun.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 6d47880..c8bcb03 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,7 @@
#!/bin/sh
# For running from the cmdline in Debug Mode
-FLASK_APP=app FLASK_ENV=development flask "$@"
+FLASK_APP=app \
+FLASK_ENV=development \
+PYTHONDONTWRITEBYTECODE=1 \
+flask "$@"
a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4&follow=1'>Fix for go-imap-uidplus has gone upstream, delete replace.René 'Necoro' Neumann2-7/+3 2020-05-04when tls verification is disabled for the feed, we should also disable this f...René 'Necoro' Neumann1-3/+4 2020-05-03Better handling of embedded images with relative urlsRené 'Necoro' Neumann1-13/+27 2020-05-03Slightly enhance loggingRené 'Necoro' Neumann1-4/+4 2020-05-03Explicit version infoRené 'Necoro' Neumann4-12/+15 2020-05-03--version flagRené 'Necoro' Neumann1-0/+6 2020-05-03Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26 2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann4-11/+33 2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12 2020-05-03Update support for IMAPRené 'Necoro' Neumann5-17/+205 2020-05-03Option "reupload-if-updated"René 'Necoro' Neumann2-0/+4 2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3