-
-
Notifications
You must be signed in to change notification settings - Fork 99
DC with pgp-contacts doesn't see outgoing messages from the first device #6856
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
Comments
On Thu, May 15, 2025 at 23:47 -0700, iequidoo wrote:
iequidoo created an issue (chatmail/core#6856)
- Install DC Android+pgp-contacts and add it as a second device to the existing DC profile (i used DC Desktop for that).
Used versions: DC Desktop 1.58.2 (core 1.159.4) (w/o `sign_unencrypted`), DC Android + pgp-contacts.
You are adding the sqltables from pgpgbranch to a non-pgpbranch? Not really expected to work, is it?
We probably need to try prevent/fail such an attempt, and otherwise make sure we get the pgpbranch
releases out on all platforms in a short time frame so we only block multi-device setup for a short time frame.
(setting up from pre-pgpbranch to a pgpbranch device is fine).
|
No, i did vice versa. Edited the description to make it more clear. Probably need to retest this with chatmail, maybe there's smth wrong with handling multiple folders, moreover Gmail copies sent messages to |
Reproduced this with a chatmail profile (instead of Gmail). Also this reproduces with two Android setups, i.e. the bug isn't specific to Desktop. Log with receipt of the problem message:
So for some reason it thinks that the contact from "To" is a non-PGP contact. Btw, if send a message from the pgp-contacts device, it heals. It seems that } else if let Some(chat_id) = chat_id {
to_ids = lookup_pgp_contacts_by_address_list(
context,
&mime_parser.recipients,
to_member_fingerprints,
chat_id,
)
.await?; because it's the first outgoing message and If so, a possible fix is to let |
Used versions: DC Desktop 1.58.2 (core 1.159.4) (w/o
sign_unencrypted
), DC Android + pgp-contacts from deltachat/deltachat-android#3734 (comment)The text was updated successfully, but these errors were encountered: