wangp / bower

A curses terminal client for the Notmuch email system
Other
119 stars 11 forks source link

in-line PGP not supported? #92

Closed craftyguy closed 2 years ago

craftyguy commented 2 years ago

I received an in-line PGP encrypted mail, and the main body/text was not decrypted, so I assume this is not supported in bower? If that assertion is true, would it be too difficult to add support for it? Obviously PGP/MIME is preferred, but apparently some folks are still using in-line PGP, and there's no way to save the encrypted mail content in bower to decrypt it manually, so I've been copying/pasting/decrypting the contents (which is annoying)

wangp commented 2 years ago

Decryption is handled by notmuch, and notmuch doesn't support inline PGP.

craftyguy commented 2 years ago

I see, thanks for clarifying!