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
/
enter.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-06-03
Change direct mutt_getch() callers to handle new mail event.
Kevin McCarthy
2018-02-03
Add history-search function, bound to ctrl-r.
Kevin McCarthy
2017-06-01
Change km_dokey() to return -2 on a timeout/sigwinch.
Kevin McCarthy
2017-04-15
Add ifdefs around new mutt_resize_screen calls.
Kevin McCarthy
2017-04-05
Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)
Kevin McCarthy
2017-03-26
Set refresh when popping the menu stack.
Kevin McCarthy
2017-01-31
Minor fix to ~y completion.
Kevin McCarthy
2017-01-31
Simplify mutt_label_complete().
Kevin McCarthy
2017-01-31
Permit tab completion of pattern expressions with ~y (labels).
Kevin McCarthy
2017-01-31
Fix the mutt_label_complete() pos parameter.
Kevin McCarthy
2017-01-28
Adds label completion.
David Champion
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-04-27
Modify enter.c routines to use windows.
Kevin McCarthy
2016-01-01
Convert copyright years to all use 4 digit years.
Kevin McCarthy
2016-01-01
Update copyright notices.
Kevin McCarthy
2015-11-18
Fix memcpy buf=NULL/len=0 issue in replace_part(). (closes #3790)
Kevin McCarthy
2014-08-12
Add a scratch buffer to the history ring. (closes #3082)
Kevin McCarthy
2013-04-11
backout c1371176ea45
Michael Elkins
2013-04-10
fix various compiler warnings; most were due to unchecked return values from ...
Michael Elkins
2012-07-08
Fix some spelling errors (closes #3493)
Antonio Radici
2011-12-03
Declare many structures const (closes #3552)
Dan Fandrich
2011-11-28
make kill-eow and kill-word consistent in considering words to consist only o...
Michael Elkins
2009-01-04
Update copyrights. Closes #3016.
Brendan Cully
2008-10-28
Make some functions static.
Emanuele Giaquinta
2008-08-30
Rework timeout handling to support keepalive in the line editor.
Brendan Cully
2008-07-02
Use realpath() in mutt_pretty_mailbox() for paths that may need it.
Rocco Rutte
2007-12-11
Maintain different history lists for files and mailboxes. Closes #2999.
Rocco Rutte
2007-07-16
Make is_shell_char static. Closes #2907.
Brendan Cully
2007-04-07
add "|" to the list of shell chars
Michael Elkins
2007-04-07
"complete" function should consider shell chars to be word boundaries when do...
Michael Elkins
2007-04-02
Do not clobber string field on keypress when returning from file browser (clo...
Brendan Cully
2007-02-26
Add $history_file and $save_history, for saving command history across
Vincent Lefevre
2006-12-07
- my_mbtowcs didn't recover from bad multibyte sequences
Thomas Roessler
2006-05-18
Avoid safe_free() usage and add security checks
Rocco Rutte
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-07-26
Introduce fall-back from complete-query to complete for the edit
TAKAHASHI Tamotsu
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2003-09-19
As the ones of you who compile with new gcc's probably have noticed,
Mads Martin Joergensen
2003-07-16
This patch redoes yesterday's unbuffered input patch. Now it uses a
Brendan Cully
2003-07-14
The attached patch prevents mutt from reading the push buffer when
Brendan Cully
2003-05-12
Fix alias completion when the alias is entered as part of a group.
Thomas Roessler
2003-04-08
Try to catch a couple of cases in which parameters for malloc calls
Thomas Roessler
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
2001-10-02
Fix #801.
Thomas Roessler
2001-05-30
Socket API clean-up from Brendan Cully.
Thomas Roessler
[next]