EasyGnuPG / egpg

Easy GnuPG, shell scripts to make GnuPG more accessible and easier to use. (Migrated to: https://gitlab.com/EasyGnuPG/egpg)
GNU General Public License v3.0
26 stars 5 forks source link

Add verify #76

Closed diveshuttam closed 6 years ago

diveshuttam commented 6 years ago

currently doesn't check if contact is in the list added pango_raw function, it escapes stdin to make it behave like raw text in pango format. Currently it changes "<" ">" to "\<" and "\>".

dashohoxha commented 6 years ago

I have tried to fix a few things, but please test all the cases (both for sign and verify). Maybe some small things still need to be fixed.

diveshuttam commented 6 years ago

There were two error boxes being displayed for sign, I have combined them into 1. It now displays single error on operations like canceling pinentry or bad passphrase etc.

dashohoxha commented 6 years ago

:+1: This seems nice too.

diveshuttam commented 6 years ago

Maybe we should merge this, if you are done.

We need to ask for searching contacts online but it can be done easily after implementing the contact interface.