summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
AgeCommit message (Expand)Author
2019-04-21Handle the same secret key appearing in multiple public keyringsJulian Gilbey
2019-03-05Use gpgme recipient strings for encryption when available.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2018-12-31Remove dead code.Kevin McCarthy
2018-12-21Handle improperly encoded pgp/mime octetstream part.Kevin McCarthy
2018-12-17Add protected header received email support.Kevin McCarthy
2018-12-05Adjust version number comment in gpgme.Kevin McCarthy
2018-12-04Improve the console output for extract-keys and speed up import.Werner Koch
2018-12-04Try to avoid creation of temp. directory for key import.Werner Koch
2018-12-04Always use the gpgme_new wrapper in crypt-gpgme.Werner Koch
2018-12-04Require GPGME version 1.2.0 and drop useless HAVE macros.Werner Koch
2018-12-04Nuke trailing white space from the crypt-* files.Werner Koch
2018-11-18Add L10N comments to several unclear messages.TAKAHASHI Tamotsu
2018-06-18crypt-gpgme: prevent crash on bad S/MIME signaturePhilipp Gesang
2018-03-22Merge branch 'stable'Kevin McCarthy
2018-03-22Fix s/mime non-detached signature handling.Kevin McCarthy
2018-03-15Change mutt_error call in mutt_gpgme_set_sender() to dprint.Kevin McCarthy
2018-01-11Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy
2017-08-10Fix attachment check_traditional and extract_keys operations. (see #3728)Kevin McCarthy
2017-06-14Auto-pad translation for the GPGME key selection "verify key" headers.Kevin McCarthy
2017-06-12Make GPGME key selection behavior the same as classic-PGP. (see #3950)Kevin McCarthy
2017-06-01Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu
2017-03-26Remove redraw parameter from crypt send_menus.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2016-12-31Canonicalize line endings for GPGME S/MIME encryption. (closes #3904)Kevin McCarthy
2016-11-26Fix build failure with GPGME 1.8: do not steal the gpgme_ prefix.Vincent Lefevre
2016-10-17merge stableKevin McCarthy
2016-10-17Actually fix gpgme segfault in create_recipient_set().Kevin McCarthy
2016-10-16merge stableKevin McCarthy
2016-10-16Fix gpgme segfault in create_recipient_set().Kevin McCarthy
2016-10-11Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)TAKAHASHI Tamotsu
2016-10-01Ensure signatures exist when verifying multipart/signed emails. (closes #3881).Kevin McCarthy
2016-09-20Use body color for gpgme output. (closes #3872)Antonio Radici
2016-09-20merge stableKevin McCarthy
2016-09-20Fix gpgme segfault when querying candidates with a '+' in the address. (close...Antonio Radici
2016-08-22Remove the $locale configuration variable.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-03-19Fix a few typos in translation messages.Kevin McCarthy
2016-03-02Add hard redraw for the gpgme application/pgp handler.Kevin McCarthy
2016-02-15Add $pgp_decryption_okay to verify multipart/encrypted are actually encrypted...Kevin McCarthy
2016-02-11Update the status message after decryption using gpgpme.Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-09-12Improve translation string in crypt-gpgme.cKevin McCarthy
2015-09-02merge stableKevin McCarthy
2015-09-02Add time_t conversion to fix gpgme segfault on OpenBSD.Kevin McCarthy
2015-09-02Add L10N messages for the pgp/smime send menus.Kevin McCarthy