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
/
help.c
Age
Commit message (
Expand
)
Author
2021-07-28
Improve generic menu type handling.
Kevin McCarthy
2021-07-28
Break the menu OPS/funcs and keybindings into separate tables.
Kevin McCarthy
2020-08-10
Improve clarity of help format_line() splitting.
Kevin McCarthy
2019-11-12
Fix __attribute__((warn_unused_result)) issue in help.c
David Champion
2019-10-05
Convert mutt_help() to use buffer for tempfile.
Kevin McCarthy
2019-10-04
Fix built-in pager checks for help and attachments.
Kevin McCarthy
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
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-04-27
Fix remaining direct usages of COLS/LINES to use mutt window functions.
Kevin McCarthy
2016-04-08
Reset mbstate for other mbrtowc() calls returning -1
Kevin McCarthy
2015-07-23
Fix compiler type warnings. (closes #3765)
Kevin McCarthy
2015-01-26
Corrected various spelling mistakes (most of them reported by codespell).
Vincent Lefevre
2011-12-03
Declare many structures const (closes #3552)
Dan Fandrich
2009-06-21
Pass buffer size to mutt_mktemp()
Rocco Rutte
2009-03-15
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte
2009-01-27
Update copyright years
Rocco Rutte
2009-01-27
Fix help alignment for escape sequences at screen boundary. Closes #3146.
Rocco Rutte
2007-09-05
Teach pager how to ignore $wrap and use it for help (closes #2896).
Rocco Rutte
2007-03-14
Complete fix for #1503
TAKIZAWA Takashi
2007-03-13
Use strwidth instead of strlen when generating help strings.
TAKIZAWA Takashi
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
2000-10-07
Display fixes from EGE.
Thomas Roessler
2000-07-24
Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA
Thomas Roessler
2000-05-12
wide-character related patches. From Edmund Grimley Evans.
Thomas Roessler
2000-05-09
Edmund Grimley Evans' UTF-8 patch.
Thomas Roessler
2000-03-03
The FSF apparently has moved.
Thomas Roessler
2000-01-06
Update copyright notices for unstable.
Thomas Roessler
1999-01-07
Get rid of RCS ids in source files. They are getting in our way
Thomas Roessler
1998-12-08
Help screen resizing nit. From Gero Treuner.
Thomas Roessler
1998-11-14
Type cast nit from Gero Treuner.
Thomas Roessler
1998-11-10
Introduce or rewrite mutt_{str*cmp,strlen} and use them all over the
Thomas Roessler
1998-11-09
Fix the display of DEL in the pager.
Thomas Roessler
1998-10-28
Gero Treuner's help-wrap patch.
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-10-03
Remove an unprotected gettext() call.
Thomas Roessler
1998-10-01
Translate help strigns.
Thomas Roessler
1998-10-01
Adding gettext support, based on the patch by Marco d'Itri.
Thomas Roessler
1998-08-25
CVS branch clean-up.
Thomas Roessler
1998-06-08
Initial revision
Thomas Roessler