Importing pub keys
Here we can have two cases:
- key with a single user id: for example key for A@flowcrypt.test It's a simple case.
Here we have the same behavior as before.
- key with a few user ids: for example key for A@flowcrypt.test, B@flowcrypt.test
Here we have 2 theoretical recipients: A@flowcrypt.test, B@flowcrypt.test. Should I add 2 entries to the local database
1| FINGERPRINT| A@flowcrypt.test | KEY
2| FINGERPRINT| B@flowcrypt.test | KEY
Originally posted by @DenBond7 in #1188 (comment)