about summary refs log tree commit diff
path: root/third_party/lieer/send_scope.patch
blob: c882a79ac51818458cf3447567eade502fcdf4c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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://mail.google.com/'
   APPLICATION_NAME   = 'Lieer'
   CLIENT_SECRET_FILE = None
   authorized         = False