summaryrefslogtreecommitdiffstats
path: root/pgpkey.c
AgeCommit message (Expand)Author
2022-05-27Fix $pgp_sort_keys sorting.Kevin McCarthy
2021-06-13Merge branch 'stable'Kevin McCarthy
2021-06-13Fix getkeybyaddr() debug output.Kevin McCarthy
2021-06-13Directly add full mailbox to GPG search hints.Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-03-06Merge branch 'stable'Kevin McCarthy
2020-03-06Fix format string parameters.Kevin McCarthy
2020-01-14Add $crypt_opportunistic_encrypt_strong_keys config var.Kevin McCarthy
2019-10-20Convert pgp_make_key_attachment() to use buffer pool.Kevin McCarthy
2019-10-20Remove make_key_attachment parameter.Kevin McCarthy
2019-10-20Convert pgp_select_key() to use buffer pool.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2016-08-22Remove the $locale configuration variable.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2015-04-15Use fingerprints instead of keyIDs internally. (see #3695)Kevin McCarthy
2015-03-30Implement oppenc_mode in the find_keys methods.Kevin McCarthy
2015-02-11Allow fingerprint user input for key selection. (see #3695)Eike Rathke
2015-02-10Protect addr with NONULL in pgp_getkeybyaddr.Kevin McCarthy
2015-01-19pgp_getkeybystr: Pull key matching out of the address match loop.Kevin McCarthy
2015-01-18Allow short and long key ID user input in pgp_getkeybystr()Eike Rathke
2015-01-06merge stableKevin McCarthy
2015-01-05Fix segv in pgp_getkeybystr(). (closes #3725)Kevin McCarthy
2014-08-12Wrap pgp_uid_t->addr in NONULL(). (closes #3564)Kevin McCarthy
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-12Allow ! suffix for pgp keys via $pgp_sign_as and prompt. Closes #1928.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Remove dead code. Thanks to Ingo Schwarze.Brendan Cully
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2007-04-11Pass column value recursively when expanding format strings (bug #2840).Michael Elkins
2007-03-20Enlarge help string buffersRocco Rutte
2006-09-08Clean up some text. Closes: #2466.Malcolm Parsons
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-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-10-08KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some sizeofThomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2003-01-05Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann
2002-12-20Minor tweak to an error message.David Shaw
2002-12-19Don't bother the user with weak keys when there's a strong one.Thomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-01-15Shorten some messages. Noted by Jeremy Blosser. #978.Thomas Roessler