summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
AgeCommit message (Expand)Author
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
2015-07-26Handle malformed ms-exchange pgp-encrypted block. (closes #3742)Kevin McCarthy
2015-07-05Remove 'hit enter' prompt for GPGME initialization errors.Kevin McCarthy
2015-06-26Add comment about "(f)orget it" choice in pgp/smime send menus.Kevin McCarthy
2015-04-19Add $crypt_confirmhook option. (see #3727)Kevin McCarthy
2015-04-19Allow multiple crypt-hooks with the same regexp. (closes #3727).Kevin McCarthy
2015-04-15Use fingerprints instead of keyIDs internally. (see #3695)Kevin McCarthy
2015-03-30Fix const errors caused by find_keys() changes.Kevin McCarthy
2015-03-30Add ui elements for oppenc mode.Kevin McCarthy
2015-03-30Implement oppenc_mode in the find_keys methods.Kevin McCarthy
2015-03-30Introduce an oppenc_mode parameterKevin McCarthy
2015-03-30Refactor the address list generation out of the find_keys routines.Kevin McCarthy
2015-02-11Allow fingerprint user input for key selection. (see #3695)Eike Rathke
2015-02-08Cache uid validity in crypt_key_t.Kevin McCarthy
2015-02-08Fix pgp-gpgme to set revoke/expired/disabled flags.Kevin McCarthy
2015-01-31gpgme: guard mail-key on presence of gpgme_op_export_keysBrendan Cully
2015-01-25Remove GPG_AGENT_INFO check for GnuPG 2.1 compatibility. (closes #3715)Kevin McCarthy
2015-01-23Implement mail-key, Esc-K, for gpgme. (closes #3488)Kevin McCarthy
2015-01-18Allow short and long key ID user input in crypt_getkeybystr()Eike Rathke
2015-01-17Fix some context, data, and key memory leaks in gpgme.Kevin McCarthy
2013-10-29Add gpg signature name. (closes #3478)Kevin McCarthy
2014-12-31Fix segfault of extract-keys (^K) under gpgme. (closes #3698)Kevin McCarthy
2013-10-23Ensure that at least one signature was generated to catch the case where $pgp...Michael Elkins
2013-10-04Display the KeyID when the pubkey is not found in the user's keyring during s...Michael Elkins
2013-10-19remove <stdbool.h> and use "1" instead of "true". closes #3657Michael Elkins
2013-10-06include <stdbool.h> for definition 'true'nihilhill
2013-10-04fix more comment typosMichael Elkins
2013-07-23fix typos in commentsOndřej Bílka
2012-12-19allow for CRLF line endings when comparing for the OpenPGP block identifiersMichael Elkins
2012-12-17Fix NULL pointer dereference in notation namePetr Pisar
2012-12-07invoke gpgme_check_version() as required to initialize the library.Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in crypt-gpgme.cOlaf Hering
2010-09-30use gpgme_strerror() in lieu of gpg_strerror()Roman Kagan
2010-09-11add DISPNONE to mean no preferred Content-Disposition; make pgp-signature par...Michael Elkins
2010-02-28GPGME: Sender verification should be canse-insensitive for domain names.ludwig
2009-06-23Update crypt-gpgme for mutt_mktemp change in [ed7eb5de7536]Brendan Cully
2009-06-17Display unsigned part of traditional PGP messages.Brendan Cully