diff options
Diffstat (limited to 'third_party/lieer/send_scope.patch')
-rw-r--r-- | third_party/lieer/send_scope.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/lieer/send_scope.patch b/third_party/lieer/send_scope.patch new file mode 100644 index 000000000000..32f4ead5335d --- /dev/null +++ b/third_party/lieer/send_scope.patch @@ -0,0 +1,13 @@ +diff --git a/lieer/remote.py b/lieer/remote.py +index 6e3973a..ade1082 100644 +--- a/lieer/remote.py ++++ b/lieer/remote.py +@@ -9,7 +9,7 @@ from oauth2client.file import Storage + from pathlib import Path + + class Remote: +- SCOPES = 'https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/gmail.labels https://www.googleapis.com/auth/gmail.modify' ++ SCOPES = 'https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/gmail.labels https://www.googleapis.com/auth/gmail.modify https://www.googleapis.com/auth/gmail.send' + APPLICATION_NAME = 'Lieer' + CLIENT_SECRET_FILE = None + authorized = False |