index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypt-mod-pgp-gpgme.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-04
Require GPGME version 1.2.0 and drop useless HAVE macros.
Werner Koch
2018-12-04
Nuke trailing white space from the crypt-* files.
Werner Koch
2017-08-10
Fix attachment check_traditional and extract_keys operations. (see #3728)
Kevin McCarthy
2017-03-26
Remove redraw parameter from crypt send_menus.
Kevin McCarthy
2016-11-26
Fix build failure with GPGME 1.8: do not steal the gpgme_ prefix.
Vincent Lefevre
2015-03-30
Introduce an oppenc_mode parameter
Kevin McCarthy
2015-03-30
Refactor the address list generation out of the find_keys routines.
Kevin McCarthy
2015-01-31
gpgme: typo in previous commit
Brendan Cully
2015-01-31
gpgme: guard mail-key on presence of gpgme_op_export_keys
Brendan Cully
2015-01-23
Implement mail-key, Esc-K, for gpgme. (closes #3488)
Kevin McCarthy
2008-07-01
Stub in a gpgme version of extract-keys. It doesn't currently work
Brendan Cully
2007-02-24
PKA signature verification via GPGME, controlled by $crypt_use_pka.
Moritz Schulte
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-08-11
Add error results to mutt_body_handlers, and check them when doing
Brendan Cully
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2005-01-28
gpgme integration. See documentation for $crypt_use_gpgme,
Werner Koch