summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
AgeCommit message (Expand)Author
2009-06-23Update crypt-gpgme for mutt_mktemp change in [ed7eb5de7536]Brendan Cully
2009-06-17Display unsigned part of traditional PGP messages.Brendan Cully
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2008-07-02Only make LC_MESSAGES conditional on NLS in GPGME locale support.Brendan Cully
2008-07-01Set GPGME locale on first attempt to create context.Brendan Cully
2008-07-01Stub in a gpgme version of extract-keys. It doesn't currently workBrendan Cully
2008-07-01Support displaying application/pgp-keys with GPGME.Brendan Cully
2008-07-01Handle DONTHANDLEPGPKEYS in handler instead of crypto modules.Brendan Cully
2008-06-29Improve gpgme SMIME uid display: align each line by the length of the first.Brendan Cully
2008-06-29Show more information about problematic SMIME signatures under gpgme.Brendan Cully
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2008-05-17Fix GPGME S/MIME micalg generation, broken in [e6f958b093b6].Andreas Jobs
2007-07-14GPGME: do not attempt to extract signatures unless gpgme_op_verify returned s...Brendan Cully
2007-07-04Fix some compiler warnings in GPGME. Closes #2919.Brendan Cully
2007-07-04GPGME: Stop parsing message as soon as PGP header is found.Brendan Cully
2007-06-09Make GPGME backend generate a RFC3156-compliant micalg parameterBrendan Cully
2007-04-23Fix compilation error related to change in mutt_FormatString()Michael Elkins
2007-04-01gpgme: check result for signatures pointer (closes: #2199)TAKAHASHI Tamotsu
2007-03-20Enlarge help string buffersRocco Rutte
2007-03-11Grabage-collect references to an outdated email address.Thomas Roessler
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
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
2005-08-09Improve translatability of crypt-gpgme. Closes: #2020.TAKAHASHI Tamotsu
2005-07-28Fix mutt/2004; S/MIME user interface differences between GPGME andTAKAHASHI Tamotsu
2005-07-27Correct two typos in GPGME error messages.Vincent Lefevre
2005-07-26Partial application of Tamo's translation patch for gpgme and gnutls.TAKAHASHI Tamotsu
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-28gpgme integration. See documentation for $crypt_use_gpgme,Werner Koch