summaryrefslogtreecommitdiffstats
path: root/pgpinvoke.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix exact-address handling when addr->personal is set.Kevin McCarthy2020-11-24-0/+10
* Change mutt_FormatString() data parameter to type void *.Kevin McCarthy2020-03-06-2/+2
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-2/+2
* Add mutt_buffer_quote_filename().Kevin McCarthy2019-04-10-9/+18
* Clean up code indentation.Kevin McCarthy2019-01-04-3/+3
* Remove trailing whitespace.Kevin McCarthy2018-12-31-29/+29
* Convert imap_rename and pgp_invoke_list_keys to use buffer pool.Kevin McCarthy2018-10-06-4/+3
* Convert pgp_invoke_list_keys and mix_send_message to use BUFFERs.Kevin McCarthy2018-09-30-9/+14
* Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy2018-01-11-15/+19
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-2/+2
* Add cols parameter to mutt_FormatString()Kevin McCarthy2016-04-27-3/+4
* Enable %a format string for all pgp command configs. (closes #3699)Kevin McCarthy2014-06-21-7/+8
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Pass column value recursively when expanding format strings (bug #2840).Michael Elkins2007-04-11-3/+4
* 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
* Make the default Muttrc work out the box for people using gnupg-agent.Marco d'Itri2005-01-27-1/+1
* IDN support for e-mail messages. Things should work automagicallyThomas Roessler2003-03-03-1/+3
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* OK, I'm giving up: pgp_create_traditional now creates text/plain;Thomas Roessler2002-03-26-2/+2
* Fix application/pgp signatures.Thomas Roessler2002-03-26-1/+1
* Apply more conservative quoting to some PGP invocation.Thomas Roessler2001-02-02-2/+4
* Going through possible security problems with a fine comb. If youThomas Roessler2001-01-08-1/+1
* Comment cosmetics. From Martin Michlmayer.Thomas Roessler2000-04-22-1/+2
* Bail on empty PGP formats.Thomas Roessler2000-03-09-0/+3
* The FSF apparently has moved.Thomas Roessler2000-03-03-2/+1
* Update copyright notices for unstable.Thomas Roessler2000-01-06-1/+1
* don't leak /dev/null file descriptors. From Roland Rosenfeld.Thomas Roessler1999-09-29-0/+2
* Various changes added over the last week:Thomas Roessler1999-08-15-0/+15
* Add a hook which enables us to fetch PGP keys from servers onThomas Roessler1999-07-28-1/+43
* - Add a $weed option.Thomas Roessler1999-06-08-4/+9
* Experimental: New PGP invocation interface. The invocations are doneThomas Roessler1999-06-03-527/+213
* [unstable] Change the way mutt_quote_filename() worked. It's notThomas Roessler1999-02-04-191/+184
* Get rid of RCS ids in source files. They are getting in our wayThomas Roessler1999-01-07-1/+0
* Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler1998-11-10-2/+2
* Make gpg's output look a little bit cleaner.Thomas Roessler1998-10-21-5/+5
* Change "static char rcsid[]" to "static const char rcsid[]" to makeThomas Roessler1998-10-15-1/+1
* Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler1998-10-13-0/+1
* [patch-0.94.4i.tlr.shell_quote.1] Try to quote file nameThomas Roessler1998-08-27-51/+167
* Include part of Werner Koch's latest GPG patches.Thomas Roessler1998-06-16-13/+21
* GPG support, first take.Thomas Roessler1998-06-08-243/+361
* Initial revisionThomas Roessler1998-06-08-0/+359