summaryrefslogtreecommitdiffstats
path: root/remailer.c
AgeCommit message (Expand)Author
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-03-06Fix format string parameters.Kevin McCarthy
2019-04-20Convert remailer to use BUFFER for Mixmaster invocation.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-08Convert mix_send_message to use buffer pool.Kevin McCarthy
2018-09-30Convert pgp_invoke_list_keys and mix_send_message to use BUFFERs.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-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-04-27Change remailer to use mutt windows.Kevin McCarthy
2012-12-30make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-03-17Fix some warnings with -W about missing initializers in structsRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2007-04-24fixup for mutt_FormatString() changesMichael Elkins
2007-03-20Enlarge help string buffersRocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
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-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
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
2001-11-15Should be slightly better than a mixmaster patch suggested by StefanThomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-02-08Replace various instances of endwin() by mutt_endwin(). This shouldThomas Roessler
2000-11-13Qualify some more header fields.Thomas Roessler
2000-07-10Fix a bunch of cases where format parameters were missing from callsThomas Roessler
2000-04-22Comment cosmetics. From Martin Michlmayer.Thomas Roessler
2000-03-23Little fix for the remailer menu.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-01-29Add generic menu searching.Thomas Roessler
1999-01-29Use a user-definable format for the mixmaster menu.Thomas Roessler
1999-01-13Fix the "append" function.Thomas Roessler
1999-01-13Add search code to the remailer chain selecting menu. [This isThomas Roessler
1999-01-13Qualify addresses before passing them to mixmaster.Thomas Roessler
1999-01-13A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler