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