summaryrefslogtreecommitdiffstats
path: root/edit.c
AgeCommit message (Expand)Author
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-03-30Convert built-in editor to use mutt_buffer_expand_path().Kevin McCarthy
2020-02-29Set reply flags when backgrounded.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy
2019-10-24Convert fcc to a buffer.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2016-08-22Add missing include <locale.h> to send.c and edit.c.Kevin McCarthy
2016-08-22Add $attribution_locale configuration variable.Kevin McCarthy
2016-04-27Modify the built-in editor to use windows.Kevin McCarthy
2016-04-27Modify enter.c routines to use windows.Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2012-07-08Fix some spelling errors (closes #3493)Antonio Radici
2009-06-01Use strtol() wrappers for most atoi() callsRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-24Inflict more needless pain on translators by splitting EditorHelp toBrendan Cully
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
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2001-12-17Fix a memory allocation bug. #917.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2001-01-08Some automated security checks concerning fopen() calls.Thomas Roessler
2000-12-08Make the line editor utf-8 friendly. First take from Edmund GrimleyThomas Roessler
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-09-01Fix a couple of possible compilation warnings. (Noted by "John C.Thomas Roessler
1999-03-15another digital unix compile problem.Thomas 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-11-10Fix a possible buffer overflow. (This seems to be the one noticedThomas 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-10-02With SLang, addstr() is a macro. This means we should putThomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler