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
/
mutt_crypt.h
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-12-25
Finish protected header write support.
Kevin McCarthy
2018-12-17
Add protected header received email support.
Kevin McCarthy
2017-12-30
Disable message security if the backend is not available.
Kevin McCarthy
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
2015-07-26
Handle malformed ms-exchange pgp-encrypted block. (closes #3742)
Kevin McCarthy
2015-03-30
Add a security bit to the message for oppenc mode.
Kevin McCarthy
2015-03-30
Implement crypt_opportunistic_encrypt().
Kevin McCarthy
2015-03-30
Pull is_numerical_keyid() into crypt.c.
Kevin McCarthy
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-02-11
Allow fingerprint user input for key selection. (see #3695)
Eike Rathke
2012-12-18
rename iswsp() to is_email_wsp()
Michael Elkins
2007-02-24
PKA signature verification via GPGME, controlled by $crypt_use_pka.
Moritz Schulte
2006-04-20
Make mutt_parse_crypt_hdr more SMIME-aware.
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
2004-06-17
This is the sequel to the crypto modularization changes I did on
Moritz Schulte
2004-04-12
See: http://does-not-exist.org/mail-archives/mutt-dev/msg00843.html
Dale Woolridge
2004-04-12
A belated fix for #1808 (Debian #233106): Make sure
Thomas Roessler
2003-12-30
Handle partially signed messages more reasonably. See #1743.
Thomas Roessler
2003-01-30
Introduce $pgp_auto_traditional.
David Shaw
2003-01-21
Fix an #ifdef.
Thomas Roessler
2003-01-21
- To cleanup the pgp/smime code and prepare for other backends.
Werner Koch
2002-12-18
Rename crypt.h to mutt_crypt.h.
Thomas Roessler