astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
613 stars 65 forks source link

Show name in "encrypted to" field #564

Open varac opened 6 years ago

varac commented 6 years ago

I'm using latest astroid from master and no gpg encrypted mail shows what the name of the recipient, only the gpg-id: Encrypted for: () [0x...].

Also, when composing a mail and turning encryption on, I get this in the logs:

[22:43:30] [0x00007ffa13811000] [M] [debug] crypto: decrypting and verifiying..
[22:43:31] [0x00007ffa13811000] [M] [debug] cr: encrypted for: () [] [0x...]
[22:43:31] [0x00007ffa13811000] [M] [info] crypto: successfully decrypted message.

Signatures show up fine with both name + gpg id.

gauteh commented 6 years ago

Varac writes on October 2, 2018 22:47:

I'm using latest astroid from master and no gpg encrypted mail shows what the name of the recipient, only the gpg-id: Encrypted for: () [0x...].

Cofirmed, introduced during port to GMime 3 I believe. Are you on GMime 3?

mxmehl commented 6 years ago

I'm on Gmime2 and can confirm you only see the GPG ID. I cannot remember that is was ever different, but I would +1 this proposal :)

varac commented 6 years ago

@gauteh I have both gmime 2 and 3 installed on my system:

⏻  ~  » dpkg -l|grep libgmime
ii  libgmime-2.6-0:amd64                                        2.6.23+dfsg1-2                                            amd64        MIME message parser and creator library (old 2.6 version)
ii  libgmime-2.6-dev                                            2.6.23+dfsg1-2                                            amd64        MIME message parser and creator library (old 2.6 version) - development files
ii  libgmime-3.0-0:amd64                                        3.2.0-1                                                   amd64        MIME message parser and creator library
ii  libgmime-3.0-dev                                            3.2.0-1                                                   amd64        MIME message parser and creator library - development files