summaryrefslogtreecommitdiffstats
path: root/pgpkey.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix $pgp_sort_keys sorting.Kevin McCarthy2022-05-27-19/+22
* Merge branch 'stable'Kevin McCarthy2021-06-13-2/+2
|\
| * Fix getkeybyaddr() debug output.Kevin McCarthy2021-06-13-2/+2
* | Directly add full mailbox to GPG search hints.Kevin McCarthy2021-06-13-1/+1
|/
* Change mutt_FormatString() data parameter to type void *.Kevin McCarthy2020-03-06-2/+2
* Merge branch 'stable'Kevin McCarthy2020-03-06-2/+2
|\
| * Fix format string parameters.Kevin McCarthy2020-03-06-2/+2
* | Add $crypt_opportunistic_encrypt_strong_keys config var.Kevin McCarthy2020-01-14-1/+2
|/
* Convert pgp_make_key_attachment() to use buffer pool.Kevin McCarthy2019-10-20-21/+17
* Remove make_key_attachment parameter.Kevin McCarthy2019-10-20-1/+2
* Convert pgp_select_key() to use buffer pool.Kevin McCarthy2019-10-20-7/+13
* Clean up code indentation.Kevin McCarthy2019-01-04-143/+143
* Remove trailing whitespace.Kevin McCarthy2018-12-31-14/+14
* Set refresh when popping the menu stack.Kevin McCarthy2017-03-26-2/+0
* Add a menu stack to track current and past menus.Kevin McCarthy2017-03-26-0/+2
* Remove the $locale configuration variable.Kevin McCarthy2016-08-22-6/+5
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-5/+5
* Add cols parameter to mutt_FormatString()Kevin McCarthy2016-04-27-3/+4
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* Use fingerprints instead of keyIDs internally. (see #3695)Kevin McCarthy2015-04-15-8/+9
* Implement oppenc_mode in the find_keys methods.Kevin McCarthy2015-03-30-16/+40
* Allow fingerprint user input for key selection. (see #3695)Eike Rathke2015-02-11-16/+8
* Protect addr with NONULL in pgp_getkeybyaddr.Kevin McCarthy2015-02-10-1/+1
* pgp_getkeybystr: Pull key matching out of the address match loop.Kevin McCarthy2015-01-19-14/+29
* Allow short and long key ID user input in pgp_getkeybystr()Eike Rathke2015-01-18-5/+18
* merge stableKevin McCarthy2015-01-06-2/+2
|\
| * Fix segv in pgp_getkeybystr(). (closes #3725)Kevin McCarthy2015-01-05-2/+2
* | Wrap pgp_uid_t->addr in NONULL(). (closes #3564)Kevin McCarthy2014-08-12-3/+3
|/
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-1/+1
* Pass buffer size to mutt_mktemp()Rocco Rutte2009-06-21-2/+2
* Allow ! suffix for pgp keys via $pgp_sign_as and prompt. Closes #1928.Rocco Rutte2009-06-12-32/+38
* Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte2009-03-15-10/+10
* Remove dead code. Thanks to Ingo Schwarze.Brendan Cully2009-01-04-21/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-2/+2
* Manage last search pattern outside of menu lifecycleRocco Rutte2008-11-30-2/+1
* Pass column value recursively when expanding format strings (bug #2840).Michael Elkins2007-04-11-3/+4
* Enlarge help string buffersRocco Rutte2007-03-20-1/+1
* Clean up some text. Closes: #2466.Malcolm Parsons2006-09-08-1/+1
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some sizeofThomas Roessler2003-10-08-2/+2
* As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen2003-09-19-1/+1
* - To cleanup the pgp/smime code and prepare for other backends.Werner Koch2003-01-21-26/+26
* Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann2003-01-05-1/+1
* Minor tweak to an error message.David Shaw2002-12-20-1/+1
* Don't bother the user with weak keys when there's a strong one.Thomas Roessler2002-12-19-7/+5
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-2/+2
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-2/+2
* Shorten some messages. Noted by Jeremy Blosser. #978.Thomas Roessler2002-01-15-4/+4