-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Multiple gmail accounts? #56
Labels
Comments
Christian Stewart writes on desember 6, 2017 22:02:
Is there a good way of setting up multiple accounts in a single repository?
No, do not do that. Create a sub-directory and create your repositories
below that (one dir for each). Notmuch doesn't care about directory
layout as long as it is below the root mail directory.
|
It seems that once this is done, notmuch gets confused with all the tags (since it indexes both accounts) and it ends up being that sent emails from account A are also sent to the inbox folder of account A, and a lot of messages in the form of "xx is not in this repository, ignoring" pop up. |
Notmuch identifies emails with the mail ID. If you have the same email in
two accounts this will result in tags propagating between the accounts. You
do not have any other emails in the Gmail folders for the accounts? They
should have one exclusive folder each.
tor. 24. okt. 2019, 18:33 skrev Constantine Theocharis <
notifications@github.com>:
… It seems that once this is done, notmuch gets confused with all the tags
(since it indexes both accounts) and it ends up being that sent emails from
account A are also sent to the inbox folder of account A, and a lot of
messages in the form of "xx is not in this repository, ignoring" pop up.
Any idea how this could be resolved?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#56?email_source=notifications&email_token=AAAN366MS6BS46XA6MKE4S3QQHE5BA5CNFSM4EHCKQNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECFUXSQ#issuecomment-545999818>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN365CNRK4EQ7JCFE4XIDQQHE5BANCNFSM4EHCKQNA>
.
|
I don't, that's the weird thing. My directory structure is as follows:
~/.local/share/mail/ is the notmuch root directory.
~/.local/share/mail/account.gmail1/ is the first gmail account and
~/.local/share/mail/account.gmail2/ is the second. They are both indexed by
notmuch. But when for example I send an email from gmail1 to some other
address (not gmail2), the email also appears in the inbox of gmail1. I
don't know why this is. I presume that spending some time to debug this
would get me to the root cause. However, I've decided to move to an
IMAP-based solution due to this and other problems with tag-based email.
Nevertheless, good work on this project, it is truly cool! Thanks for the
reply.
… |
Ok :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a good way of setting up multiple accounts in a single repository?
The text was updated successfully, but these errors were encountered: