summaryrefslogtreecommitdiffstats
path: root/remailer.c (follow)
Commit message (Expand)AuthorAgeLines
* Change mutt_FormatString() data parameter to type void *.Kevin McCarthy2020-03-06-2/+2
* Fix format string parameters.Kevin McCarthy2020-03-06-2/+2
* Convert remailer to use BUFFER for Mixmaster invocation.Kevin McCarthy2019-04-20-3/+8
* Add mutt_buffer_quote_filename().Kevin McCarthy2019-04-10-3/+6
* Clean up code indentation.Kevin McCarthy2019-01-04-3/+3
* Remove trailing whitespace.Kevin McCarthy2018-12-31-91/+91
* Convert mix_send_message to use buffer pool.Kevin McCarthy2018-10-08-3/+2
* Convert pgp_invoke_list_keys and mix_send_message to use BUFFERs.Kevin McCarthy2018-09-30-9/+11
* Set refresh when popping the menu stack.Kevin McCarthy2017-03-26-3/+1
* Add a menu stack to track current and past menus.Kevin McCarthy2017-03-26-0/+2
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-3/+3
* Add cols parameter to mutt_FormatString()Kevin McCarthy2016-04-27-3/+4
* Change remailer to use mutt windows.Kevin McCarthy2016-04-27-14/+14
* make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins2012-12-30-10/+3
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-1/+1
* Fix some warnings with -W about missing initializers in structsRocco Rutte2009-03-17-1/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Manage last search pattern outside of menu lifecycleRocco Rutte2008-11-30-2/+1
* fixup for mutt_FormatString() changesMichael Elkins2007-04-24-3/+4
* Enlarge help string buffersRocco Rutte2007-03-20-1/+1
* Avoid safe_free() usage and add security checksRocco Rutte2006-05-18-2/+2
* 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
* As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen2003-09-19-2/+2
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-7/+7
* Should be slightly better than a mixmaster patch suggested by StefanThomas Roessler2001-11-15-5/+8
* Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler2001-04-26-2/+2
* Replace various instances of endwin() by mutt_endwin(). This shouldThomas Roessler2001-02-08-1/+1
* Qualify some more header fields.Thomas Roessler2000-11-13-0/+2
* Fix a bunch of cases where format parameters were missing from callsThomas Roessler2000-07-10-9/+2
* Comment cosmetics. From Martin Michlmayer.Thomas Roessler2000-04-22-1/+2
* Little fix for the remailer menu.Thomas Roessler2000-03-23-0/+8
* The FSF apparently has moved.Thomas Roessler2000-03-03-2/+1
* More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler2000-01-10-1/+1
* Update copyright notices for unstable.Thomas Roessler2000-01-06-1/+1
* Add generic menu searching.Thomas Roessler1999-01-29-10/+0
* Use a user-definable format for the mixmaster menu.Thomas Roessler1999-01-29-5/+75
* Fix the "append" function.Thomas Roessler1999-01-13-16/+3
* Add search code to the remailer chain selecting menu. [This isThomas Roessler1999-01-13-1/+12
* Qualify addresses before passing them to mixmaster.Thomas Roessler1999-01-13-0/+34
* A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler1999-01-13-0/+683