You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,18 @@ To get started:
37
37
38
38
Once the initialisation is done, just simply use `qgmail` to access the API.
39
39
40
+
> If you want to use `qGmail` for multiple accounts in your status bar, you can do so by specifying a different path for saving the OAuth tokens through the `-token` flag. For example:
41
+
>```sh
42
+
># For personal account, use default path for the token.
43
+
>qgmail
44
+
>
45
+
># For alternate account, use another path for the token.
0 commit comments