summaryrefslogtreecommitdiffstats
path: root/pgp.c
AgeCommit message (Expand)Author
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-30Add ui elements for oppenc mode.Kevin McCarthy
2015-03-30Implement oppenc_mode in the find_keys methods.Kevin McCarthy
2015-03-30Pull is_numerical_keyid() into crypt.c.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-03-04Fix pgp_application_pgp_handler to remove all tempfiles.Kevin McCarthy
2015-01-25Remove GPG_AGENT_INFO check for GnuPG 2.1 compatibility. (closes #3715)Kevin McCarthy
2015-01-18Allow short and long key ID user input in pgp_getkeybystr()Eike Rathke
2013-10-29Add gpg signature name. (closes #3478)Kevin McCarthy
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in pgp.cOlaf Hering
2010-09-11add DISPNONE to mean no preferred Content-Disposition; make pgp-signature par...Michael Elkins
2010-04-14remove toggle and replace with format in pgp-menuMichael Elkins
2010-04-11Remove the (i) option from the PGP-menu when encryption or signing is notMichael Elkins
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-17Display unsigned part of traditional PGP messages.Brendan Cully
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-04-17Support the Charset: armor header for inline PGP. Closes #3039.Rocco Rutte
2009-03-19Remove unused variableErik Hovland
2009-03-17Ensure display is redrawn for application/pgpTodd Zullinger
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-07-01Handle DONTHANDLEPGPKEYS in handler instead of crypto modules.Brendan Cully
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2008-05-23Call mutt_need_hard_redraw() in pgp_decrypt_part().Todd Zullinger
2007-04-21Use PGP_SECRING to find PGP signing keys. Closes #2878.Brendan Cully
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
2005-11-22Fix "mixed messages" about the success (or not) of decrypting PGPThomas Roessler
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-10-10Make PGP decode failure non-fatal when displaying messages (as opposed toBrendan Cully
2005-09-21When using GPG agent in classic mode, set GPG_TTY if it isn't already setAdeodato Simó
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-09-07Silence some GCC warnings about uninitialized variables.Brendan Cully
2005-08-24Don't treat PGP inline signature verification errors as fatal.Brendan Cully
2005-08-22Pause after error message if PGP decode fails, in case mutt_copy_message over...Brendan Cully
2005-08-22Don't attempt to manipulate null pgp output file handles.Brendan Cully
2005-08-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
2005-08-11Fix verification of clearsigned PGP messages. (debugged on IRC,Thomas Roessler
2005-08-09Move pgp failure check inside the if (invoke pgp) block. Should reallyBrendan Cully
2005-08-09Don't ftell pgp output file if there isn't one. Closes: #2032.Brendan Cully
2005-08-02More fiddling with PGP results. When rerunning PGP on a message, clearBrendan Cully
2005-08-02Forget passphrase on PGP/inline decryption error, and improve status lineBrendan Cully
2005-08-02Also forget passphrase when encrypt fails, if signing. (closes #1025 again)Brendan Cully
2005-08-02Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless andBrendan Cully
2005-08-01Automatically forget PGP passphrase on sign or decrypt error. (closes #1025)Brendan Cully
2005-08-01Display "successfully decrypted" message instead of nothing. Superseded by si...Brendan Cully