summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.h
AgeCommit message (Collapse)Author
2020-02-29Change send_menus to set sctx instead of globals.Kevin McCarthy
Add a "cleared" bit for smime_crypt_alg. Otherwise clearing the value in smime.c's menu would cause the compose menu and mutt_protect() to fall back to using SmimeCryptAlg.
2019-10-20Remove make_key_attachment parameter.Kevin McCarthy
The parameter is not actually used anywhere. The next commit will convert the classic pgp implementation to use the buffer pool. This change will simplify the logic.
2019-08-07Add ability to create autocrypt account from an existing key.Kevin McCarthy
This is useful when adding accounts, or for users who want to use an existing key from the keyring during initial account creation.
2018-12-04Nuke trailing white space from the crypt-* files.Werner Koch
2017-08-10Fix attachment check_traditional and extract_keys operations. (see #3728)Kevin McCarthy
Add helpers and iterate over the actx->idx instead of the BODY structure.
2017-03-26Remove redraw parameter from crypt send_menus.Kevin McCarthy
The parameter was used to notify the caller if the sign (a)s menu was invoked, which displayed the key selection menu. This is no longer necessary with the menu stack pop operation.
2016-11-26Fix build failure with GPGME 1.8: do not steal the gpgme_ prefix.Vincent Lefevre
2015-03-30Introduce an oppenc_mode parameterKevin McCarthy
It's added to the parameter lists through the call stack down to the find_keys calls. No functionality is implemented yet. This patch is separated just to keep other patches more readable.
2015-03-30Refactor the address list generation out of the find_keys routines.Kevin McCarthy
All four find_keys routines have a similar set up code for generating a single address list out of the to, cc, bcc lists. This patch pulls all the code into crypt_get_keys. This is done to simplify the functions before later patches make them more complicated (with the oppenc_mode parameter).
2008-07-01Stub in a gpgme version of extract-keys. It doesn't currently workBrendan Cully
right because apparently while gpg on the command line can parse a whole message, we'll have to do it for gpgme. I really wonder about the 'ME' part of GPGME sometimes.
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
decode-save. Closes: #1919.
2005-01-28gpgme integration. See documentation for $crypt_use_gpgme,Werner Koch
and http://www.gnupg.org/aegypten2/.