index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
history.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up formatting.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-02-04
Fix history menu title.
Kevin McCarthy
2018-02-03
Add history-search function, bound to ctrl-r.
Kevin McCarthy
2017-05-13
Don't filter new entries when compacting history save file.
Kevin McCarthy
2017-05-12
Also remove duplicates from the history file.
Kevin McCarthy
2017-05-12
Add $history_remove_dups option to remove dups from history ring.
Kevin McCarthy
2014-08-12
Add a scratch buffer to the history ring. (closes #3082)
Kevin McCarthy
2009-06-21
Pass buffer size to mutt_mktemp()
Rocco Rutte
2009-05-29
Add flags to mutt_read_line() for EOL-stripping and continuation support
Rocco Rutte
2009-03-15
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte
2008-12-01
Fix some typos to silence compiler warnings
Rocco Rutte
2007-12-11
Do not trust history file and mutt code about history class.
Rocco Rutte
2007-02-26
Add $history_file and $save_history, for saving command history across
Vincent Lefevre
2006-07-04
Adopt shell convention of omitting from the history commands prefixed
Alain Bench
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2002-12-11
Fix Mike's and my e-mail addresses in copyright lines.
Thomas Roessler
2002-12-10
Replace safe_free calls by the FREE macro.
Thomas Roessler
2002-09-09
Fixing history classes.
Vincent Lefevre
2000-03-03
The FSF apparently has moved.
Thomas Roessler
2000-01-10
Add (and use) a function mutt_str_replace, which essentially
Thomas Roessler
2000-01-06
Update copyright notices for unstable.
Thomas Roessler
1999-01-08
Don't clear the history when "set history=..." doesn't change the
Thomas Roessler
1999-01-07
Get rid of RCS ids in source files. They are getting in our way
Thomas Roessler
1998-11-10
Introduce or rewrite mutt_{str*cmp,strlen} and use them all over the
Thomas Roessler
1998-10-15
Change "static char rcsid[]" to "static const char rcsid[]" to make
mutt-0-94-13-rel
Thomas Roessler
1998-10-13
Add RCS $Id$ strings to (hopefully) all source files.
Thomas Roessler
1998-08-25
CVS branch clean-up.
Thomas Roessler