summaryrefslogtreecommitdiffstats
path: root/history.c
AgeCommit message (Expand)Author
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2019-10-05Convert shrink_histfile() tempfile to use buffer pool.Kevin McCarthy
2019-06-28Don't read or save history if $history_file isn't set.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-02-04Fix history menu title.Kevin McCarthy
2018-02-03Add history-search function, bound to ctrl-r.Kevin McCarthy
2017-05-13Don't filter new entries when compacting history save file.Kevin McCarthy
2017-05-12Also remove duplicates from the history file.Kevin McCarthy
2017-05-12Add $history_remove_dups option to remove dups from history ring.Kevin McCarthy
2014-08-12Add a scratch buffer to the history ring. (closes #3082)Kevin McCarthy
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2008-12-01Fix some typos to silence compiler warningsRocco Rutte
2007-12-11Do not trust history file and mutt code about history class.Rocco Rutte
2007-02-26Add $history_file and $save_history, for saving command history acrossVincent Lefevre
2006-07-04Adopt shell convention of omitting from the history commands prefixedAlain Bench
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
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
2002-09-09Fixing history classes.Vincent Lefevre
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-01-08Don't clear the history when "set history=..." doesn't change theThomas 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-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-25CVS branch clean-up.Thomas Roessler