Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force deleting does not help if the email failed to be added. #1006

Open
ayoubelmhamdi opened this issue Oct 18, 2024 · 1 comment
Open

Force deleting does not help if the email failed to be added. #1006

ayoubelmhamdi opened this issue Oct 18, 2024 · 1 comment

Comments

@ayoubelmhamdi
Copy link

I tried without OAuth2, and Google did not allow me to use it as a third party. I used OAuth2, but the webmail is still confused with some cached data from previously added email accounts.
image

@ayoubelmhamdi
Copy link
Author

I used strace mw -a s***@gmail.com and it showed me a directory that included the stored password:

newfstatat(AT_FDCWD, "/home/user/.password-store/s*****@gmail.com.gpg", {st_mode=S_IFREG|0600, st_size=467, ...}, 0) = 0
pipe2([3, 4], 0)

I removed it, and then the errors about existing emails disappeared. I will try to use OAuth2 from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant